head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.03.27.10.03.39;	author kuriyama;	state dead;
branches;
next	1.7;

1.7
date	2011.09.26.14.49.01;	author kuriyama;	state Exp;
branches;
next	1.6;

1.6
date	2006.12.21.13.31.54;	author kuriyama;	state dead;
branches;
next	1.5;

1.5
date	2006.12.08.09.25.31;	author kuriyama;	state Exp;
branches;
next	1.4;

1.4
date	2003.12.24.05.59.10;	author kuriyama;	state dead;
branches;
next	1.3;

1.3
date	2003.10.26.23.03.37;	author kuriyama;	state Exp;
branches;
next	1.2;

1.2
date	2002.10.06.08.55.25;	author kuriyama;	state dead;
branches;
next	1.1;

1.1
date	2002.08.29.01.31.33;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.8
log
@- Upgrade to 2.0.19.

Feature safe:	yes
@
text
@--- configure.orig	2011-09-07 09:26:46.000000000 +1000
+++ configure	2011-09-07 09:29:32.000000000 +1000
@@@@ -9384,7 +9384,7 @@@@
 
            cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-include <curl/curl.h>
+#include <curl/curl.h>
 int
 main ()
 {@


1.7
log
@- Fix libcurl detection.

PR:		ports/160535
Submitted by	John Marshall <john.marshall@@riverwillow.com.au>
@
text
@@


1.6
log
@- Upgrade gnupg to 2.0.1.  Old stable version (1.4.6) was repocopied
  to security/gnupg1.

Thanks to:	dougb, lofi
@
text
@d1 3
a3 9
--- configure.orig	Fri Dec  8 17:02:30 2006
+++ configure	Fri Dec  8 17:02:52 2006
@@@@ -27251,6 +27251,7 @@@@
 exec_prefix=$exec_prefix
 libdir=$libdir
 libexecdir=$libexecdir
+datarootdir=$datarootdir
 datadir=$datadir
 DATADIRNAME=$DATADIRNAME
d5 7
@


1.5
log
@- Unbreak locale.

PR:		ports/106456
Submitted by:	jjuanino@@gmail.com
@
text
@@


1.4
log
@Upgrade to 1.2.4.
@
text
@d1 9
a9 17
--- configure.orig	Fri Aug 22 04:50:00 2003
+++ configure	Mon Oct 27 04:14:29 2003
@@@@ -9208,7 +9208,7 @@@@
 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
 echo "${ECHO_T}$ac_cv_func_dlopen" >&6
 if test $ac_cv_func_dlopen = yes; then
-  :
+  found_dlopen=yes
 else
   echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
@@@@ -9266,6 +9266,7 @@@@
 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
 if test $ac_cv_lib_dl_dlopen = yes; then
   found_dlopen=yes
+  need_libdl=yes
 fi
a10 10
 fi
@@@@ -9281,6 +9282,8 @@@@
 #define HAVE_DL_DLOPEN 1
 _ACEOF
 
+  fi
+  if test x"$need_libdl" = "xyes" ; then
     DLLIBS="-ldl"
 
   fi
@


1.3
log
@Fix USE_DYNAMIC_LINKING detection.

Submitted by:	ls+gnupg.devel.gnupg.org@@gambit.com.ru
References:	http://lists.gnupg.org/pipermail/gnupg-devel/2003-October/020503.html
@
text
@@


1.2
log
@Upgrade to 1.2.0.

PR:		ports/43211
Submitted by:	Jason Harris <jharris@@widomaker.com>
Modified by:	kuriyama (for WITH_LDAP)
@
text
@d1 8
a8 4
--- configure.orig	Mon Apr 29 23:59:16 2002
+++ configure	Thu Aug 29 10:23:41 2002
@@@@ -3799,7 +3799,7 @@@@
   echo $ECHO_N "(cached) $ECHO_C" >&6
d10 19
a28 6
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lldap -llber -lresolv $LIBS"
+LIBS="-lldap -llber $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 #line 3804 "configure"
 #include "confdefs.h"
@


1.1
log
@Fix build with LDAP library.
If configure finds LDAP library, it tries to link with -lresolv, too.
Remove -lresolv to unbreak.

Reported by:	Guy Middleton <guy@@crtsol.com>
@
text
@@

