summaryrefslogtreecommitdiff
path: root/graphics/xv
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-11-19 09:38:18 +0000
committeragc <agc@pkgsrc.org>1999-11-19 09:38:18 +0000
commit1c7b08467d9f706ded8ac55392d9e6ac66208cd4 (patch)
tree0a0e041772edb3003920a608c79fae2ab9f333e4 /graphics/xv
parentccec9ff37b602444dbf9fb87e5b6178b9cd06bab (diff)
downloadpkgsrc-1c7b08467d9f706ded8ac55392d9e6ac66208cd4.tar.gz
Remove fuzz from patches.
Diffstat (limited to 'graphics/xv')
-rw-r--r--graphics/xv/files/patch-sum4
-rw-r--r--graphics/xv/patches/patch-ac64
2 files changed, 27 insertions, 41 deletions
diff --git a/graphics/xv/files/patch-sum b/graphics/xv/files/patch-sum
index 2b5911cfd35..409b1cc7562 100644
--- a/graphics/xv/files/patch-sum
+++ b/graphics/xv/files/patch-sum
@@ -1,8 +1,8 @@
-$NetBSD: patch-sum,v 1.3 1999/11/14 13:25:58 rh Exp $
+$NetBSD: patch-sum,v 1.4 1999/11/19 09:38:18 agc Exp $
MD5 (patch-aa) = 77f91c256a0b0f6cbac5673684c8d585
MD5 (patch-ab) = 1da2c2fd872eb392a48f132bbd4bf63c
-MD5 (patch-ac) = 7aae919c8c4b5894f04c531cff23934b
+MD5 (patch-ac) = 340ef04fe230197887ec7d7c2616b521
MD5 (patch-ad) = bb5894cc304cf79a79c236eaf035547c
MD5 (patch-ae) = 5836b41c1360daf8c29dc25bc32473a7
MD5 (patch-af) = 5d9d3addb26000dddae35a827e382b5e
diff --git a/graphics/xv/patches/patch-ac b/graphics/xv/patches/patch-ac
index ea219aa4c27..1870ea4651b 100644
--- a/graphics/xv/patches/patch-ac
+++ b/graphics/xv/patches/patch-ac
@@ -1,40 +1,26 @@
-$NetBSD: patch-ac,v 1.4 1999/01/04 23:29:46 frueauf Exp $
+$NetBSD: patch-ac,v 1.5 1999/11/19 09:38:19 agc Exp $
-*** /tmp/T0a03151 Mon Feb 13 18:35:11 1995
---- config.h Mon Feb 13 18:34:49 1995
-***************
-*** 13,18 ****
- * definition appropriately. (use 'which gunzip' to find if you have gunzip,
- * and where it lives)
- */
-! #undef USE_GUNZIP
-
- #ifdef USE_GUNZIP
---- 13,18 ----
- * definition appropriately. (use 'which gunzip' to find if you have gunzip,
- * and where it lives)
- */
-! #define USE_GUNZIP
-
- #ifdef USE_GUNZIP
-***************
-*** 88,96 ****
- * should not need to be changed
- */
-
-! /* #define GS_PATH "/usr/local/bin/gs" */
-! /* #define GS_LIB "." */
-! /* #define GS_DEV "ppmraw" */
-
-
- /***************************************************************************
---- 88,96 ----
- * should not need to be changed
- */
-
-! #define GS_PATH "@LOCALBASE@/bin/gs"
-! #define GS_LIB "@LOCALBASE@/share/ghostscript"
-! #define GS_DEV "ppmraw"
-
-
- /***************************************************************************
+--- config.h.orig Fri Nov 19 09:32:02 1999
++++ config.h Fri Nov 19 09:32:57 1999
+@@ -13,7 +13,7 @@
+ * definition appropriately. (use 'which gunzip' to find if you have gunzip,
+ * and where it lives)
+ */
+-#undef USE_GUNZIP
++#define USE_GUNZIP
+
+ #ifdef USE_GUNZIP
+ # ifdef VMS
+@@ -98,9 +98,9 @@
+ * should not need to be changed
+ */
+
+-/* #define GS_PATH "/usr/local/bin/gs" */
+-/* #define GS_LIB "." */
+-/* #define GS_DEV "ppmraw" */
++#define GS_PATH "@LOCALBASE@/bin/gs"
++#define GS_LIB "@LOCALBASE@/share/ghostscript"
++#define GS_DEV "ppmraw"
+
+
+ /***************************************************************************