summaryrefslogtreecommitdiff
path: root/security/gnupg/patches
diff options
context:
space:
mode:
authorwiz <wiz>2004-08-26 13:19:32 +0000
committerwiz <wiz>2004-08-26 13:19:32 +0000
commit0e2cdcd581c2ea1680a7376e1410c0510d51a986 (patch)
tree9df1e2c82c5d11def7f2ed239feb3bc56fd29e9c /security/gnupg/patches
parent557b6f10aa5dc001003c9b28ddf827eabfd19be8 (diff)
downloadpkgsrc-0e2cdcd581c2ea1680a7376e1410c0510d51a986.tar.gz
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.
Diffstat (limited to 'security/gnupg/patches')
-rw-r--r--security/gnupg/patches/patch-ag13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/gnupg/patches/patch-ag b/security/gnupg/patches/patch-ag
deleted file mode 100644
index c89f51c6b89..00000000000
--- a/security/gnupg/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$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@