head	1.7;
access;
symbols
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.12.05.10.25.44;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2009.03.10.11.55.54;	author ale;	state dead;
branches;
next	1.5;

1.5
date	2008.08.28.06.21.53;	author ale;	state Exp;
branches;
next	1.4;

1.4
date	2008.08.26.15.39.09;	author ale;	state dead;
branches;
next	1.3;

1.3
date	2007.09.10.18.57.01;	author ale;	state Exp;
branches;
next	1.2;

1.2
date	2005.09.15.00.05.57;	author pav;	state dead;
branches;
next	1.1;

1.1
date	2005.01.22.21.52.08;	author bms;	state Exp;
branches;
next	;


desc
@@


1.7
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308321
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308321 | ale | 2012-12-05 10:22:18 +0000 (Wed, 05 Dec 2012) | 4 lines
## SVN ##
## SVN ## Update to 0.13.0 release.
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@--- configure.orig	2012-12-05 10:09:59.000000000 +0100
+++ configure	2012-12-05 10:13:45.000000000 +0100
@@@@ -12867,13 +12867,13 @@@@
 
 
 if test "${WIN32}" = "no"; then
-		{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
+		{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lc" >&5
 $as_echo_n "checking for dlopen in -ldl... " >&6; }
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
   $as_echo_n "(cached) " >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldl  $LIBS"
+LIBS="$LIBS"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
@@@@ -12908,7 +12908,7 @@@@
 #define HAVE_LIBDL 1
 _ACEOF
 
-  LIBS="-ldl $LIBS"
+  LIBS="$LIBS"
 
 else
   as_fn_error $? "libdl required" "$LINENO" 5
@


1.6
log
@Update to 0.11.7 release.
@
text
@d1 3
a3 5
--- configure.orig	2008-08-28 08:16:02.000000000 +0200
+++ configure	2008-08-28 08:16:28.000000000 +0200
@@@@ -4808,7 +4808,7 @@@@
 	;;
 esac
a4 3
-full_usrlibdir="/usr/lib${libdir##*/lib}"
+full_usrlibdir=`eval eval eval eval eval echo "${libdir}" | sed "s#NONE#${prefix}#" | sed "s#NONE#${ac_default_prefix}#"`
 full_sysconfdir=`eval eval eval eval eval echo "${sysconfdir}" | sed "s#NONE#${prefix}#" | sed "s#NONE#${ac_default_prefix}#"`
d6 22
a27 1
 # Check whether --enable-strict was given.
@


1.5
log
@Cosmetic fixes.
@
text
@@


1.4
log
@Update to 0.11.5 release.
@
text
@d1 5
a5 8
--- configure.orig	2007-09-10 18:51:01.000000000 +0200
+++ configure	2007-09-10 18:51:56.000000000 +0200
@@@@ -23559,7 +23559,7 @@@@
 if test "x${ASSUAN_MSG}" != "xyes" -o "x${OPENSSL_MSG}" != "xyes"; then
 	ENABLE_NSPLUGIN="no"
 fi
-if test "x${ENABLE_NSPLUGIN}" == "xyes"; then
+if test "x${ENABLE_NSPLUGIN}" = "xyes"; then
d7 3
d11 1
a11 1
 if true; then
@


1.3
log
@Update to 0.11.4 release.
@
text
@@


1.2
log
@- Update to 0.9.6

PR:		ports/83453
Submitted by:	Janos Mohacsi <janos.mohacsi@@bsd.hu>
Approved by:	bms (maintainer; blanket)
@
text
@d1 5
a5 4
--- configure.orig	Sat Jan 22 21:37:40 2005
+++ configure	Sat Jan 22 21:40:21 2005
@@@@ -22456,7 +22456,7 @@@@
 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
d7 2
d10 2
a11 5
-		if test "x$GOOD_OPENSSL" == "xyes"
+		if test "x$GOOD_OPENSSL" = "xyes"
 		then
 			# engine has to be there and working
 			LIBS="$saved_LIBS $LIBCRYPTO $LIBDL"
@


1.1
log
@Workaround a bug in the configure script which caused libcrypto.a
to be used when linking a dynamic library.
Fix pushed back to maintainers, awaiting resolution.
Fixes build on !i386, !sparc64.
@
text
@@

