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 /devel/bonobo | |
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 'devel/bonobo')
-rw-r--r-- | devel/bonobo/files/patch-sum | 3 | ||||
-rw-r--r-- | devel/bonobo/patches/patch-aa | 31 |
2 files changed, 1 insertions, 33 deletions
diff --git a/devel/bonobo/files/patch-sum b/devel/bonobo/files/patch-sum index 3dfc59d7e95..8e73d2e02e3 100644 --- a/devel/bonobo/files/patch-sum +++ b/devel/bonobo/files/patch-sum @@ -1,4 +1,3 @@ -$NetBSD: patch-sum,v 1.1.1.1 2000/01/02 15:15:16 rh Exp $ +$NetBSD: patch-sum,v 1.2 2000/05/02 18:48:37 danw Exp $ -MD5 (patch-aa) = 58b085e18a3afd80acd9bec2efb6bf1d MD5 (patch-ab) = d8fde37adbb970401c00589afd577c1a diff --git a/devel/bonobo/patches/patch-aa b/devel/bonobo/patches/patch-aa deleted file mode 100644 index 8426768a2b6..00000000000 --- a/devel/bonobo/patches/patch-aa +++ /dev/null @@ -1,31 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/01/02 15:15:16 rh Exp $ - ---- configure.orig Mon Sep 27 22:32:28 1999 -+++ configure Sun Jan 2 14:41:09 2000 -@@ -5323,10 +5323,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" -@@ -5596,10 +5598,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. |