diff options
author | joerg <joerg> | 2007-08-08 19:29:40 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-08-08 19:29:40 +0000 |
commit | 450266c064fd9e195423c7f7052f69c5e905597f (patch) | |
tree | 11d042a9c0587cf203c70e7927778b6a9897a451 /print | |
parent | 048cb0aaf60c1d051eecb139332c799a3d212cb7 (diff) | |
download | pkgsrc-450266c064fd9e195423c7f7052f69c5e905597f.tar.gz |
Don't use malloc.h.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript6/distinfo | 4 | ||||
-rw-r--r-- | print/ghostscript6/patches/patch-bf | 13 |
2 files changed, 16 insertions, 1 deletions
diff --git a/print/ghostscript6/distinfo b/print/ghostscript6/distinfo index 8ab2813741b..435e34d6ce9 100644 --- a/print/ghostscript6/distinfo +++ b/print/ghostscript6/distinfo @@ -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 @@ SHA1 (ghostscript/gs6.01-jpdf-exp.patch.gz) = 21f427a4c80871edab8c4d748b1fe1b779 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-bb) = c5cbc6db2948f7b3e81d7a23c6f5fa93e1053d84 SHA1 (patch-bc) = 26ac5cb13ee57f9bdcf71fc07dfe033020ebb59c SHA1 (patch-bd) = 88a00f51b624c0758ef80ce2dd7a13963fce42f8 SHA1 (patch-be) = 5af8fe2eb0d62a6a233df4f21742aaf8172cf1a8 +SHA1 (patch-bf) = ed4cb86fca0ce2cd4a8e33c3dadf8b94bedea087 SHA1 (patch-bug-workaround) = 99f4e197b35a8f33b8a1219a38f6d9fc2c307eb6 diff --git a/print/ghostscript6/patches/patch-bf b/print/ghostscript6/patches/patch-bf new file mode 100644 index 00000000000..dc1386b4dc8 --- /dev/null +++ b/print/ghostscript6/patches/patch-bf @@ -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> |