diff options
author | obrien <obrien@FreeBSD.org> | 2001-04-10 18:47:53 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-04-10 18:47:53 +0800 |
commit | 90b88cf27bf57b5fbd3f770f87f2395fa783f979 (patch) | |
tree | 7055f0ac2aa4967056bdfd5269cf2c7f9c51e928 /shells/bash3/files | |
parent | e2c629f275ed9d42134e337a64500b034e957a25 (diff) | |
download | freebsd-ports-gnome-90b88cf27bf57b5fbd3f770f87f2395fa783f979.tar.gz freebsd-ports-gnome-90b88cf27bf57b5fbd3f770f87f2395fa783f979.tar.zst freebsd-ports-gnome-90b88cf27bf57b5fbd3f770f87f2395fa783f979.zip |
Update to version 2.05.
Submitted by: sobomax
Diffstat (limited to 'shells/bash3/files')
-rw-r--r-- | shells/bash3/files/patch-ac | 20 | ||||
-rw-r--r-- | shells/bash3/files/patch-ad | 11 |
2 files changed, 7 insertions, 24 deletions
diff --git a/shells/bash3/files/patch-ac b/shells/bash3/files/patch-ac index 33c30ce82e7e..713ba4c2022e 100644 --- a/shells/bash3/files/patch-ac +++ b/shells/bash3/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/bash3/files/patch-ad b/shells/bash3/files/patch-ad index db321acb895b..e69de29bb2d1 100644 --- a/shells/bash3/files/patch-ad +++ b/shells/bash3/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}' - |