From f0da5b97299ee4a5653ff3fab993feea6a9d5d01 Mon Sep 17 00:00:00 2001 From: danw Date: Tue, 2 May 2000 18:48:35 +0000 Subject: Remove patches to deal with two bugs involving configure's handling of INSTALL which have both been worked around in bsd.pkg.mk now. --- devel/libtool/files/patch-sum | 7 +++++-- devel/libtool/patches/patch-aa | 20 -------------------- 2 files changed, 5 insertions(+), 22 deletions(-) delete mode 100644 devel/libtool/patches/patch-aa (limited to 'devel/libtool') diff --git a/devel/libtool/files/patch-sum b/devel/libtool/files/patch-sum index 8cde1cc7ec7..f1e44f7a6ea 100644 --- a/devel/libtool/files/patch-sum +++ b/devel/libtool/files/patch-sum @@ -1,3 +1,6 @@ -$NetBSD: patch-sum,v 1.2 1999/09/02 21:35:51 christos Exp $ +$NetBSD: patch-sum,v 1.3 2000/05/02 18:48:40 danw Exp $ -MD5 (patch-aa) = f47278bd27bfc99145be98ea23da3329 +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/devel/libtool/patches/patch-aa b/devel/libtool/patches/patch-aa deleted file mode 100644 index 65dd08326fc..00000000000 --- a/devel/libtool/patches/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-aa,v 1.7 1999/09/02 21:35:51 christos Exp $ - ---- configure.orig Fri Jul 2 12:01:56 1999 -+++ configure Fri Aug 20 18:22:00 1999 -@@ -1853,10 +1853,13 @@ - *) # Relative path. - ac_sub_cache_file="$ac_dots$cache_file" ;; - esac -- case "$ac_given_INSTALL" in -+ if [ -z "$ac_given_INSTALL" ]; then -+ ac_given_INSTALL="$INSTALL" -+ fi -+ case "$ac_given_INSTALL" in - [/$]*) INSTALL="$ac_given_INSTALL" ;; - *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac -+ esac - - 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. -- cgit v1.2.3