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 /mail/balsa | |
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 'mail/balsa')
-rw-r--r-- | mail/balsa/files/patch-sum | 8 | ||||
-rw-r--r-- | mail/balsa/patches/patch-aa | 31 | ||||
-rw-r--r-- | mail/balsa/patches/patch-ab | 17 |
3 files changed, 5 insertions, 51 deletions
diff --git a/mail/balsa/files/patch-sum b/mail/balsa/files/patch-sum index 7045c670ec6..9efb612da95 100644 --- a/mail/balsa/files/patch-sum +++ b/mail/balsa/files/patch-sum @@ -1,4 +1,6 @@ -$NetBSD: patch-sum,v 1.2 2000/04/25 07:07:29 rh Exp $ +$NetBSD: patch-sum,v 1.3 2000/05/02 18:48:41 danw Exp $ -MD5 (patch-aa) = 14fed93b017268db5013b42834e77fec -MD5 (patch-ab) = ea46c12a13d077a766c7ddd718397347 +This placeholder file is generated by the ``makepatchsum'' target +whenever the patches directory is empty or missing. Its purpose +is to ensure that the presence of any obsolete patches will cause +the proper error to be emitted at build time. diff --git a/mail/balsa/patches/patch-aa b/mail/balsa/patches/patch-aa deleted file mode 100644 index ce3dd3456f2..00000000000 --- a/mail/balsa/patches/patch-aa +++ /dev/null @@ -1,31 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2000/04/25 07:07:29 rh Exp $ - ---- configure.orig Wed Apr 19 05:45:15 2000 -+++ configure Tue Apr 25 08:39:41 2000 -@@ -6072,10 +6072,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" -@@ -6345,10 +6347,13 @@ - *) # Relative path. - ac_sub_cache_file="$ac_dots$cache_file" ;; - esac -+ -+if false; then - case "$ac_given_INSTALL" in - [/$]*) INSTALL="$ac_given_INSTALL" ;; - *) INSTALL="$ac_dots$ac_given_INSTALL" ;; - esac -+fi - - echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" - # The eval makes quoting arguments work. diff --git a/mail/balsa/patches/patch-ab b/mail/balsa/patches/patch-ab deleted file mode 100644 index fa1dd82e7e3..00000000000 --- a/mail/balsa/patches/patch-ab +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2000/04/25 07:07:30 rh Exp $ - ---- libmutt/configure.orig Fri Jan 7 04:00:18 2000 -+++ libmutt/configure Tue Apr 25 08:41:20 2000 -@@ -3480,10 +3480,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" |