pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b95448c72824
branches:  trunk
changeset: 531924:b95448c72824
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Aug 08 19:29:40 2007 +0000

description:
Don't use malloc.h.

diffstat:

 chat/gnomeicu/distinfo              |   3 ++-
 chat/gnomeicu/patches/patch-ab      |  13 +++++++++++++
 print/ghostscript6/distinfo         |   4 +++-
 print/ghostscript6/patches/patch-bf |  13 +++++++++++++
 4 files changed, 31 insertions(+), 2 deletions(-)

diffs (70 lines):

diff -r 34cd5fc3956f -r b95448c72824 chat/gnomeicu/distinfo
--- a/chat/gnomeicu/distinfo    Wed Aug 08 19:15:44 2007 +0000
+++ b/chat/gnomeicu/distinfo    Wed Aug 08 19:29:40 2007 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.5 2007/04/15 11:05:03 wiz Exp $
+$NetBSD: distinfo,v 1.6 2007/08/08 19:31:20 joerg Exp $
 
 SHA1 (gnomeicu-0.99.12.tar.bz2) = 6a7dcb4c6fe606b1dc0b8c9fed762b5cc92d222c
 RMD160 (gnomeicu-0.99.12.tar.bz2) = eb81a40cfb6c20a61bd9e875c0eab088c7efde60
 Size (gnomeicu-0.99.12.tar.bz2) = 1670074 bytes
 SHA1 (patch-aa) = 707e17b3b1564b28ed02635a8b60a54f14578ef5
+SHA1 (patch-ab) = c72bac5442f38f894670b518b16a52619f420d71
 SHA1 (patch-ad) = 7352448dbdab510e3c6a6f3a6a6ec4973e7f8ae5
diff -r 34cd5fc3956f -r b95448c72824 chat/gnomeicu/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/gnomeicu/patches/patch-ab    Wed Aug 08 19:29:40 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2007/08/08 19:31:20 joerg Exp $
+
+--- src/icu_db.c.orig  2007-08-08 19:03:20.000000000 +0000
++++ src/icu_db.c
+@@ -27,7 +27,7 @@
+ 
+ #include <fcntl.h>
+ #include <errno.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>
+ #include <sys/param.h>
diff -r 34cd5fc3956f -r b95448c72824 print/ghostscript6/distinfo
--- a/print/ghostscript6/distinfo       Wed Aug 08 19:15:44 2007 +0000
+++ b/print/ghostscript6/distinfo       Wed Aug 08 19:29:40 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/12/27 17:39:14 joerg Exp $
+$NetBSD: distinfo,v 1.2 2007/08/08 19:29:40 joerg Exp $
 
 SHA1 (ghostscript/ghostscript-6.01.tar.bz2) = 405a8ab16453a8c3f846eae2aa4abbea6a093300
 RMD160 (ghostscript/ghostscript-6.01.tar.bz2) = cbf5a1774726ba0b165ab539cb7ef16f2596f210
@@ -49,6 +49,7 @@
 RMD160 (ghostscript/gs6.01-jpdf-exp.patch.gz) = 0a99facc1c9b0868dc7e72261d5cc353a64f4044
 Size (ghostscript/gs6.01-jpdf-exp.patch.gz) = 59034 bytes
 SHA1 (patch-bug-workaround) = 99f4e197b35a8f33b8a1219a38f6d9fc2c307eb6
+SHA1 (patch-bug-workaround) = 99f4e197b35a8f33b8a1219a38f6d9fc2c307eb6
 SHA1 (patch-ab) = 26cea522dbe2e2cc57a5fdc60130f309c76c6991
 SHA1 (patch-ac) = 576e0bc659d771f9d634921a0cc6752ab9739a92
 SHA1 (patch-ad) = 9b6e66132583a698ebef277caf343c6919f42f72
@@ -78,4 +79,5 @@
 SHA1 (patch-bc) = 26ac5cb13ee57f9bdcf71fc07dfe033020ebb59c
 SHA1 (patch-bd) = 88a00f51b624c0758ef80ce2dd7a13963fce42f8
 SHA1 (patch-be) = 5af8fe2eb0d62a6a233df4f21742aaf8172cf1a8
+SHA1 (patch-bf) = ed4cb86fca0ce2cd4a8e33c3dadf8b94bedea087
 SHA1 (patch-bug-workaround) = 99f4e197b35a8f33b8a1219a38f6d9fc2c307eb6
diff -r 34cd5fc3956f -r b95448c72824 print/ghostscript6/patches/patch-bf
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/ghostscript6/patches/patch-bf       Wed Aug 08 19:29:40 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-bf,v 1.1 2007/08/08 19:29:40 joerg Exp $
+
+--- ../hpijs-1.0.2/platform.h.orig     2007-08-08 19:06:48.000000000 +0000
++++ ../hpijs-1.0.2/platform.h
+@@ -8,7 +8,7 @@
+ // your development environment.
+ 
+ #include <stdlib.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <memory.h>
+ #include <string.h>
+ #include <stdio.h>



Home | Main Index | Thread Index | Old Index