summaryrefslogtreecommitdiff
path: root/security/gnupg/patches
diff options
context:
space:
mode:
authorwiz <wiz>2012-10-27 17:39:12 +0000
committerwiz <wiz>2012-10-27 17:39:12 +0000
commitfdbe3aca6931a0228116eb2f736d3db29cca2f93 (patch)
tree88f4adbbde34f142b8bef87a12a527c349f3023d /security/gnupg/patches
parentb96306caafd531d256a0e2a9227641af7b7ec507 (diff)
downloadpkgsrc-fdbe3aca6931a0228116eb2f736d3db29cca2f93.tar.gz
Add comments to patches.
Diffstat (limited to 'security/gnupg/patches')
-rw-r--r--security/gnupg/patches/patch-ac4
-rw-r--r--security/gnupg/patches/patch-ad4
-rw-r--r--security/gnupg/patches/patch-ak7
3 files changed, 12 insertions, 3 deletions
diff --git a/security/gnupg/patches/patch-ac b/security/gnupg/patches/patch-ac
index 0ae7f6ec6dc..7cbd817477a 100644
--- a/security/gnupg/patches/patch-ac
+++ b/security/gnupg/patches/patch-ac
@@ -1,4 +1,6 @@
-$NetBSD: patch-ac,v 1.19 2011/08/02 17:11:00 joerg Exp $
+$NetBSD: patch-ac,v 1.20 2012/10/27 17:39:12 wiz Exp $
+
+Deal with c99 inline semantics.
--- mpi/mpi-inline.h.orig 2008-12-11 16:39:43.000000000 +0000
+++ mpi/mpi-inline.h
diff --git a/security/gnupg/patches/patch-ad b/security/gnupg/patches/patch-ad
index 6ffdad0a668..1d5409604a3 100644
--- a/security/gnupg/patches/patch-ad
+++ b/security/gnupg/patches/patch-ad
@@ -1,4 +1,6 @@
-$NetBSD: patch-ad,v 1.7 2011/08/02 17:11:00 joerg Exp $
+$NetBSD: patch-ad,v 1.8 2012/10/27 17:39:12 wiz Exp $
+
+Deal with c99 inline semantics.
--- mpi/mpi-internal.h.orig 2008-12-11 16:39:43.000000000 +0000
+++ mpi/mpi-internal.h
diff --git a/security/gnupg/patches/patch-ak b/security/gnupg/patches/patch-ak
index dc2416faa25..2e2e9129f5d 100644
--- a/security/gnupg/patches/patch-ak
+++ b/security/gnupg/patches/patch-ak
@@ -1,4 +1,9 @@
-$NetBSD: patch-ak,v 1.3 2006/04/04 21:16:37 wiz Exp $
+$NetBSD: patch-ak,v 1.4 2012/10/27 17:39:12 wiz Exp $
+
+Add a patch to handle systems which have uint64_t but not the UINT64_C
+macro. This could happen with UNIX98-type systems, such as the code on
+our netbsd-1-5 branch, and would prevent this package from building on
+such systems. Problem also reported to the original author.
--- include/types.h.orig 2005-07-27 17:02:56.000000000 +0000
+++ include/types.h