diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-15 12:25:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-15 12:25:50 +0000 |
commit | 27907a5dc3ae4b12506b74e743ab91fab435405e (patch) | |
tree | b7bcc25312facb261c50f0b69f5ae452562bc97a /security | |
parent | 3964d344c2aa8cc5929cbd78f33449c907b002bd (diff) | |
download | pkgsrc-27907a5dc3ae4b12506b74e743ab91fab435405e.tar.gz |
Remove patch-aa, upstream's Simon Josefsson said:
The patch looks wrong to me, though, because stdint.h should be
generated in lib/gllib/ if the system does not have it (or if it is not
correct), and the -I's should make the code find the local file instead.
Thus, the code should be able to unconditionally include the header
file.
Diffstat (limited to 'security')
-rw-r--r-- | security/libtasn1/distinfo | 3 | ||||
-rw-r--r-- | security/libtasn1/patches/patch-aa | 15 |
2 files changed, 1 insertions, 17 deletions
diff --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo index bab616f287f..aca964846df 100644 --- a/security/libtasn1/distinfo +++ b/security/libtasn1/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.30 2010/06/05 10:53:25 wiz Exp $ +$NetBSD: distinfo,v 1.31 2010/06/15 12:25:50 wiz Exp $ SHA1 (libtasn1-2.7.tar.gz) = ab01751b9eafa5be1b80f9309bd6365eb3a3f969 RMD160 (libtasn1-2.7.tar.gz) = 9590ee0a773c2ebb8b54d1109c401d6ef1e12b89 Size (libtasn1-2.7.tar.gz) = 1866868 bytes -SHA1 (patch-aa) = 64d8599d79c4f9975b0a1ccae79d91865c9afa33 diff --git a/security/libtasn1/patches/patch-aa b/security/libtasn1/patches/patch-aa deleted file mode 100644 index 9967738ce05..00000000000 --- a/security/libtasn1/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2008/04/30 11:39:24 shannonjr Exp $ - ---- ./lib/int.h.orig 2008-04-30 05:06:07.085583902 -0600 -+++ ./lib/int.h -@@ -31,7 +31,10 @@ - #include <stdlib.h> - #include <stdio.h> - #include <ctype.h> -+ -+#ifdef HAVE_STDINT_H - #include <stdint.h> -+#endif - - #ifdef HAVE_SYS_TYPES_H - # include <sys/types.h> |