summaryrefslogtreecommitdiff
path: root/shells/bash2/patches
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-08-05 10:47:20 +0000
committerfrueauf <frueauf>1998-08-05 10:47:20 +0000
commitb557af92a483597423d3ef9b4a099b2914c5d0b5 (patch)
treefea2a31332e16c33f807d0ec977915c097ae9102 /shells/bash2/patches
parentefa7f5ea72fb378245dace9975aeee3eac0b16c1 (diff)
downloadpkgsrc-b557af92a483597423d3ef9b4a099b2914c5d0b5.tar.gz
Update bash2 to 2.02.1, closes pr 5913 by John Darrow.
Diffstat (limited to 'shells/bash2/patches')
-rw-r--r--shells/bash2/patches/patch-aa36
-rw-r--r--shells/bash2/patches/patch-ab30
-rw-r--r--shells/bash2/patches/patch-ac30
-rw-r--r--shells/bash2/patches/patch-ae10
4 files changed, 41 insertions, 65 deletions
diff --git a/shells/bash2/patches/patch-aa b/shells/bash2/patches/patch-aa
index d46d6ac73cb..ad4e575cc99 100644
--- a/shells/bash2/patches/patch-aa
+++ b/shells/bash2/patches/patch-aa
@@ -1,22 +1,14 @@
-*** doc/Makefile.in.orig Thu Jan 30 22:12:33 1997
---- doc/Makefile.in Wed Jan 21 00:13:58 1998
-***************
-*** 155,161 ****
- -$(INSTALL_DATA) $(srcdir)/bashref.info $(infodir)/bash.info
- # run install-info if it is present to update the info directory
- if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
-! install-info --dir-file=$(infodir)/dir $(infodir)/bash.info; \
- else true; fi
-
- uninstall:
---- 155,164 ----
- -$(INSTALL_DATA) $(srcdir)/bashref.info $(infodir)/bash.info
- # run install-info if it is present to update the info directory
- if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
-! install-info \
-! --entry="* BASH: (bash). Bash Reference Manual." \
-! -s "Shells" \
-! --dir-file=$(infodir)/dir $(infodir)/bash.info; \
- else true; fi
-
- uninstall:
+--- doc/Makefile.in.orig Tue Mar 3 14:02:18 1998
++++ doc/Makefile.in Tue Aug 4 21:18:04 1998
+@@ -170,7 +170,10 @@
+ -$(INSTALL_DATA) $(srcdir)/bashref.info $(infodir)/bash.info
+ # run install-info if it is present to update the info directory
+ if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
+- install-info --dir-file=$(infodir)/dir $(infodir)/bash.info; \
++ install-info \
++ --entry="* BASH: (bash). Bash Reference Manual." \
++ -s "Shells" \
++ --dir-file=$(infodir)/dir $(infodir)/bash.info; \
+ else true; fi
+
+ uninstall:
diff --git a/shells/bash2/patches/patch-ab b/shells/bash2/patches/patch-ab
index 46c5e4f858c..020e22983ae 100644
--- a/shells/bash2/patches/patch-ab
+++ b/shells/bash2/patches/patch-ab
@@ -1,19 +1,11 @@
-*** Makefile.in.bak Wed Dec 18 22:57:21 1996
---- Makefile.in Fri Dec 27 14:20:11 1996
-***************
-*** 499,505 ****
-
- install: .made installdirs
- $(INSTALL_PROGRAM) $(Program) $(bindir)/$(Program)
-! $(INSTALL_PROGRAM) bashbug $(bindir)/bashbug
- -( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \
- man1dir=$(man1dir) man1ext=$(man1ext) \
- man3dir=$(man3dir) man3ext=$(man3ext) \
---- 499,505 ----
-
- install: .made installdirs
- $(INSTALL_PROGRAM) $(Program) $(bindir)/$(Program)
-! $(INSTALL) -m 555 bashbug $(bindir)/bashbug
- -( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \
- man1dir=$(man1dir) man1ext=$(man1ext) \
- man3dir=$(man3dir) man3ext=$(man3ext) \
+--- Makefile.in.orig Thu Apr 16 10:35:05 1998
++++ Makefile.in Tue Aug 4 21:18:05 1998
+@@ -541,7 +541,7 @@
+
+ install: .made installdirs
+ $(INSTALL_PROGRAM) $(Program) $(bindir)/$(Program)
+- $(INSTALL_PROGRAM) bashbug $(bindir)/bashbug
++ $(INSTALL) -m 555 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
index 69790098164..4a77e1d38fa 100644
--- a/shells/bash2/patches/patch-ac
+++ b/shells/bash2/patches/patch-ac
@@ -1,19 +1,11 @@
-*** lib/glob/Makefile.in.orig Fri Oct 4 19:02:34 1996
---- lib/glob/Makefile.in Tue May 27 01:48:43 1997
-***************
-*** 45,51 ****
- # The header files for this library.
- HSOURCES = $(srcdir)/fnmatch.h
-
-! OBJECTS = glob.o fnmatch.o
-
- # The texinfo files which document this library.
- DOCSOURCE = doc/glob.texi
---- 45,51 ----
- # The header files for this library.
- HSOURCES = $(srcdir)/fnmatch.h
-
-! OBJECTS = glob.o #fnmatch.o
-
- # The texinfo files which document this library.
- DOCSOURCE = doc/glob.texi
+--- 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 d29f6b5493c..c5d5895f924 100644
--- a/shells/bash2/patches/patch-ae
+++ b/shells/bash2/patches/patch-ae
@@ -1,8 +1,8 @@
---- builtins/enable.def~ Wed Oct 2 13:47:05 1996
-+++ builtins/enable.def Tue May 6 14:18:09 1997
-@@ -284,9 +284,10 @@
+--- builtins/enable.def.orig Fri Jul 18 15:55:00 1997
++++ builtins/enable.def Tue Aug 4 21:18:05 1998
+@@ -290,9 +290,10 @@
name = list->word->word;
-
+
size = strlen (name);
- struct_name = xmalloc (size + 8);
- strcpy (struct_name, name);
@@ -11,6 +11,6 @@
+ *struct_name = '_';
+ strcpy (struct_name + 1, name);
+ strcpy (struct_name + size + 1, "_struct");
-
+
b = (struct builtin *)dlsym (handle, struct_name);
if (b == 0)