diff options
Diffstat (limited to 'print/scribus/patches')
-rw-r--r-- | print/scribus/patches/patch-ae | 12 | ||||
-rw-r--r-- | print/scribus/patches/patch-af | 13 | ||||
-rw-r--r-- | print/scribus/patches/patch-ag | 8 | ||||
-rw-r--r-- | print/scribus/patches/patch-ah | 12 |
4 files changed, 10 insertions, 35 deletions
diff --git a/print/scribus/patches/patch-ae b/print/scribus/patches/patch-ae index 25c3f4404e0..00e08a15b95 100644 --- a/print/scribus/patches/patch-ae +++ b/print/scribus/patches/patch-ae @@ -1,16 +1,16 @@ -$NetBSD: patch-ae,v 1.3 2005/03/31 19:15:23 drochner Exp $ +$NetBSD: patch-ae,v 1.4 2005/07/06 18:05:32 drochner Exp $ ---- scribus/scribusXml.cpp.orig 2005-01-08 09:47:55.000000000 +0100 +--- scribus/scribusXml.cpp.orig 2005-07-03 09:19:40.000000000 +0200 +++ scribus/scribusXml.cpp -@@ -6,6 +6,7 @@ - email : christian.toepp@mr-ct@gmx.de +@@ -13,6 +13,7 @@ + * (at your option) any later version. * + * * ***************************************************************************/ - +#include <cmath> #include "scribusXml.h" #include "scribusXml.moc" #include <qfile.h> -@@ -18,7 +19,6 @@ +@@ -25,7 +26,6 @@ #include <qdir.h> #include <qtextcodec.h> #include <cstdlib> diff --git a/print/scribus/patches/patch-af b/print/scribus/patches/patch-af deleted file mode 100644 index 4360410a3b1..00000000000 --- a/print/scribus/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.1 2004/09/11 21:29:22 kristerw Exp $ - ---- scribus/plugins/pixmapexport/export.cpp.orig Sat Sep 11 22:53:07 2004 -+++ scribus/plugins/pixmapexport/export.cpp Sat Sep 11 22:58:30 2004 -@@ -116,7 +116,7 @@ - QObject::tr("No"), - QObject::tr("Yes"), - // hack for multiple overwritting (petr) -- (single==TRUE) ? 0 : QObject::tr("Yes all"), -+ (single==TRUE) ? QString::null : QObject::tr("Yes all"), - 0, 0); - QApplication::setOverrideCursor(QCursor(Qt::WaitCursor)); - if (over == 1) diff --git a/print/scribus/patches/patch-ag b/print/scribus/patches/patch-ag index f8f069929f3..1f84d20046d 100644 --- a/print/scribus/patches/patch-ag +++ b/print/scribus/patches/patch-ag @@ -1,8 +1,8 @@ -$NetBSD: patch-ag,v 1.1 2005/03/31 19:15:23 drochner Exp $ +$NetBSD: patch-ag,v 1.2 2005/07/06 18:05:32 drochner Exp $ ---- ./scribus/plugins/gettext/sxwim/ioapi.h.orig 2005-03-10 17:40:13.000000000 +0100 -+++ ./scribus/plugins/gettext/sxwim/ioapi.h -@@ -39,6 +39,7 @@ +--- scribus/ioapi.h.orig 2005-07-04 23:53:32.000000000 +0200 ++++ scribus/ioapi.h +@@ -37,6 +37,7 @@ extern "C" { #endif diff --git a/print/scribus/patches/patch-ah b/print/scribus/patches/patch-ah deleted file mode 100644 index d5aac5d3c5c..00000000000 --- a/print/scribus/patches/patch-ah +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ah,v 1.1 2005/03/31 19:15:23 drochner Exp $ - ---- ./scribus/plugins/fileloader/oodraw/ioapi.h.orig 2005-03-10 17:45:41.000000000 +0100 -+++ ./scribus/plugins/fileloader/oodraw/ioapi.h -@@ -35,6 +35,7 @@ - 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)); |