diff options
author | danw <danw> | 2000-05-02 18:48:35 +0000 |
---|---|---|
committer | danw <danw> | 2000-05-02 18:48:35 +0000 |
commit | 90ad624009f1548fa9829aac57227061b3a2c36a (patch) | |
tree | cdb2f7b799acdf24b452927949068991ee148919 /print | |
parent | 29a3418c8347e4d748f0406db0c75b48364a7d1e (diff) | |
download | pkgsrc-90ad624009f1548fa9829aac57227061b3a2c36a.tar.gz |
Remove patches to deal with two bugs involving configure's handling of
INSTALL which have both been worked around in bsd.pkg.mk now.
Diffstat (limited to 'print')
-rw-r--r-- | print/gnome-print/files/patch-sum | 4 | ||||
-rw-r--r-- | print/gnome-print/patches/patch-aa | 15 |
2 files changed, 3 insertions, 16 deletions
diff --git a/print/gnome-print/files/patch-sum b/print/gnome-print/files/patch-sum index ff2421d1011..35cf0fdc3e9 100644 --- a/print/gnome-print/files/patch-sum +++ b/print/gnome-print/files/patch-sum @@ -1,5 +1,5 @@ -$NetBSD: patch-sum,v 1.8 2000/04/16 15:07:43 rh Exp $ +$NetBSD: patch-sum,v 1.9 2000/05/02 18:48:42 danw Exp $ -MD5 (patch-aa) = 096585b540d98446cccab811db88169b +MD5 (patch-aa) = d48cd018fef0f640f06c5ddaac04a033 MD5 (patch-ab) = f9a4bccd8d151997db67845244471dd2 MD5 (patch-ac) = 65698ae5f9ed8d34846c2f2f154b35a1 diff --git a/print/gnome-print/patches/patch-aa b/print/gnome-print/patches/patch-aa index 9594ce780e9..74847935adb 100644 --- a/print/gnome-print/patches/patch-aa +++ b/print/gnome-print/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.5 2000/04/16 15:07:44 rh Exp $ +$NetBSD: patch-aa,v 1.6 2000/05/02 18:48:43 danw Exp $ --- configure.orig Thu Apr 13 02:52:06 2000 +++ configure Sun Apr 16 07:56:42 2000 @@ -21,16 +21,3 @@ $NetBSD: patch-aa,v 1.5 2000/04/16 15:07:44 rh Exp $ else echo "$ac_t""no" 1>&6 -@@ -5081,10 +5082,12 @@ - top_srcdir="$ac_dots$ac_given_srcdir" ;; - esac - -+if false; then - case "$ac_given_INSTALL" in - [/$]*) INSTALL="$ac_given_INSTALL" ;; - *) INSTALL="$ac_dots$ac_given_INSTALL" ;; - esac -+fi - - echo creating "$ac_file" - rm -f "$ac_file" |