diff options
author | danw <danw@pkgsrc.org> | 2000-05-02 18:48:35 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2000-05-02 18:48:35 +0000 |
commit | 82d9c1f1741f9147489baab354ae377f3c09d184 (patch) | |
tree | cdb2f7b799acdf24b452927949068991ee148919 /devel/gtexinfo | |
parent | 999c0cad3274d3d7885925f0147a66563927bef6 (diff) | |
download | pkgsrc-82d9c1f1741f9147489baab354ae377f3c09d184.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 'devel/gtexinfo')
-rw-r--r-- | devel/gtexinfo/files/patch-sum | 4 | ||||
-rw-r--r-- | devel/gtexinfo/patches/patch-ag | 16 |
2 files changed, 3 insertions, 17 deletions
diff --git a/devel/gtexinfo/files/patch-sum b/devel/gtexinfo/files/patch-sum index 2a3afa75286..049406ec662 100644 --- a/devel/gtexinfo/files/patch-sum +++ b/devel/gtexinfo/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.2 2000/01/20 11:48:03 agc Exp $ +$NetBSD: patch-sum,v 1.3 2000/05/02 18:48:39 danw Exp $ MD5 (patch-aa) = ef43cb391dfa3ee1a01b7ea533d42e47 MD5 (patch-ab) = b4f21f670a33dc7a6d6f0b5bf18cae14 @@ -6,4 +6,4 @@ MD5 (patch-ac) = 74f13b6637e046c9fd1886c52c6dafdf MD5 (patch-ad) = 320d2d96e5c29655056c5400e538b834 MD5 (patch-ae) = 72a588de899da899daf7a8d4da1575aa MD5 (patch-af) = 990a7730d8115426662d2d678a99860e -MD5 (patch-ag) = b0bc330985fcb3c6b4a8565bb82ccc7f +MD5 (patch-ag) = 5d291b43639f413c40ba2e692bc4223f diff --git a/devel/gtexinfo/patches/patch-ag b/devel/gtexinfo/patches/patch-ag index 5ebc0ca699e..956f32335fc 100644 --- a/devel/gtexinfo/patches/patch-ag +++ b/devel/gtexinfo/patches/patch-ag @@ -1,4 +1,4 @@ -$NetBSD: patch-ag,v 1.3 1999/03/04 14:56:44 agc Exp $ +$NetBSD: patch-ag,v 1.4 2000/05/02 18:48:39 danw Exp $ Don't check ncurses lib - just use standard curses. Install files into share hierarchy @@ -25,17 +25,3 @@ Don't assume that we're using the install.sh script - comment out INTLDEPS='$(top_builddir)/intl/libintl.a' INTLLIBS=$INTLDEPS LIBS=`echo $LIBS | sed -e 's/-lintl//'` -@@ -3990,10 +3990,13 @@ - top_srcdir="$ac_dots$ac_given_srcdir" ;; - esac - -+# do not assume that we're using the install.sh script... -+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" |