summaryrefslogtreecommitdiff
path: root/shells/bash
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-04-10 10:47:53 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-04-10 10:47:53 +0000
commit51cbaf554a7dbd150ba46a17bab98676dd82d6c4 (patch)
tree42af50ed225ce64f17cceb7b23d7fbdae4d3ef82 /shells/bash
parentTemporarily back out the previous update. There seems to be a nasty (diff)
Update to version 2.05.
Submitted by: sobomax
Notes
Notes: svn path=/head/; revision=41189
Diffstat (limited to 'shells/bash')
-rw-r--r--shells/bash/Makefile2
-rw-r--r--shells/bash/distinfo4
-rw-r--r--shells/bash/files/patch-ac20
-rw-r--r--shells/bash/files/patch-ad11
-rw-r--r--shells/bash/pkg-descr1
5 files changed, 11 insertions, 27 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 654092410d09..b0714728c1d7 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= bash
-PORTVERSION= 2.04
+PORTVERSION= 2.05
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.cwru.edu/pub/bash/
diff --git a/shells/bash/distinfo b/shells/bash/distinfo
index fdeba66bf41c..d20c3e2558a1 100644
--- a/shells/bash/distinfo
+++ b/shells/bash/distinfo
@@ -1,2 +1,2 @@
-MD5 (bash-2.04.tar.gz) = 49b548a8b72a4c925ff26930e4c31c6c
-MD5 (bash-doc-2.04.tar.gz) = a9684d1095e7ea1adb8759c3f4fca13d
+MD5 (bash-2.05.tar.gz) = fe40d1633203c1ca6f2a6dfc6d097c48
+MD5 (bash-doc-2.05.tar.gz) = 9bb3026e0a7cafcf592eea8f357e9f14
diff --git a/shells/bash/files/patch-ac b/shells/bash/files/patch-ac
index 33c30ce82e7e..713ba4c2022e 100644
--- a/shells/bash/files/patch-ac
+++ b/shells/bash/files/patch-ac
@@ -1,6 +1,9 @@
---- configure.orig Tue Feb 22 19:46:17 2000
-+++ configure Mon May 8 00:23:05 2000
-@@ -761,7 +761,7 @@
+
+$FreeBSD$
+
+--- configure.orig Tue Jan 23 19:57:28 2001
++++ configure Tue Apr 10 12:17:23 2001
+@@ -763,7 +763,7 @@
mips-irix6*) opt_bash_malloc=no ;; # needs 8-byte alignment
m68k-sysv) opt_bash_malloc=no ;; # fixes file descriptor leak in closedir
sparc-linux*) opt_bash_malloc=no ;; # sparc running linux; requires ELF
@@ -8,13 +11,4 @@
+*-freebsd*) opt_bash_malloc=no ;; # they claim it's better
*-aix*) opt_bash_malloc=no ;; # AIX machines
*-nextstep*) opt_bash_malloc=no ;; # NeXT machines running NeXTstep
- *-rhapsody*) opt_bash_malloc=no ;; # Apple Rhapsody
-@@ -8099,7 +8099,7 @@
- then
- echo $ac_n "checking shared object configuration for loadable builtins""... $ac_c" 1>&6
- echo "configure:8102: 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}"`
-
-
-
+ *-macos*) opt_bash_malloc=no ;; # Apple MacOS X
diff --git a/shells/bash/files/patch-ad b/shells/bash/files/patch-ad
index db321acb895b..e69de29bb2d1 100644
--- a/shells/bash/files/patch-ad
+++ b/shells/bash/files/patch-ad
@@ -1,11 +0,0 @@
---- support/shobj-conf.orig Tue Sep 21 21:03:43 1999
-+++ support/shobj-conf Mon May 8 00:12:30 2000
-@@ -97,7 +97,7 @@
- # ;;
-
- # FreeBSD-3.x ELF
--freebsd3*)
-+freebsd[3-9]*)
- SHOBJ_CFLAGS=-fpic
- SHOBJ_LD='${CC}'
-
diff --git a/shells/bash/pkg-descr b/shells/bash/pkg-descr
index b3a252cb863f..ad734fba0d65 100644
--- a/shells/bash/pkg-descr
+++ b/shells/bash/pkg-descr
@@ -8,3 +8,4 @@ features of Bash that are new to this type of shell, see the file
there, as well as a large man page.
WWW: http://www.gnu.org/software/bash/
+ http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html