head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.48 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.46 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.44 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.42 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.40 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.38 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.36 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.34 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.32 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.30 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.28 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.26 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.24 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.22 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.20 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.18 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.16 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.14 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.12 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.10 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.8 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.6 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.4 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.2 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.1.0.2 pkgsrc-2004Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2004.08.26.13.19.32; author wiz; state dead; branches; next 1.3; 1.3 date 2004.08.05.21.35.37; author minskim; state Exp; branches; next 1.2; 1.2 date 2004.07.28.15.17.42; author wiz; state Exp; branches; next 1.1; 1.1 date 2004.03.30.15.13.12; author tv; state Exp; branches; next ; desc @@ 1.4 log @Update to 1.2.6: * Updated the included gettext. This also fixes the installation problem from 1.2.5 * Fixed a race condition possibly leading to deleted keys. @ text @$NetBSD: patch-ag,v 1.3 2004/08/05 21:35:37 minskim Exp $ --- po/Makefile.in.in.orig 2002-06-29 08:43:03.000000000 -0500 +++ po/Makefile.in.in @@@@ -29,7 +29,7 @@@@ gettextsrcdir = $(datadir)/gettext/po INSTALL = @@INSTALL@@ INSTALL_DATA = @@INSTALL_DATA@@ MKINSTALLDIRS = @@MKINSTALLDIRS@@ -mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` +mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*|../*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_srcdir)/$(MKINSTALLDIRS)" ;; esac` CC = @@CC@@ GMSGFMT = @@GMSGFMT@@ @ 1.3 log @Regen to make GNU patch happy. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 1.2.5: * New --ask-cert-level/--no-ask-cert-level option to turn on and off the prompt for signature level when signing a key. Defaults to on. * New --min-cert-level option to disregard key signatures that are under a specified level. Defaults to 1 (i.e. don't disregard anything). * New --max-output option to limit the amount of plaintext output generated by GnuPG. This option can be used by programs which call GnuPG to process messages that may result in plaintext larger than the calling program is prepared to handle. This is sometimes called a "Decompression Bomb". * New --list-config command for frontends and other programs that call GnuPG. See doc/DETAILS for the specifics of this. * New --gpgconf-list command for internal use by the gpgconf utility from gnupg 1.9.x. * Some performance improvements with large keyrings. See --enable-key-cache=SIZE in the README file for details. * Some portability fixes for the OpenBSD/i386, HPPA, and AIX platforms. * Simplified Chinese translation. @ text @d3 1 a3 1 --- po/Makefile.in.in.orig 2002-06-29 15:43:03.000000000 +0200 d5 1 a5 7 @@@@ -23,13 +23,13 @@@@ VPATH = @@srcdir@@ prefix = @@prefix@@ exec_prefix = @@exec_prefix@@ datadir = @@datadir@@ localedir = $(datadir)/locale gettextsrcdir = $(datadir)/gettext/po @ 1.1 log @Apply the patch from PR pkg/21493. This is now submitted to gnupg.org as bug gnupg/293, so grant has blessed it for inclusion in pkgsrc. No more GNU sed build dependency, but the binaries do not change; thus PKGREVISION untouched. @ text @d3 8 a10 3 --- acinclude.m4.orig Tue Apr 15 08:16:18 2003 +++ acinclude.m4 @@@@ -588,7 +588,7 @@@@ extern "C" { d12 5 a16 4 EOF # Now generate the symbol file. - sed 's/^.* _\?\(.*\)$/extern char \1;/' < "$ac_nlist" >> conftest.c + sed 's/^.* _\{0,1\}\(.*\)$/extern char \1;/' < "$ac_nlist" >> conftest.c d18 2 a19 11 cat <> conftest.c #if defined (__STDC__) && __STDC__ @@@@ -610,7 +610,7 @@@@ dld_preloaded_symbols[] = changequote([,])dnl { EOF - sed 's/^_\?\(.*\) _\?\(.*\)$/ {"\1", (__ptr_t) \&\2},/' < "$ac_nlist" >> conftest.c + sed 's/^_\{0,1\}/\(.*\) _\{0,1\}\(.*\)$/ {"\1", (__ptr_t) \&\2},/' < "$ac_nlist" >> conftest.c cat <<\EOF >> conftest.c {0, (__ptr_t) 0} }; @