summaryrefslogtreecommitdiff
path: root/shells/bash2/patches
diff options
context:
space:
mode:
authorwiz <wiz>2000-03-30 11:56:31 +0000
committerwiz <wiz>2000-03-30 11:56:31 +0000
commit02c582a02a6c7ab9b0bb9814157751baa42ad806 (patch)
tree3c304ad3ddf94629c94f1e5a32e60d84ea218f06 /shells/bash2/patches
parentd40aab54444d6fe68ccc70dc83130456ed0ffc51 (diff)
downloadpkgsrc-02c582a02a6c7ab9b0bb9814157751baa42ad806.tar.gz
Update bash to 2.04; also add variable BASH_STATIC for static linking.
Changes: too many to list here, check the CHANGES file.
Diffstat (limited to 'shells/bash2/patches')
-rw-r--r--shells/bash2/patches/patch-ab12
-rw-r--r--shells/bash2/patches/patch-ac13
-rw-r--r--shells/bash2/patches/patch-ae8
3 files changed, 10 insertions, 23 deletions
diff --git a/shells/bash2/patches/patch-ab b/shells/bash2/patches/patch-ab
index 5b16f4265dd..461df092a99 100644
--- a/shells/bash2/patches/patch-ab
+++ b/shells/bash2/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.4 1999/02/21 02:58:30 hubertf Exp $
+$NetBSD: patch-ab,v 1.5 2000/03/30 11:56:32 wiz Exp $
---- Makefile.in.orig Thu Feb 18 18:07:38 1999
-+++ Makefile.in Sun Feb 21 03:07:56 1999
-@@ -550,7 +550,7 @@
+--- Makefile.in.orig Wed Mar 1 20:52:12 2000
++++ Makefile.in Thu Mar 30 13:09:26 2000
+@@ -582,7 +582,7 @@
install: .made installdirs
$(INSTALL_PROGRAM) $(INSTALLMODE) $(Program) $(bindir)/$(Program)
-- $(INSTALL_PROGRAM) $(INSTALLMODE) bashbug $(bindir)/bashbug
-+ $(INSTALL) -m 555 $(INSTALLMODE) bashbug $(bindir)/bashbug
+- $(INSTALL_PROGRAM) $(INSTALLMODE2) bashbug $(bindir)/bashbug
++ $(INSTALL_SCRIPT) $(INSTALLMODE2) bashbug $(bindir)/bashbug
-( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \
man1dir=$(man1dir) man1ext=$(man1ext) \
man3dir=$(man3dir) man3ext=$(man3ext) \
diff --git a/shells/bash2/patches/patch-ac b/shells/bash2/patches/patch-ac
deleted file mode 100644
index 7bd2138a2fd..00000000000
--- a/shells/bash2/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.3 1998/08/07 11:13:53 agc Exp $
-
---- lib/glob/Makefile.in.orig Tue Sep 16 12:13:23 1997
-+++ lib/glob/Makefile.in Tue Aug 4 21:18:05 1998
-@@ -46,7 +46,7 @@
- # The header files for this library.
- HSOURCES = $(srcdir)/fnmatch.h
-
--OBJECTS = glob.o fnmatch.o
-+OBJECTS = glob.o #fnmatch.o
-
- # The texinfo files which document this library.
- DOCSOURCE = doc/glob.texi
diff --git a/shells/bash2/patches/patch-ae b/shells/bash2/patches/patch-ae
index 555907bd60b..02898ca9723 100644
--- a/shells/bash2/patches/patch-ae
+++ b/shells/bash2/patches/patch-ae
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.4 2000/02/24 23:04:07 tron Exp $
+$NetBSD: patch-ae,v 1.5 2000/03/30 11:56:32 wiz Exp $
---- builtins/enable.def.orig Fri Jul 18 15:55:00 1997
-+++ builtins/enable.def Tue Aug 4 21:18:05 1998
-@@ -290,9 +290,16 @@
+--- builtins/enable.def.orig Thu Aug 5 13:41:13 1999
++++ builtins/enable.def Thu Mar 30 13:08:21 2000
+@@ -305,9 +305,16 @@
name = list->word->word;
size = strlen (name);