diff options
author | jlam <jlam> | 2000-04-20 16:30:24 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-04-20 16:30:24 +0000 |
commit | 11da1028fa5d57399fe3ce1f32a768552771b7c8 (patch) | |
tree | 1fd055a8dfa0d9b441e54f05383ed432b2309046 /graphics | |
parent | 53283defb8f61b9a602649cb90829e304c003967 (diff) | |
download | pkgsrc-11da1028fa5d57399fe3ce1f32a768552771b7c8.tar.gz |
Backout changes to use gstty and depend on ghostscript*-5.50nb2.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xv/Makefile | 4 | ||||
-rw-r--r-- | graphics/xv/files/patch-sum | 4 | ||||
-rw-r--r-- | graphics/xv/patches/patch-ac | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 848ad5cf31a..bbf77683dfc 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2000/04/16 17:36:44 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2000/04/20 16:30:51 jlam Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/03 07:37:08 asami Exp # @@ -17,7 +17,7 @@ PATCHFILES= xv-3.10a.JPEG-patch xv-3.10a.TIFF-patch # (for tiff3.4) MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.trilon.com/xv/ -DEPENDS+= ghostscript-5.50nb1:../../print/ghostscript5 +DEPENDS+= ghostscript*-5.50nb2:../../print/ghostscript5 DEPENDS+= png>=1.0.6:../png DEPENDS+= tiff-*:../../graphics/tiff diff --git a/graphics/xv/files/patch-sum b/graphics/xv/files/patch-sum index c7f489d3453..1822013de2b 100644 --- a/graphics/xv/files/patch-sum +++ b/graphics/xv/files/patch-sum @@ -1,8 +1,8 @@ -$NetBSD: patch-sum,v 1.6 2000/04/10 00:04:28 jlam Exp $ +$NetBSD: patch-sum,v 1.7 2000/04/20 16:30:51 jlam Exp $ MD5 (patch-aa) = 77f91c256a0b0f6cbac5673684c8d585 MD5 (patch-ab) = 1da2c2fd872eb392a48f132bbd4bf63c -MD5 (patch-ac) = 48961ab63ea148716b51ace68a13b0f0 +MD5 (patch-ac) = 340ef04fe230197887ec7d7c2616b521 MD5 (patch-ad) = bb5894cc304cf79a79c236eaf035547c MD5 (patch-ae) = 5836b41c1360daf8c29dc25bc32473a7 MD5 (patch-af) = 3c86698cb2642bcb2cbac7402d5d60cd diff --git a/graphics/xv/patches/patch-ac b/graphics/xv/patches/patch-ac index d3c924b95ef..3637f41d581 100644 --- a/graphics/xv/patches/patch-ac +++ b/graphics/xv/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.6 2000/04/10 00:04:29 jlam Exp $ +$NetBSD: patch-ac,v 1.7 2000/04/20 16:30:52 jlam Exp $ --- config.h.orig Fri Nov 19 09:32:02 1999 +++ config.h Fri Nov 19 09:32:57 1999 @@ -18,7 +18,7 @@ $NetBSD: patch-ac,v 1.6 2000/04/10 00:04:29 jlam Exp $ -/* #define GS_PATH "/usr/local/bin/gs" */ -/* #define GS_LIB "." */ -/* #define GS_DEV "ppmraw" */ -+#define GS_PATH "@LOCALBASE@/bin/gstty" ++#define GS_PATH "@LOCALBASE@/bin/gs" +#define GS_LIB "@LOCALBASE@/share/ghostscript" +#define GS_DEV "ppmraw" |