diff options
author | prlw1 <prlw1@pkgsrc.org> | 2017-09-10 16:23:02 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2017-09-10 16:23:02 +0000 |
commit | 6ecfedcbe451d4f231663f187b23261ccecda84b (patch) | |
tree | 04b85434e91a81f53f23ca8be907c05a243c8df8 /print | |
parent | 551147192d3b38fa46b205f4a3ff4763a78da65d (diff) | |
download | pkgsrc-6ecfedcbe451d4f231663f187b23261ccecda84b.tar.gz |
Remove patch which became unnecessary with
r17868 | jghali | 2012-11-10 14:51:17 +0000 (Sat, 10 Nov 2012) | 1 line
#11161 related: fix compilation of ioapi.c and some other files prevented by patching of zlib headers in gentoo
Diffstat (limited to 'print')
-rw-r--r-- | print/scribus-qt4/distinfo | 3 | ||||
-rw-r--r-- | print/scribus-qt4/patches/patch-ag | 12 |
2 files changed, 1 insertions, 14 deletions
diff --git a/print/scribus-qt4/distinfo b/print/scribus-qt4/distinfo index 07a690dc08e..b865900ecd9 100644 --- a/print/scribus-qt4/distinfo +++ b/print/scribus-qt4/distinfo @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.12 2017/07/11 19:41:20 joerg Exp $ +$NetBSD: distinfo,v 1.13 2017/09/10 16:23:02 prlw1 Exp $ SHA1 (scribus-1.4.3.tar.xz) = 30c111762790e4407c13236bbb4b06f04e907f71 RMD160 (scribus-1.4.3.tar.xz) = 0c3103536610ca1881d1b65b549886bf9f0d8650 SHA512 (scribus-1.4.3.tar.xz) = e4841b346803bc096c2e00b2071d03ce3bae6af8d7317353ebf8e724b5a9b6461d95406bee61c2a316bc6ee5d9e302e3fee7b51dd89eae9adc9e69b3aa40454e Size (scribus-1.4.3.tar.xz) = 70503072 bytes -SHA1 (patch-ag) = 906fa6305015ec3b2589350d338cf2dcb30d5c58 SHA1 (patch-ah) = 7640b9509d764323d546cbf958521768965d7ff0 SHA1 (patch-ai) = 6616ce472b9fa7d8aa9bc3677ac5b25799222816 SHA1 (patch-ba) = ecddb2304b0ab37fbca41a662773107923df273b diff --git a/print/scribus-qt4/patches/patch-ag b/print/scribus-qt4/patches/patch-ag deleted file mode 100644 index ea46878c396..00000000000 --- a/print/scribus-qt4/patches/patch-ag +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ag,v 1.1.1.1 2010/12/13 11:49:44 drochner Exp $ - ---- scribus/ioapi.h.orig 2006-01-22 22:42:17.000000000 +0000 -+++ scribus/ioapi.h -@@ -43,6 +43,7 @@ for which a new license (GPL+exception) - extern "C" { - #endif - -+#define OF(x) x - typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode)); - typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size)); - typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size)); |