summaryrefslogtreecommitdiff
path: root/shells/bash/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
commit0d24ce472965b1af574ee8eab914346a50d93ab0 (patch)
treefc04ac961d5044a7d4ac36140741f144e02c3080 /shells/bash/files
parent(forced commit) This is the official index file for 3.3-release. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'.release/3.3.0
Diffstat (limited to 'shells/bash/files')
-rw-r--r--shells/bash/files/patch-aa21
-rw-r--r--shells/bash/files/patch-ab19
-rw-r--r--shells/bash/files/patch-ac20
-rw-r--r--shells/bash/files/patch-ad18
4 files changed, 0 insertions, 78 deletions
diff --git a/shells/bash/files/patch-aa b/shells/bash/files/patch-aa
deleted file mode 100644
index 16d0302debad..000000000000
--- a/shells/bash/files/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
-*** doc/Makefile.in.bak Fri Jan 31 00:12:33 1997
---- doc/Makefile.in Sat Jun 28 02:23:01 1997
-***************
-*** 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,163 ----
- -$(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 \
-! --defentry="* BASH: (bash). Bash Reference Manual." \
-! --dir-file=$(infodir)/dir $(infodir)/bash.info; \
- else true; fi
-
- uninstall:
diff --git a/shells/bash/files/patch-ab b/shells/bash/files/patch-ab
deleted file mode 100644
index aa1b826febff..000000000000
--- a/shells/bash/files/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
-*** l Wed Apr 14 15:38:05 1999
---- Makefile.in Wed Apr 14 15:38:21 1999
-***************
-*** 550,556 ****
-
- install: .made installdirs
- $(INSTALL_PROGRAM) $(INSTALLMODE) $(Program) $(bindir)/$(Program)
-! $(INSTALL_PROGRAM) $(INSTALLMODE) bashbug $(bindir)/bashbug
- -( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \
- man1dir=$(man1dir) man1ext=$(man1ext) \
- man3dir=$(man3dir) man3ext=$(man3ext) \
---- 550,556 ----
-
- install: .made installdirs
- $(INSTALL_PROGRAM) $(INSTALLMODE) $(Program) $(bindir)/$(Program)
-! $(INSTALL) $(INSTALLMODE) bashbug $(bindir)/bashbug
- -( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \
- man1dir=$(man1dir) man1ext=$(man1ext) \
- man3dir=$(man3dir) man3ext=$(man3ext) \
diff --git a/shells/bash/files/patch-ac b/shells/bash/files/patch-ac
deleted file mode 100644
index 86e8472b2263..000000000000
--- a/shells/bash/files/patch-ac
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig Thu Feb 18 21:12:00 1999
-+++ configure Fri May 28 04:35:33 1999
-@@ -733,7 +733,7 @@
- sparc-netbsd*) opt_gnu_malloc=no ;; # needs 8-byte alignment
- mips-irix6*) opt_gnu_malloc=no ;; # needs 8-byte alignment
- sparc-linux*) opt_gnu_malloc=no ;; # sparc running linux; requires ELF
--#*-freebsd*) opt_gnu_malloc=no ;; # they claim it's better
-+*-freebsd*) opt_gnu_malloc=no ;; # they claim it's better
- *-aix*) opt_gnu_malloc=no ;; # AIX machines
- *-nextstep*) opt_gnu_malloc=no ;; # NeXT machines running NeXTstep
- *-rhapsody*) opt_gnu_malloc=no ;; # Apple Rhapsody
-@@ -7086,7 +7086,7 @@
- then
- echo $ac_n "checking shared object configuration for loadable builtins""... $ac_c" 1>&6
- echo "configure:7089: checking shared object configuration for loadable builtins" >&5
-- eval `${CONFIG_SHELL-/bin/sh} ${srcdir}/support/shobj-conf -C ${CC} -c ${host_cpu} -o ${host_os} -v ${host_vendor}`
-+ eval `${CONFIG_SHELL-/bin/sh} ${srcdir}/support/shobj-conf -C "${CC}" -c "${host_cpu}" -o "${host_os}" -v "${host_vendor}"`
-
-
-
diff --git a/shells/bash/files/patch-ad b/shells/bash/files/patch-ad
deleted file mode 100644
index b24eada42810..000000000000
--- a/shells/bash/files/patch-ad
+++ /dev/null
@@ -1,18 +0,0 @@
---- support/shobj-conf.bak Tue Dec 29 23:05:29 1998
-+++ support/shobj-conf Fri May 28 04:34:07 1999
-@@ -86,13 +86,13 @@
- SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)$(SHLIB_MINOR)'
- ;;
-
--freebsd3*)
-+freebsd[34]*)
- SHOBJ_CFLAGS=-fpic
- SHOBJ_LD='${CC}'
- SHOBJ_LDFLAGS='-shared'
-
- SHLIB_XLDFLAGS='-R$(libdir)'
-- SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)$(SHLIB_MINOR)'
-+ SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)'
- ;;
-
- linux*)