diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-04-10 10:47:53 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-04-10 10:47:53 +0000 |
commit | 51cbaf554a7dbd150ba46a17bab98676dd82d6c4 (patch) | |
tree | 42af50ed225ce64f17cceb7b23d7fbdae4d3ef82 /shells | |
parent | 0ed3fa525a89647c7722f4fba3b549c8db8bc864 (diff) | |
download | ports-51cbaf554a7dbd150ba46a17bab98676dd82d6c4.tar.gz ports-51cbaf554a7dbd150ba46a17bab98676dd82d6c4.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 2 | ||||
-rw-r--r-- | shells/bash/distinfo | 4 | ||||
-rw-r--r-- | shells/bash/files/patch-ac | 20 | ||||
-rw-r--r-- | shells/bash/files/patch-ad | 11 | ||||
-rw-r--r-- | shells/bash/pkg-descr | 1 | ||||
-rw-r--r-- | shells/bash2/Makefile | 2 | ||||
-rw-r--r-- | shells/bash2/distinfo | 4 | ||||
-rw-r--r-- | shells/bash2/files/patch-ac | 20 | ||||
-rw-r--r-- | shells/bash2/files/patch-ad | 11 | ||||
-rw-r--r-- | shells/bash2/pkg-descr | 1 | ||||
-rw-r--r-- | shells/bash3/Makefile | 2 | ||||
-rw-r--r-- | shells/bash3/distinfo | 4 | ||||
-rw-r--r-- | shells/bash3/files/patch-ac | 20 | ||||
-rw-r--r-- | shells/bash3/files/patch-ad | 11 | ||||
-rw-r--r-- | shells/bash3/pkg-descr | 1 |
15 files changed, 33 insertions, 81 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 diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 654092410d09..b0714728c1d7 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/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/bash2/distinfo b/shells/bash2/distinfo index fdeba66bf41c..d20c3e2558a1 100644 --- a/shells/bash2/distinfo +++ b/shells/bash2/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/bash2/files/patch-ac b/shells/bash2/files/patch-ac index 33c30ce82e7e..713ba4c2022e 100644 --- a/shells/bash2/files/patch-ac +++ b/shells/bash2/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/bash2/files/patch-ad b/shells/bash2/files/patch-ad index db321acb895b..e69de29bb2d1 100644 --- a/shells/bash2/files/patch-ad +++ b/shells/bash2/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/bash2/pkg-descr b/shells/bash2/pkg-descr index b3a252cb863f..ad734fba0d65 100644 --- a/shells/bash2/pkg-descr +++ b/shells/bash2/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 diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index 654092410d09..b0714728c1d7 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/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/bash3/distinfo b/shells/bash3/distinfo index fdeba66bf41c..d20c3e2558a1 100644 --- a/shells/bash3/distinfo +++ b/shells/bash3/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/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}' - diff --git a/shells/bash3/pkg-descr b/shells/bash3/pkg-descr index b3a252cb863f..ad734fba0d65 100644 --- a/shells/bash3/pkg-descr +++ b/shells/bash3/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 |