head	1.6;
access;
symbols
	RELEASE_4_EOL:1.5
	old_RELEASE_5_2_1:1.3
	old_RELEASE_5_2_0:1.3
	old_RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


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

1.5
date	2006.12.09.08.36.48;	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.6
log
@- Upgrade to 1.4.7.
  Add safety seatbelt for inserting additional text in signed OpenPGP message.

References:	http://lists.gnupg.org/pipermail/gnupg-devel/2007-March/023687.html,
		http://lists.gnupg.org/pipermail/gnupg-devel/2007-March/023686.html
@
text
@--- 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
 
@


1.5
log
@- Chase security/gnupg upgrade (but still 1.4.6) after repocopy.
  (not connected in ../Makefile)
- Tweak installation directory for documents to avoid conflict against
  coming gnupg upgrade (2.0.1).

I'm still testing my patch to upgrade to 2.0.1, so please wait. :-)
@
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
@@

