diff options
author | jlam <jlam> | 2000-04-10 00:03:42 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-04-10 00:03:42 +0000 |
commit | a206889af315157ddfe1d7a03a917a44133e9ed2 (patch) | |
tree | a6dafd5ad496d022c03a67244cc7d97ca78725cb /graphics/kdegraphics/patches | |
parent | dd60011a18887e50b3ae6dc7340018219fd2cfaf (diff) | |
download | pkgsrc-a206889af315157ddfe1d7a03a917a44133e9ed2.tar.gz |
Back out last change -- revert to using gs instead of gsx11
Diffstat (limited to 'graphics/kdegraphics/patches')
-rw-r--r-- | graphics/kdegraphics/patches/patch-af | 13 | ||||
-rw-r--r-- | graphics/kdegraphics/patches/patch-ag | 13 | ||||
-rw-r--r-- | graphics/kdegraphics/patches/patch-ah | 13 |
3 files changed, 0 insertions, 39 deletions
diff --git a/graphics/kdegraphics/patches/patch-af b/graphics/kdegraphics/patches/patch-af deleted file mode 100644 index 30797434fe7..00000000000 --- a/graphics/kdegraphics/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.3 2000/03/30 06:37:15 jlam Exp $ - ---- kghostview/interpreter.cpp.orig Thu Mar 19 07:24:56 1998 -+++ kghostview/interpreter.cpp Wed Mar 29 22:01:44 2000 -@@ -311,7 +311,7 @@ - void InterpreterDialog::init() - { - -- intEdit->setText( i18n("gs") ); -+ intEdit->setText( i18n("gsx11") ); - - if( antialias ) - antialiasBox->setChecked( TRUE ); diff --git a/graphics/kdegraphics/patches/patch-ag b/graphics/kdegraphics/patches/patch-ag deleted file mode 100644 index 3cfb9248a2e..00000000000 --- a/graphics/kdegraphics/patches/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ag,v 1.1 2000/03/30 06:37:15 jlam Exp $ - ---- kghostview/kghostview.cpp.orig Mon Jul 5 20:13:49 1999 -+++ kghostview/kghostview.cpp Wed Mar 29 21:58:56 2000 -@@ -2208,7 +2208,7 @@ - - char *filename_dscP = 0; - char *filename_uncP = 0; -- const char *cmd_scan_pdf = "gs -dNODISPLAY -dQUIET -sPDFname=%s -sDSCname=%s pdf2dsc.ps -c quit"; -+ const char *cmd_scan_pdf = "gsx11 -dNODISPLAY -dQUIET -sPDFname=%s -sDSCname=%s pdf2dsc.ps -c quit"; - const char *cmd_uncompress = "gzip -d -c %s > %s"; - doc = psscan(&psfile, filename, _PATH_TMP"/kghostview", &filename_dscP, - cmd_scan_pdf, &filename_uncP, cmd_uncompress); diff --git a/graphics/kdegraphics/patches/patch-ah b/graphics/kdegraphics/patches/patch-ah deleted file mode 100644 index fa226db5af8..00000000000 --- a/graphics/kdegraphics/patches/patch-ah +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ah,v 1.1 2000/03/30 06:37:15 jlam Exp $ - ---- kghostview/kpswidget.cpp.orig Sat May 29 15:37:02 1999 -+++ kghostview/kpswidget.cpp Wed Mar 29 22:24:07 2000 -@@ -660,7 +660,7 @@ - if (disable_start) return; - - gs_arg=0; -- gs_call[gs_arg++] = "gs"; -+ gs_call[gs_arg++] = "gsx11"; - if( intConfig->antialias ) { - gs_call[gs_arg++] = "-sDEVICE=x11alpha"; - } else { |