diff options
author | drochner <drochner@pkgsrc.org> | 2011-11-28 15:29:32 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-11-28 15:29:32 +0000 |
commit | 50379201e3a5ff29fa17ad3a786a9048a3636625 (patch) | |
tree | 8c547f37bc70b50b7a5455bc3ba03e3891644fd1 /print | |
parent | bcf12889373dc5d2a966598545b5c59590b4f560 (diff) | |
download | pkgsrc-50379201e3a5ff29fa17ad3a786a9048a3636625.tar.gz |
include <cups/ppd.h> explicitely to make this build with newer cups
Diffstat (limited to 'print')
-rw-r--r-- | print/scribus-qt4/distinfo | 4 | ||||
-rw-r--r-- | print/scribus-qt4/patches/patch-aj | 12 | ||||
-rw-r--r-- | print/scribus-qt4/patches/patch-ak | 12 |
3 files changed, 27 insertions, 1 deletions
diff --git a/print/scribus-qt4/distinfo b/print/scribus-qt4/distinfo index b0a4871ec17..e5935a6453b 100644 --- a/print/scribus-qt4/distinfo +++ b/print/scribus-qt4/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/12/13 11:49:42 drochner Exp $ +$NetBSD: distinfo,v 1.2 2011/11/28 15:29:32 drochner Exp $ SHA1 (scribus-1.3.9.tar.bz2) = 86bc4db2d8fbb91fe94f8535327991e9128c5862 RMD160 (scribus-1.3.9.tar.bz2) = 63e1d3f7f723843e9d1c787e1405b57a15f08fcc @@ -6,6 +6,8 @@ Size (scribus-1.3.9.tar.bz2) = 35729860 bytes SHA1 (patch-ag) = 906fa6305015ec3b2589350d338cf2dcb30d5c58 SHA1 (patch-ah) = a4d23dadf00793b4f3d981d75545337d52ecc6d6 SHA1 (patch-ai) = 8b00cfd03dfdeec6ba3c2573a3c48b55b32ac918 +SHA1 (patch-aj) = 1f607bcb5d8e722c7f559445bda04cb664cc6ed1 +SHA1 (patch-ak) = c3f7652d1893930465e2da2891a3b4b684cc00c2 SHA1 (patch-ba) = c7e7a2157d0b5e22971764d4870e72db5f3f5c63 SHA1 (patch-bb) = 4d8a0a38ace1241c870de049489b25cded4d97cb SHA1 (patch-bc) = 309d33b5bd69f2092a298b48c657ba77c0edb8bb diff --git a/print/scribus-qt4/patches/patch-aj b/print/scribus-qt4/patches/patch-aj new file mode 100644 index 00000000000..9992403a4a1 --- /dev/null +++ b/print/scribus-qt4/patches/patch-aj @@ -0,0 +1,12 @@ +$NetBSD: patch-aj,v 1.1 2011/11/28 15:29:32 drochner Exp $ + +--- scribus/cupsoptions.cpp.orig 2008-04-16 21:52:32.000000000 +0000 ++++ scribus/cupsoptions.cpp +@@ -42,6 +42,7 @@ for which a new license (GPL+exception) + #include "scconfig.h" + #ifdef HAVE_CUPS + #include <cups/cups.h> ++#include <cups/ppd.h> + #endif + #include "util_icon.h" + diff --git a/print/scribus-qt4/patches/patch-ak b/print/scribus-qt4/patches/patch-ak new file mode 100644 index 00000000000..5c32d9fe7f9 --- /dev/null +++ b/print/scribus-qt4/patches/patch-ak @@ -0,0 +1,12 @@ +$NetBSD: patch-ak,v 1.1 2011/11/28 15:29:32 drochner Exp $ + +--- scribus/util_printer.cpp.orig 2007-10-24 23:09:51.000000000 +0000 ++++ scribus/util_printer.cpp +@@ -9,6 +9,7 @@ for which a new license (GPL+exception) + + #if defined( HAVE_CUPS ) + #include <cups/cups.h> ++ #include <cups/ppd.h> + #elif defined(_WIN32) + #include <windows.h> + #include <winspool.h> |