summaryrefslogtreecommitdiff
path: root/archivers/upx
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-05 17:38:47 +0000
committerjoerg <joerg>2007-08-05 17:38:47 +0000
commitad60161cee46ddbc87d0ab5489d981e4fad4bfc9 (patch)
treee5785ba95ae43e01dc8ff60a770396be3910d392 /archivers/upx
parentcab3b35d084e5c0a85021d2f032b5be9531c3a58 (diff)
downloadpkgsrc-ad60161cee46ddbc87d0ab5489d981e4fad4bfc9.tar.gz
Don't use malloc.h.
Diffstat (limited to 'archivers/upx')
-rw-r--r--archivers/upx/distinfo3
-rw-r--r--archivers/upx/patches/patch-ab12
2 files changed, 14 insertions, 1 deletions
diff --git a/archivers/upx/distinfo b/archivers/upx/distinfo
index a5b90b1ecf0..227b6f7838a 100644
--- a/archivers/upx/distinfo
+++ b/archivers/upx/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2005/03/02 04:35:38 minskim Exp $
+$NetBSD: distinfo,v 1.6 2007/08/05 17:38:47 joerg Exp $
SHA1 (upx-1.25-src.tar.gz) = 7ce05370efe969832d841a73dd165e6a4292f9d4
RMD160 (upx-1.25-src.tar.gz) = 1c73a1eb8d98d32ef63ed351ca494526f895a9de
Size (upx-1.25-src.tar.gz) = 250849 bytes
SHA1 (patch-aa) = d638e86e98e16b629179b188acfccac6cd3140de
+SHA1 (patch-ab) = 5bd7cf8c5deb07d833b48587a95e48eb547d10ac
diff --git a/archivers/upx/patches/patch-ab b/archivers/upx/patches/patch-ab
new file mode 100644
index 00000000000..0c536ecb4aa
--- /dev/null
+++ b/archivers/upx/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.3 2007/08/05 17:38:47 joerg Exp $
+
+--- src/acc/acc_auto.h.orig 2007-08-05 16:57:56.000000000 +0000
++++ src/acc/acc_auto.h
+@@ -61,7 +61,6 @@
+ #define HAVE_ERRNO_H 1
+ #define HAVE_FCNTL_H 1
+ #define HAVE_LIMITS_H 1
+-#define HAVE_MALLOC_H 1
+ #define HAVE_MEMORY_H 1
+ #define HAVE_SETJMP_H 1
+ #define HAVE_SIGNAL_H 1