diff options
author | wiz <wiz> | 2012-10-27 17:39:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-10-27 17:39:12 +0000 |
commit | d539acc9cda1e996054d871a51a6d82dfa45c124 (patch) | |
tree | 88f4adbbde34f142b8bef87a12a527c349f3023d /security/gnupg | |
parent | 9ca19e9d0b5a712164e8ac2fe134d4c98611de11 (diff) | |
download | pkgsrc-d539acc9cda1e996054d871a51a6d82dfa45c124.tar.gz |
Add comments to patches.
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/distinfo | 8 | ||||
-rw-r--r-- | security/gnupg/patches/patch-ac | 4 | ||||
-rw-r--r-- | security/gnupg/patches/patch-ad | 4 | ||||
-rw-r--r-- | security/gnupg/patches/patch-ak | 7 |
4 files changed, 16 insertions, 7 deletions
diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo index e00e77faea1..20c9b820591 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.52 2012/03/03 00:17:29 wiz Exp $ +$NetBSD: distinfo,v 1.53 2012/10/27 17:39:12 wiz Exp $ SHA1 (gnupg-1.4.12.tar.bz2) = 9b78e20328d35525af7b8a9c1cf081396910e937 RMD160 (gnupg-1.4.12.tar.bz2) = d5f4367c9a636d778b6ccb2711bfba6597c27fa0 @@ -8,6 +8,6 @@ RMD160 (idea.c.gz) = e35be5a031d10d52341ac5f029d28f811edd908d Size (idea.c.gz) = 5216 bytes SHA1 (patch-aa) = ad76abec765e95209f884da7701ea4566ddf35f3 SHA1 (patch-ab) = 24e200a04f8f31e53e22dc80ed079570cb5de8d8 -SHA1 (patch-ac) = 3d53b0ed816b83156ce5f169bd571e46bde78032 -SHA1 (patch-ad) = 99f7af1fb6e6d9d2e25edbe0fb6bc027fbacddcb -SHA1 (patch-ak) = 89a6a7552104f4d5b97a98889da88fca68c54f31 +SHA1 (patch-ac) = 70b270723be8d54eaa158ec1da896e9792ff9e54 +SHA1 (patch-ad) = 622dce042bbe6a8bd5975b86614b3b894ba8107f +SHA1 (patch-ak) = cf3afbd3de520c7cc15f8f026e90df6ea8c56367 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 |