pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/upx Don't use malloc.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6bde094ec9a
branches:  trunk
changeset: 531736:a6bde094ec9a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Aug 05 17:38:47 2007 +0000

description:
Don't use malloc.h.

diffstat:

 archivers/upx/distinfo         |   3 ++-
 archivers/upx/patches/patch-ab |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 3a40a6d6a2e0 -r a6bde094ec9a archivers/upx/distinfo
--- a/archivers/upx/distinfo    Sun Aug 05 17:21:50 2007 +0000
+++ b/archivers/upx/distinfo    Sun Aug 05 17:38:47 2007 +0000
@@ -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 -r 3a40a6d6a2e0 -r a6bde094ec9a archivers/upx/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/upx/patches/patch-ab    Sun Aug 05 17:38:47 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index