diff options
author | jlam <jlam> | 2000-04-10 02:19:17 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-04-10 02:19:17 +0000 |
commit | 133f70bdaf840ce6655d81e2b261df85915e693a (patch) | |
tree | 432907e0de61e408a7c4954c156e34d271a46891 /print | |
parent | c53b6851455fefe7c372964eb11489e2f050d8f6 (diff) | |
download | pkgsrc-133f70bdaf840ce6655d81e2b261df85915e693a.tar.gz |
Adapt all the extra ghostscript scripts (pdf2*, gs*) to use gstty.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript5/files/patch-sum | 3 | ||||
-rw-r--r-- | print/ghostscript5/patches/patch-aj | 16 | ||||
-rw-r--r-- | print/ghostscript5/pkg/PLIST | 3 |
3 files changed, 19 insertions, 3 deletions
diff --git a/print/ghostscript5/files/patch-sum b/print/ghostscript5/files/patch-sum index b0236f17492..18a6ee344a7 100644 --- a/print/ghostscript5/files/patch-sum +++ b/print/ghostscript5/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.5 2000/03/24 18:15:31 jlam Exp $ +$NetBSD: patch-sum,v 1.6 2000/04/10 02:19:17 jlam Exp $ MD5 (patch-aa) = 1d59f5d7400efb5efc9215765389079f MD5 (patch-ab) = 9b2c0662b1f8e65c3dab1abd5b6f3f88 @@ -7,3 +7,4 @@ MD5 (patch-af) = fe0ee02b0925399aa6f3216b77482346 MD5 (patch-ag) = af60f2d8c2dc97609ee6240596abd32c MD5 (patch-ah) = 3e8217b7a5494c9623eda655ae88bbc7 MD5 (patch-ai) = 0bbd7840cb931e18def4ebd1415abbdc +MD5 (patch-aj) = 8fe6eed926cb23efbdc1c67212f50fcc diff --git a/print/ghostscript5/patches/patch-aj b/print/ghostscript5/patches/patch-aj new file mode 100644 index 00000000000..81e159bbd3e --- /dev/null +++ b/print/ghostscript5/patches/patch-aj @@ -0,0 +1,16 @@ +$NetBSD: patch-aj,v 1.1 2000/04/10 02:19:18 jlam Exp $ + +--- unixinst.mak.orig Sun Apr 9 21:59:30 2000 ++++ unixinst.mak Sun Apr 9 22:04:08 2000 +@@ -45,7 +45,10 @@ + gsbj gsdj gsdj500 gslj gslp gsnd \ + bdftops dvipdf font2c \ + pdf2dsc pdf2ps pf2afm printafm ps2ascii ps2epsi ps2pdf ps2ps wftopfa ;\ +- do if ( test -f $$f ); then $(INSTALL_PROGRAM) $$f $(scriptdir)/$$f; fi;\ ++ do if ( test -f $$f ); then \ ++ mv $$f $$f.orig; \ ++ sed -e "s,gs ,gstty ,g" $$f.orig > $$f; \ ++ $(INSTALL_PROGRAM) $$f $(scriptdir)/$$f; fi;\ + done' + + MAN1_PAGES=gs pdf2dsc pdf2ps ps2ascii ps2epsi ps2pdf ps2ps gs-hpdj diff --git a/print/ghostscript5/pkg/PLIST b/print/ghostscript5/pkg/PLIST index 32ea6eb69c9..d805d7cb4dc 100644 --- a/print/ghostscript5/pkg/PLIST +++ b/print/ghostscript5/pkg/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.7 2000/04/09 23:48:51 jlam Exp $ +@comment $NetBSD: PLIST,v 1.8 2000/04/10 02:19:18 jlam Exp $ bin/bdftops bin/dvipdf bin/font2c -bin/gs bin/gsbj bin/gsdj bin/gsdj500 |