summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-04-10 00:03:42 +0000
committerjlam <jlam@pkgsrc.org>2000-04-10 00:03:42 +0000
commitf1ce60357bb06e1a20cd716dcc916643ff10959a (patch)
treea6dafd5ad496d022c03a67244cc7d97ca78725cb /graphics
parent7cc1ac06018447178db48e49d530210332155049 (diff)
downloadpkgsrc-f1ce60357bb06e1a20cd716dcc916643ff10959a.tar.gz
Back out last change -- revert to using gs instead of gsx11
Diffstat (limited to 'graphics')
-rw-r--r--graphics/kdegraphics/patches/patch-af13
-rw-r--r--graphics/kdegraphics/patches/patch-ag13
-rw-r--r--graphics/kdegraphics/patches/patch-ah13
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 {