The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD shells : bash

The GNU Project's Bourne Again SHell

 This is GNU Bash, version 3.0.  Bash is the GNU Project's Bourne
Again SHell, a complete implementation of the POSIX.2 shell spec,
but also with interactive command line editing, job control on
architectures that support it, csh-like features such as history
substitution and brace expansion, and a slew of other features.  

http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html



bash history


v. 1.100
date: 2007/12/17 23:48:06;  author: obrien;  state: Exp;  lines: +1 -1
Update to patchlevel 33.
PR:		118728
Submitted by:	bf 

v. 1.99 date: 2007/09/11 18:15:34; author: obrien; state: Exp; lines: +3 -3 Update to Bash 3.2 patchlevel 25. PR: 116272
v. 1.98 date: 2007/08/04 11:41:18; author: gabor; state: Exp; lines: +5 -5 - Remove the DESTDIR modifications from individual ports as we have a new, fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
v. 1.97 date: 2007/08/03 18:19:53; author: obrien; state: Exp; lines: +5 -0 dd 'cklatest' target.
v. 1.96 date: 2007/06/28 23:25:16; author: obrien; state: Exp; lines: +2 -1 Add rbash. PR: 104040 Submitted by: Jeremy Chadwick
v. 1.95 date: 2007/06/25 23:37:33; author: pav; state: Exp; lines: +1 -0 - Fix plist With hat: portmgr
v. 1.94 date: 2007/06/21 17:12:00; author: obrien; state: Exp; lines: +1 -1 Upgrade to 3.2.
v. 1.93 date: 2006/09/01 05:45:04; author: obrien; state: Exp; lines: +4 -4 Rather than have to manually list every patch version, use some automation (courtesy of 'jot'). Obtained from: Vim port
v. 1.92 date: 2006/06/09 03:54:02; author: obrien; state: Exp; lines: +2 -1 Add vendor patch fixing array expansion fails with an arithmetic syntax error when the subscript appears within double quotes. For example: ${a["4"]}.
v. 1.91 date: 2006/04/13 18:16:39; author: mnag; state: Exp; lines: +0 -0 - Force commit to say: Approved by: maintainer timeout (25 days, PR 94666, 94985 and 95188), portmgr (krion) Notified by: linimon
v. 1.90 date: 2006/04/13 17:34:07; author: mnag; state: Exp; lines: +1 -2 - Update to 3.1.16 PR: 95188 Submitted by: Toni Viemero Approved by: portmgr (krion)
v. 1.89 date: 2006/03/06 21:58:25; author: kris; state: Exp; lines: +3 -1 When bash is built with the bison 1.75 port present it breaks the ability of bash to parse certain legal shell scripts (used by e.g. GNU configure). Fix this by explicitly directing bash to use yacc. Bump PORTREVISION since this is likely to be a common enough occurrence that many users will benefit from the rebuild. Submitted by: Nicolas Rachinsky PR: ports/94086 Approved by: portmgr (implicit)
v. 1.88 date: 2006/02/25 18:11:18; author: mnag; state: Exp; lines: +5 -5 - Fix master sites and patch sites Reported by: Guillermo MORENO-SOCIAS Approved by: portmgr (krion)
v. 1.87 date: 2006/02/21 15:29:59; author: garga; state: Exp; lines: +5 -11 - Update to 3.1.10 PR: ports/91036 Submitted by: Rainer Alves Approved by: maintainer timeout (54 days)
v. 1.86 date: 2005/12/05 10:51:29; author: flz; state: Exp; lines: +1 -1 - Rename WANT_STATIC_BASH to WITH_STATIC_BASH to respect ports semantics. PR: ports/89772 Submitted by: flz Approved by: maintainer
v. 1.85 date: 2005/11/30 15:10:12; author: flz; state: Exp; lines: +10 -0 - Add WANT_STATIC_BASH knob. PR: ports/81795 Submitted by: Bjarne Koenig Approved by: maintainer timeout (5 months)
v. 1.84 date: 2005/07/20 07:00:59; author: linimon; state: Exp; lines: +1 -1 Per prior standing request, turn this port over from inactive committer (eik) to obrien. Hat: portmgr
v. 1.83 date: 2005/04/12 06:03:11; author: obrien; state: Exp; lines: +2 -3 CVS really does need a better way of backing out a commit composing a set of files...
v. 1.82 date: 2005/04/12 03:26:32; author: obrien; state: Exp; lines: +2 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.81 date: 2005/04/11 08:06:40; author: obrien; state: Exp; lines: +1 -2 Very sorry for a local change that made it into the last commit.
v. 1.80 date: 2005/04/11 08:04:00; author: obrien; state: Exp; lines: +3 -2 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.79 date: 2004/11/19 13:44:37; author: eik; state: Exp; lines: +1 -1 Fix `read -e' handling when PS1 is longer than the terminal width Obtained from: Tim Waugh
v. 1.78 date: 2004/11/11 12:04:20; author: eik; state: Exp; lines: +8 -2 - update to patchlevel 16 (replacing FreeBSD subst.c patch) - use system readline on -CURRENT [1] Submitted by: sf [1]
v. 1.77 date: 2004/11/02 10:24:50; author: eik; state: Exp; lines: +3 -2 - update to patchlevel 15
v. 1.76 date: 2004/10/14 13:24:20; author: eik; state: Exp; lines: +31 -12 - better reflect `bash --version' in PORTVERSION - new shopt colonbreakswords - fix default PATH
v. 1.75 date: 2004/10/09 10:16:33; author: eik; state: Exp; lines: +10 -1 Fix process substitution on systems without fdescfs (FreeBSD 5.x, 6.x) While I'm here, use the official patchset instead of the custom ones and reflect the port v. in the version number. Submitted by: Reinhard Speyerer Approved by: portmgr (krion)
v. 1.74 date: 2004/09/03 09:21:31; author: eik; state: Exp; lines: +19 -9 - add FAQ - experimental shopt `implicitcd' - fix `Tags out of Date' in texinfo pages - fix line wrap bug in libreadline - set LATEST_LINK to `bash', so that `pkg_add -r bash' works
v. 1.73 date: 2004/08/19 09:15:46; author: eik; state: Exp; lines: +1 -1 add three fixes from bug-bash@: - pipefail option - broken array expansion - segmentation fault in unset typeset array variable
v. 1.72 date: 2004/08/10 19:32:18; author: eik; state: Exp; lines: +1 -1 Fix nested brace vs. variable expansion
v. 1.71 date: 2004/08/10 19:04:41; author: eik; state: Exp; lines: +1 -0 Fix segfault when accessing an unset array
v. 1.70 date: 2004/07/30 22:01:13; author: eik; state: Exp; lines: +60 -50 Add bash3, The GNU Bourne-Again SHell version 3.00 http://cnswww.cns.cwru.edu/~chet/bash/NEWS
v. 1.69 date: 2004/07/08 11:44:12; author: vs; state: Exp; lines: +5 -0 Fix location of binary in man-page PR: ports/42729 Submitted by: Harold Gutch Approved by: maintainer timeout
v. 1.68 date: 2004/06/20 22:37:22; author: obrien; state: Exp; lines: +1 -1 Avoid a null pointer dereference, so 'xargs <<< ${EMTPY_VARIABLE}' will not segfault and dump core. Submitted by: Robert Nagy
v. 1.67 date: 2003/12/15 08:23:29; author: obrien; state: Exp; lines: +1 -1 Also pay attention to NOSHARED=yes as /usr/src and zsh does. Requested by: Richard Coleman
v. 1.66 date: 2003/12/14 07:09:14; author: obrien; state: Exp; lines: +0 -9 The option to enable network redirection is removed since this is the default behavior. PR: 60222 Submitted by: David Yeske
v. 1.65 date: 2003/12/14 07:05:40; author: obrien; state: Exp; lines: +4 -0 Build bash dynamic unless either WANT_STATIC_BASH or NO_DYNAMICROOT is defined.
v. 1.64 date: 2003/05/19 21:33:35; author: obrien; state: Exp; lines: +4 -2 Fetch patches from MASTER_SITE_GNU also.
v. 1.63 date: 2003/05/16 19:14:10; author: obrien; state: Exp; lines: +3 -2 Update to patchlevel 7.
v. 1.62 date: 2003/03/24 18:57:50; author: obrien; state: Exp; lines: +9 -0 Support /dev/(tcp|udp)/host/port redirection. Submitted by: David Yeske
v. 1.61 date: 2003/03/07 06:10:38; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.60 date: 2002/09/29 01:44:12; author: obrien; state: Exp; lines: +2 -2 Fix logic error when NOPORTDOCS is set. Submitted by: Peter Avalos PR: 43459
v. 1.59 date: 2002/09/20 00:13:43; author: obrien; state: Exp; lines: +3 -1 Mirror the patch files.
v. 1.58 date: 2002/09/13 00:43:09; author: obrien; state: Exp; lines: +6 -4 Use offical vendor patches 1-4.
v. 1.57 date: 2002/09/09 22:25:50; author: obrien; state: Exp; lines: +3 -0 Use the offical vendor patch for the directory space vs. slash command name completion problem. Submitted by: Chet Ramey Bash PR: http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html
v. 1.56 date: 2002/09/09 06:50:17; author: obrien; state: Exp; lines: +1 -0 Bump v. for directory command-line completion fix. Always forgotten by: me
v. 1.55 date: 2002/08/06 07:21:44; author: obrien; state: Exp; lines: +1 -1 `make reinstall' clean.
v. 1.54 date: 2002/08/04 06:57:10; author: obrien; state: Exp; lines: +10 -6 Update to version 2.05b. PR: 41176 Submitted by: KATO Tsuguru
v. 1.53 date: 2002/03/28 02:13:55; author: obrien; state: Exp; lines: +0 -1 No longer need to explicitly provide a GNU autconf target.
v. 1.52 date: 2002/01/29 11:58:41; author: knu; state: Exp; lines: +1 -1 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
v. 1.51 date: 2001/11/23 15:40:26; author: sobomax; state: Exp; lines: +1 -0 Override CONFIGURE_TARGET, so that this configure script generated by autoconf-2.52 doesn't generate a warning.
v. 1.50 date: 2001/11/21 01:40:39; author: naddy; state: Exp; lines: +2 -2 * Update to 2.05a. * Split failglob patch into per-file patches. Reviewed by: obrien
v. 1.49 date: 2001/04/10 10:47:48; author: obrien; state: Exp; lines: +2 -2 Update to version 2.05. Submitted by: sobomax
v. 1.48 date: 2001/02/07 14:51:11; author: obrien; state: Exp; lines: +2 -1 Put back my editor hints that were removed w/o permission. Note these are *FULLY* Satoshi approved for the past 4 years.
v. 1.47 date: 2001/01/16 17:32:23; author: sobomax; state: Exp; lines: +4 -5 Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.46 date: 2000/11/30 11:42:35; author: obrien; state: Exp; lines: +3 -2 It's my main shell, so I have in interest in seeing it maintained.
v. 1.45 date: 2000/11/30 01:31:37; author: ache; state: Exp; lines: +2 -2 Drop my maintainership
v. 1.44 date: 2000/05/23 12:04:49; author: ache; state: Exp; lines: +2 -1 Restore static linking Submitted by: Martin Cracauer
v. 1.43 date: 2000/05/07 20:33:28; author: ache; state: Exp; lines: +3 -3 Upgrade to 2.04 failglob patch removed - this sort of patches must be submitted to bash maintainer
v. 1.42 date: 2000/04/21 08:19:18; author: mharo; state: Exp; lines: +5 -5 Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.41 date: 2000/04/09 18:33:53; author: cpiazza; state: Exp; lines: +3 -3 Update with the new PORTNAME/PORTVERSION variables
v. 1.40 date: 1999/10/03 00:33:42; author: ache; state: Exp; lines: +2 -2 change master site Submitted by: Chet Ramey
v. 1.39 date: 1999/08/31 06:50:33; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.38 date: 1999/08/31 01:53:15; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.37 date: 1999/08/27 22:30:11; author: mharo; state: Exp; lines: +2 -2 echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
v. 1.36 date: 1999/06/05 22:31:47; author: mharo; state: Exp; lines: +1 -6 Remove the test to create ${PREFIX}/share/info/dir as it is now in bsd.port.mk and this helps to unify the check and install.
v. 1.35 date: 1999/05/28 05:16:08; author: ache; state: Exp; lines: +1 -0 use system libreadline for -current
v. 1.34 date: 1999/05/28 01:09:03; author: ache; state: Exp; lines: +5 -11 Fixes for freebsd,ELF,-current Upgrade docs to 2.03
v. 1.33 date: 1999/04/19 08:42:20; author: cracauer; state: Exp; lines: +4 -3 Update to 2.03 (maintainer did not respond)
v. 1.32 date: 1999/01/27 07:41:27; author: fenner; state: Exp; lines: +2 -1 ${MASTER_SITE_GNU} got rearranged in December; let's catch up.
v. 1.31 date: 1998/08/10 00:00:46; author: steve; state: Exp; lines: +3 -3 Update to version 2.02.1. Submitted by: studded@dal.net Hoping that Andrey doesn't mind: steve :)
v. 1.30 date: 1998/07/17 20:38:14; author: steve; state: Exp; lines: +2 -2 Guard against a nonexistant /usr/share/info/dir. PR: 7297
v. 1.29 date: 1998/05/16 11:39:19; author: ache; state: Exp; lines: +3 -3 put MASTER_SITE_GNU first
v. 1.28 date: 1998/04/28 05:09:46; author: ache; state: Exp; lines: +10 -13 Upgrade to 2.02
v. 1.27 date: 1997/11/06 01:17:50; author: ache; state: Exp; lines: +4 -4 Upgrade to 2.01.1
v. 1.26 date: 1997/06/27 23:03:27; author: ache; state: Exp; lines: +9 -1 Install /etc/shells entry and info dir entry PR: 3971
v. 1.25 date: 1997/06/06 23:13:49; author: ache; state: Exp; lines: +11 -11 Upgrade to 2.01
v. 1.24 date: 1997/05/26 22:21:51; author: ache; state: Exp; lines: +2 -2 Reduce number of patches needed for fnmatch
v. 1.23 date: 1997/05/26 21:28:12; author: ache; state: Exp; lines: +2 -2 Use different way to nuke local fnmatch.h to not touch dependances
v. 1.22 date: 1997/05/26 21:22:06; author: ache; state: Exp; lines: +3 -1 FIx serious globbing error with \ due to wrong local fnmatch.h included
v. 1.21 date: 1997/02/16 02:08:37; author: obrien; state: Exp; lines: +28 -6 Added the docs to the package. Commited with permission of the maintainer.
v. 1.20 date: 1996/12/27 11:40:41; author: ache; state: Exp; lines: +6 -5 Upgrade to 2.0
v. 1.19 date: 1996/12/27 06:26:05; author: obrien; state: Exp; lines: +3 -3 Don't need WRKSRC. Add manpages to MANx. But don't compress them.
v. 1.18 date: 1996/12/27 06:01:29; author: obrien; state: Exp; lines: +2 -2 Style police.
v. 1.17 date: 1996/11/18 11:39:42; author: asami; state: Exp; lines: +2 -2 Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.16 date: 1996/08/28 15:21:00; author: ache; state: Exp; lines: +4 -4 Upgrade to 1.14.7
v. 1.15 date: 1996/02/09 07:20:37; author: adam; state: Exp; lines: +4 -5 version 1.14.6 release
v. 1.14 date: 1995/12/03 00:14:27; author: ache; state: Exp; lines: +7 -8 Upgrade to 1.14.6 beta 3
v. 1.13 date: 1995/10/04 14:45:01; author: asami; state: Exp; lines: +7 -1 Compress manpages.
v. 1.12 date: 1995/07/19 17:44:24; author: ache; state: Exp; lines: +3 -3 Upgrade 1.14.4 -> 1.14.5 Reviewed by: Submitted by: Obtained from:
v. 1.11 date: 1995/04/18 11:05:37; author: ache; state: Exp; lines: +2 -1 Update.
v. 1.10 date: 1995/04/18 09:09:36; author: jkh; state: Exp; lines: +2 -2 Fetch this from LOCAL_PORTS. If Chet wants to support the latest and greatest bash through the ports collection, then he can drop the tarballs into there and save us all some trouble.
v. 1.9 date: 1995/04/11 19:26:27; author: asami; state: Exp; lines: +2 -2 Makefile updates, shell version! This was easy! :)
v. 1.8 date: 1995/04/01 12:49:52; author: jkh; state: Exp; lines: +2 -1 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
v. 1.7 date: 1995/03/17 01:04:52; author: ache; state: Exp; lines: +4 -4 Upgrade.
v. 1.6 date: 1995/01/06 21:30:09; author: ache; state: Exp; lines: +2 -2 Upgrade to final release. File name not changed since beta, so you need to re-fetch bash
v. 1.5 date: 1994/12/12 02:17:47; author: ache; state: Exp; lines: +4 -5 Upgrade to 1.14.3
v. 1.4 date: 1994/11/10 12:03:04; author: jkh; state: Exp; lines: +2 -1 Add master site of prep now that prep has this version available.
v. 1.3 date: 1994/09/11 10:08:01; author: jkh; state: Exp; lines: +1 -2 Clean up some obsolete fields.
v. 1.2 date: 1994/08/31 17:14:37; author: jkh; state: Exp; lines: +2 -1 Change all the HOME_LOCATION records to HTML spec. Now if someone can just give me a little utility that ftps things based on an ftp://... spec (connects as anonymous, fetches by full path, etc) I might be able to make bsd.port.mk DTRT automagically. Submitted by: jkh
v. 1.1 date: 1994/08/21 13:19:26; author: jkh; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/08/21 13:19:27; author: jkh; state: Exp; lines: +0 -0 The start of the 2.0 ports collection. No sup repository yet, but I'll make one when I wake up again.. :) Submitted by: jkh ============================================================================= v. 1.100 date: 2007/12/17 23:48:06; author: obrien; state: Exp; lines: +1 -1 Update to patchlevel 33. PR: 118728 Submitted by: bf
v. 1.99 date: 2007/09/11 18:15:34; author: obrien; state: Exp; lines: +3 -3 Update to Bash 3.2 patchlevel 25. PR: 116272
v. 1.98 date: 2007/08/04 11:41:18; author: gabor; state: Exp; lines: +5 -5 - Remove the DESTDIR modifications from individual ports as we have a new, fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
v. 1.97 date: 2007/08/03 18:19:53; author: obrien; state: Exp; lines: +5 -0 dd 'cklatest' target.
v. 1.96 date: 2007/06/28 23:25:16; author: obrien; state: Exp; lines: +2 -1 Add rbash. PR: 104040 Submitted by: Jeremy Chadwick
v. 1.95 date: 2007/06/25 23:37:33; author: pav; state: Exp; lines: +1 -0 - Fix plist With hat: portmgr
v. 1.94 date: 2007/06/21 17:12:00; author: obrien; state: Exp; lines: +1 -1 Upgrade to 3.2.
v. 1.93 date: 2006/09/01 05:45:04; author: obrien; state: Exp; lines: +4 -4 Rather than have to manually list every patch version, use some automation (courtesy of 'jot'). Obtained from: Vim port
v. 1.92 date: 2006/06/09 03:54:02; author: obrien; state: Exp; lines: +2 -1 Add vendor patch fixing array expansion fails with an arithmetic syntax error when the subscript appears within double quotes. For example: ${a["4"]}.
v. 1.91 date: 2006/04/13 18:16:39; author: mnag; state: Exp; lines: +0 -0 - Force commit to say: Approved by: maintainer timeout (25 days, PR 94666, 94985 and 95188), portmgr (krion) Notified by: linimon
v. 1.90 date: 2006/04/13 17:34:07; author: mnag; state: Exp; lines: +1 -2 - Update to 3.1.16 PR: 95188 Submitted by: Toni Viemero Approved by: portmgr (krion)
v. 1.89 date: 2006/03/06 21:58:25; author: kris; state: Exp; lines: +3 -1 When bash is built with the bison 1.75 port present it breaks the ability of bash to parse certain legal shell scripts (used by e.g. GNU configure). Fix this by explicitly directing bash to use yacc. Bump PORTREVISION since this is likely to be a common enough occurrence that many users will benefit from the rebuild. Submitted by: Nicolas Rachinsky PR: ports/94086 Approved by: portmgr (implicit)
v. 1.88 date: 2006/02/25 18:11:18; author: mnag; state: Exp; lines: +5 -5 - Fix master sites and patch sites Reported by: Guillermo MORENO-SOCIAS Approved by: portmgr (krion)
v. 1.87 date: 2006/02/21 15:29:59; author: garga; state: Exp; lines: +5 -11 - Update to 3.1.10 PR: ports/91036 Submitted by: Rainer Alves Approved by: maintainer timeout (54 days)
v. 1.86 date: 2005/12/05 10:51:29; author: flz; state: Exp; lines: +1 -1 - Rename WANT_STATIC_BASH to WITH_STATIC_BASH to respect ports semantics. PR: ports/89772 Submitted by: flz Approved by: maintainer
v. 1.85 date: 2005/11/30 15:10:12; author: flz; state: Exp; lines: +10 -0 - Add WANT_STATIC_BASH knob. PR: ports/81795 Submitted by: Bjarne Koenig Approved by: maintainer timeout (5 months)
v. 1.84 date: 2005/07/20 07:00:59; author: linimon; state: Exp; lines: +1 -1 Per prior standing request, turn this port over from inactive committer (eik) to obrien. Hat: portmgr
v. 1.83 date: 2005/04/12 06:03:11; author: obrien; state: Exp; lines: +2 -3 CVS really does need a better way of backing out a commit composing a set of files...
v. 1.82 date: 2005/04/12 03:26:32; author: obrien; state: Exp; lines: +2 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.81 date: 2005/04/11 08:06:40; author: obrien; state: Exp; lines: +1 -2 Very sorry for a local change that made it into the last commit.
v. 1.80 date: 2005/04/11 08:04:00; author: obrien; state: Exp; lines: +3 -2 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.79 date: 2004/11/19 13:44:37; author: eik; state: Exp; lines: +1 -1 Fix `read -e' handling when PS1 is longer than the terminal width Obtained from: Tim Waugh
v. 1.78 date: 2004/11/11 12:04:20; author: eik; state: Exp; lines: +8 -2 - update to patchlevel 16 (replacing FreeBSD subst.c patch) - use system readline on -CURRENT [1] Submitted by: sf [1]
v. 1.77 date: 2004/11/02 10:24:50; author: eik; state: Exp; lines: +3 -2 - update to patchlevel 15
v. 1.76 date: 2004/10/14 13:24:20; author: eik; state: Exp; lines: +31 -12 - better reflect `bash --version' in PORTVERSION - new shopt colonbreakswords - fix default PATH
v. 1.75 date: 2004/10/09 10:16:33; author: eik; state: Exp; lines: +10 -1 Fix process substitution on systems without fdescfs (FreeBSD 5.x, 6.x) While I'm here, use the official patchset instead of the custom ones and reflect the port v. in the version number. Submitted by: Reinhard Speyerer Approved by: portmgr (krion)
v. 1.74 date: 2004/09/03 09:21:31; author: eik; state: Exp; lines: +19 -9 - add FAQ - experimental shopt `implicitcd' - fix `Tags out of Date' in texinfo pages - fix line wrap bug in libreadline - set LATEST_LINK to `bash', so that `pkg_add -r bash' works
v. 1.73 date: 2004/08/19 09:15:46; author: eik; state: Exp; lines: +1 -1 add three fixes from bug-bash@: - pipefail option - broken array expansion - segmentation fault in unset typeset array variable
v. 1.72 date: 2004/08/10 19:32:18; author: eik; state: Exp; lines: +1 -1 Fix nested brace vs. variable expansion
v. 1.71 date: 2004/08/10 19:04:41; author: eik; state: Exp; lines: +1 -0 Fix segfault when accessing an unset array
v. 1.70 date: 2004/07/30 22:01:13; author: eik; state: Exp; lines: +60 -50 Add bash3, The GNU Bourne-Again SHell version 3.00 http://cnswww.cns.cwru.edu/~chet/bash/NEWS
v. 1.69 date: 2004/07/08 11:44:12; author: vs; state: Exp; lines: +5 -0 Fix location of binary in man-page PR: ports/42729 Submitted by: Harold Gutch Approved by: maintainer timeout
v. 1.68 date: 2004/06/20 22:37:22; author: obrien; state: Exp; lines: +1 -1 Avoid a null pointer dereference, so 'xargs <<< ${EMTPY_VARIABLE}' will not segfault and dump core. Submitted by: Robert Nagy
v. 1.67 date: 2003/12/15 08:23:29; author: obrien; state: Exp; lines: +1 -1 Also pay attention to NOSHARED=yes as /usr/src and zsh does. Requested by: Richard Coleman
v. 1.66 date: 2003/12/14 07:09:14; author: obrien; state: Exp; lines: +0 -9 The option to enable network redirection is removed since this is the default behavior. PR: 60222 Submitted by: David Yeske
v. 1.65 date: 2003/12/14 07:05:40; author: obrien; state: Exp; lines: +4 -0 Build bash dynamic unless either WANT_STATIC_BASH or NO_DYNAMICROOT is defined.
v. 1.64 date: 2003/05/19 21:33:35; author: obrien; state: Exp; lines: +4 -2 Fetch patches from MASTER_SITE_GNU also.
v. 1.63 date: 2003/05/16 19:14:10; author: obrien; state: Exp; lines: +3 -2 Update to patchlevel 7.
v. 1.62 date: 2003/03/24 18:57:50; author: obrien; state: Exp; lines: +9 -0 Support /dev/(tcp|udp)/host/port redirection. Submitted by: David Yeske
v. 1.61 date: 2003/03/07 06:10:38; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.60 date: 2002/09/29 01:44:12; author: obrien; state: Exp; lines: +2 -2 Fix logic error when NOPORTDOCS is set. Submitted by: Peter Avalos PR: 43459
v. 1.59 date: 2002/09/20 00:13:43; author: obrien; state: Exp; lines: +3 -1 Mirror the patch files.
v. 1.58 date: 2002/09/13 00:43:09; author: obrien; state: Exp; lines: +6 -4 Use offical vendor patches 1-4.
v. 1.57 date: 2002/09/09 22:25:50; author: obrien; state: Exp; lines: +3 -0 Use the offical vendor patch for the directory space vs. slash command name completion problem. Submitted by: Chet Ramey Bash PR: http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html
v. 1.56 date: 2002/09/09 06:50:17; author: obrien; state: Exp; lines: +1 -0 Bump v. for directory command-line completion fix. Always forgotten by: me
v. 1.55 date: 2002/08/06 07:21:44; author: obrien; state: Exp; lines: +1 -1 `make reinstall' clean.
v. 1.54 date: 2002/08/04 06:57:10; author: obrien; state: Exp; lines: +10 -6 Update to version 2.05b. PR: 41176 Submitted by: KATO Tsuguru
v. 1.53 date: 2002/03/28 02:13:55; author: obrien; state: Exp; lines: +0 -1 No longer need to explicitly provide a GNU autconf target.
v. 1.52 date: 2002/01/29 11:58:41; author: knu; state: Exp; lines: +1 -1 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
v. 1.51 date: 2001/11/23 15:40:26; author: sobomax; state: Exp; lines: +1 -0 Override CONFIGURE_TARGET, so that this configure script generated by autoconf-2.52 doesn't generate a warning.
v. 1.50 date: 2001/11/21 01:40:39; author: naddy; state: Exp; lines: +2 -2 * Update to 2.05a. * Split failglob patch into per-file patches. Reviewed by: obrien
v. 1.49 date: 2001/04/10 10:47:48; author: obrien; state: Exp; lines: +2 -2 Update to version 2.05. Submitted by: sobomax
v. 1.48 date: 2001/02/07 14:51:11; author: obrien; state: Exp; lines: +2 -1 Put back my editor hints that were removed w/o permission. Note these are *FULLY* Satoshi approved for the past 4 years.
v. 1.47 date: 2001/01/16 17:32:23; author: sobomax; state: Exp; lines: +4 -5 Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.46 date: 2000/11/30 11:42:35; author: obrien; state: Exp; lines: +3 -2 It's my main shell, so I have in interest in seeing it maintained.
v. 1.45 date: 2000/11/30 01:31:37; author: ache; state: Exp; lines: +2 -2 Drop my maintainership
v. 1.44 date: 2000/05/23 12:04:49; author: ache; state: Exp; lines: +2 -1 Restore static linking Submitted by: Martin Cracauer
v. 1.43 date: 2000/05/07 20:33:28; author: ache; state: Exp; lines: +3 -3 Upgrade to 2.04 failglob patch removed - this sort of patches must be submitted to bash maintainer
v. 1.42 date: 2000/04/21 08:19:18; author: mharo; state: Exp; lines: +5 -5 Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.41 date: 2000/04/09 18:33:53; author: cpiazza; state: Exp; lines: +3 -3 Update with the new PORTNAME/PORTVERSION variables
v. 1.40 date: 1999/10/03 00:33:42; author: ache; state: Exp; lines: +2 -2 change master site Submitted by: Chet Ramey
v. 1.39 date: 1999/08/31 06:50:33; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.38 date: 1999/08/31 01:53:15; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.37 date: 1999/08/27 22:30:11; author: mharo; state: Exp; lines: +2 -2 echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
v. 1.36 date: 1999/06/05 22:31:47; author: mharo; state: Exp; lines: +1 -6 Remove the test to create ${PREFIX}/share/info/dir as it is now in bsd.port.mk and this helps to unify the check and install.
v. 1.35 date: 1999/05/28 05:16:08; author: ache; state: Exp; lines: +1 -0 use system libreadline for -current
v. 1.34 date: 1999/05/28 01:09:03; author: ache; state: Exp; lines: +5 -11 Fixes for freebsd,ELF,-current Upgrade docs to 2.03
v. 1.33 date: 1999/04/19 08:42:20; author: cracauer; state: Exp; lines: +4 -3 Update to 2.03 (maintainer did not respond)
v. 1.32 date: 1999/01/27 07:41:27; author: fenner; state: Exp; lines: +2 -1 ${MASTER_SITE_GNU} got rearranged in December; let's catch up.
v. 1.31 date: 1998/08/10 00:00:46; author: steve; state: Exp; lines: +3 -3 Update to version 2.02.1. Submitted by: studded@dal.net Hoping that Andrey doesn't mind: steve :)
v. 1.30 date: 1998/07/17 20:38:14; author: steve; state: Exp; lines: +2 -2 Guard against a nonexistant /usr/share/info/dir. PR: 7297
v. 1.29 date: 1998/05/16 11:39:19; author: ache; state: Exp; lines: +3 -3 put MASTER_SITE_GNU first
v. 1.28 date: 1998/04/28 05:09:46; author: ache; state: Exp; lines: +10 -13 Upgrade to 2.02
v. 1.27 date: 1997/11/06 01:17:50; author: ache; state: Exp; lines: +4 -4 Upgrade to 2.01.1
v. 1.26 date: 1997/06/27 23:03:27; author: ache; state: Exp; lines: +9 -1 Install /etc/shells entry and info dir entry PR: 3971
v. 1.25 date: 1997/06/06 23:13:49; author: ache; state: Exp; lines: +11 -11 Upgrade to 2.01
v. 1.24 date: 1997/05/26 22:21:51; author: ache; state: Exp; lines: +2 -2 Reduce number of patches needed for fnmatch
v. 1.23 date: 1997/05/26 21:28:12; author: ache; state: Exp; lines: +2 -2 Use different way to nuke local fnmatch.h to not touch dependances
v. 1.22 date: 1997/05/26 21:22:06; author: ache; state: Exp; lines: +3 -1 FIx serious globbing error with \ due to wrong local fnmatch.h included
v. 1.21 date: 1997/02/16 02:08:37; author: obrien; state: Exp; lines: +28 -6 Added the docs to the package. Commited with permission of the maintainer.
v. 1.20 date: 1996/12/27 11:40:41; author: ache; state: Exp; lines: +6 -5 Upgrade to 2.0
v. 1.19 date: 1996/12/27 06:26:05; author: obrien; state: Exp; lines: +3 -3 Don't need WRKSRC. Add manpages to MANx. But don't compress them.
v. 1.18 date: 1996/12/27 06:01:29; author: obrien; state: Exp; lines: +2 -2 Style police.
v. 1.17 date: 1996/11/18 11:39:42; author: asami; state: Exp; lines: +2 -2 Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.16 date: 1996/08/28 15:21:00; author: ache; state: Exp; lines: +4 -4 Upgrade to 1.14.7
v. 1.15 date: 1996/02/09 07:20:37; author: adam; state: Exp; lines: +4 -5 version 1.14.6 release
v. 1.14 date: 1995/12/03 00:14:27; author: ache; state: Exp; lines: +7 -8 Upgrade to 1.14.6 beta 3
v. 1.13 date: 1995/10/04 14:45:01; author: asami; state: Exp; lines: +7 -1 Compress manpages.
v. 1.12 date: 1995/07/19 17:44:24; author: ache; state: Exp; lines: +3 -3 Upgrade 1.14.4 -> 1.14.5 Reviewed by: Submitted by: Obtained from:
v. 1.11 date: 1995/04/18 11:05:37; author: ache; state: Exp; lines: +2 -1 Update.
v. 1.10 date: 1995/04/18 09:09:36; author: jkh; state: Exp; lines: +2 -2 Fetch this from LOCAL_PORTS. If Chet wants to support the latest and greatest bash through the ports collection, then he can drop the tarballs into there and save us all some trouble.
v. 1.9 date: 1995/04/11 19:26:27; author: asami; state: Exp; lines: +2 -2 Makefile updates, shell version! This was easy! :)
v. 1.8 date: 1995/04/01 12:49:52; author: jkh; state: Exp; lines: +2 -1 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
v. 1.7 date: 1995/03/17 01:04:52; author: ache; state: Exp; lines: +4 -4 Upgrade.
v. 1.6 date: 1995/01/06 21:30:09; author: ache; state: Exp; lines: +2 -2 Upgrade to final release. File name not changed since beta, so you need to re-fetch bash
v. 1.5 date: 1994/12/12 02:17:47; author: ache; state: Exp; lines: +4 -5 Upgrade to 1.14.3
v. 1.4 date: 1994/11/10 12:03:04; author: jkh; state: Exp; lines: +2 -1 Add master site of prep now that prep has this version available.
v. 1.3 date: 1994/09/11 10:08:01; author: jkh; state: Exp; lines: +1 -2 Clean up some obsolete fields.
v. 1.2 date: 1994/08/31 17:14:37; author: jkh; state: Exp; lines: +2 -1 Change all the HOME_LOCATION records to HTML spec. Now if someone can just give me a little utility that ftps things based on an ftp://... spec (connects as anonymous, fetches by full path, etc) I might be able to make bsd.port.mk DTRT automagically. Submitted by: jkh
v. 1.1 date: 1994/08/21 13:19:26; author: jkh; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/08/21 13:19:27; author: jkh; state: Exp; lines: +0 -0 The start of the 2.0 ports collection. No sup repository yet, but I'll make one when I wake up again.. :) Submitted by: jkh ============================================================================= v. 1.100 date: 2007/12/17 23:48:06; author: obrien; state: Exp; lines: +1 -1 Update to patchlevel 33. PR: 118728 Submitted by: bf
v. 1.99 date: 2007/09/11 18:15:34; author: obrien; state: Exp; lines: +3 -3 Update to Bash 3.2 patchlevel 25. PR: 116272
v. 1.98 date: 2007/08/04 11:41:18; author: gabor; state: Exp; lines: +5 -5 - Remove the DESTDIR modifications from individual ports as we have a new, fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
v. 1.97 date: 2007/08/03 18:19:53; author: obrien; state: Exp; lines: +5 -0 dd 'cklatest' target.
v. 1.96 date: 2007/06/28 23:25:16; author: obrien; state: Exp; lines: +2 -1 Add rbash. PR: 104040 Submitted by: Jeremy Chadwick
v. 1.95 date: 2007/06/25 23:37:33; author: pav; state: Exp; lines: +1 -0 - Fix plist With hat: portmgr
v. 1.94 date: 2007/06/21 17:12:00; author: obrien; state: Exp; lines: +1 -1 Upgrade to 3.2.
v. 1.93 date: 2006/09/01 05:45:04; author: obrien; state: Exp; lines: +4 -4 Rather than have to manually list every patch version, use some automation (courtesy of 'jot'). Obtained from: Vim port
v. 1.92 date: 2006/06/09 03:54:02; author: obrien; state: Exp; lines: +2 -1 Add vendor patch fixing array expansion fails with an arithmetic syntax error when the subscript appears within double quotes. For example: ${a["4"]}.
v. 1.91 date: 2006/04/13 18:16:39; author: mnag; state: Exp; lines: +0 -0 - Force commit to say: Approved by: maintainer timeout (25 days, PR 94666, 94985 and 95188), portmgr (krion) Notified by: linimon
v. 1.90 date: 2006/04/13 17:34:07; author: mnag; state: Exp; lines: +1 -2 - Update to 3.1.16 PR: 95188 Submitted by: Toni Viemero Approved by: portmgr (krion)
v. 1.89 date: 2006/03/06 21:58:25; author: kris; state: Exp; lines: +3 -1 When bash is built with the bison 1.75 port present it breaks the ability of bash to parse certain legal shell scripts (used by e.g. GNU configure). Fix this by explicitly directing bash to use yacc. Bump PORTREVISION since this is likely to be a common enough occurrence that many users will benefit from the rebuild. Submitted by: Nicolas Rachinsky PR: ports/94086 Approved by: portmgr (implicit)
v. 1.88 date: 2006/02/25 18:11:18; author: mnag; state: Exp; lines: +5 -5 - Fix master sites and patch sites Reported by: Guillermo MORENO-SOCIAS Approved by: portmgr (krion)
v. 1.87 date: 2006/02/21 15:29:59; author: garga; state: Exp; lines: +5 -11 - Update to 3.1.10 PR: ports/91036 Submitted by: Rainer Alves Approved by: maintainer timeout (54 days)
v. 1.86 date: 2005/12/05 10:51:29; author: flz; state: Exp; lines: +1 -1 - Rename WANT_STATIC_BASH to WITH_STATIC_BASH to respect ports semantics. PR: ports/89772 Submitted by: flz Approved by: maintainer
v. 1.85 date: 2005/11/30 15:10:12; author: flz; state: Exp; lines: +10 -0 - Add WANT_STATIC_BASH knob. PR: ports/81795 Submitted by: Bjarne Koenig Approved by: maintainer timeout (5 months)
v. 1.84 date: 2005/07/20 07:00:59; author: linimon; state: Exp; lines: +1 -1 Per prior standing request, turn this port over from inactive committer (eik) to obrien. Hat: portmgr
v. 1.83 date: 2005/04/12 06:03:11; author: obrien; state: Exp; lines: +2 -3 CVS really does need a better way of backing out a commit composing a set of files...
v. 1.82 date: 2005/04/12 03:26:32; author: obrien; state: Exp; lines: +2 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.81 date: 2005/04/11 08:06:40; author: obrien; state: Exp; lines: +1 -2 Very sorry for a local change that made it into the last commit.
v. 1.80 date: 2005/04/11 08:04:00; author: obrien; state: Exp; lines: +3 -2 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.79 date: 2004/11/19 13:44:37; author: eik; state: Exp; lines: +1 -1 Fix `read -e' handling when PS1 is longer than the terminal width Obtained from: Tim Waugh
v. 1.78 date: 2004/11/11 12:04:20; author: eik; state: Exp; lines: +8 -2 - update to patchlevel 16 (replacing FreeBSD subst.c patch) - use system readline on -CURRENT [1] Submitted by: sf [1]
v. 1.77 date: 2004/11/02 10:24:50; author: eik; state: Exp; lines: +3 -2 - update to patchlevel 15
v. 1.76 date: 2004/10/14 13:24:20; author: eik; state: Exp; lines: +31 -12 - better reflect `bash --version' in PORTVERSION - new shopt colonbreakswords - fix default PATH
v. 1.75 date: 2004/10/09 10:16:33; author: eik; state: Exp; lines: +10 -1 Fix process substitution on systems without fdescfs (FreeBSD 5.x, 6.x) While I'm here, use the official patchset instead of the custom ones and reflect the port v. in the version number. Submitted by: Reinhard Speyerer Approved by: portmgr (krion)
v. 1.74 date: 2004/09/03 09:21:31; author: eik; state: Exp; lines: +19 -9 - add FAQ - experimental shopt `implicitcd' - fix `Tags out of Date' in texinfo pages - fix line wrap bug in libreadline - set LATEST_LINK to `bash', so that `pkg_add -r bash' works
v. 1.73 date: 2004/08/19 09:15:46; author: eik; state: Exp; lines: +1 -1 add three fixes from bug-bash@: - pipefail option - broken array expansion - segmentation fault in unset typeset array variable
v. 1.72 date: 2004/08/10 19:32:18; author: eik; state: Exp; lines: +1 -1 Fix nested brace vs. variable expansion
v. 1.71 date: 2004/08/10 19:04:41; author: eik; state: Exp; lines: +1 -0 Fix segfault when accessing an unset array
v. 1.70 date: 2004/07/30 22:01:13; author: eik; state: Exp; lines: +60 -50 Add bash3, The GNU Bourne-Again SHell version 3.00 http://cnswww.cns.cwru.edu/~chet/bash/NEWS
v. 1.69 date: 2004/07/08 11:44:12; author: vs; state: Exp; lines: +5 -0 Fix location of binary in man-page PR: ports/42729 Submitted by: Harold Gutch Approved by: maintainer timeout
v. 1.68 date: 2004/06/20 22:37:22; author: obrien; state: Exp; lines: +1 -1 Avoid a null pointer dereference, so 'xargs <<< ${EMTPY_VARIABLE}' will not segfault and dump core. Submitted by: Robert Nagy
v. 1.67 date: 2003/12/15 08:23:29; author: obrien; state: Exp; lines: +1 -1 Also pay attention to NOSHARED=yes as /usr/src and zsh does. Requested by: Richard Coleman
v. 1.66 date: 2003/12/14 07:09:14; author: obrien; state: Exp; lines: +0 -9 The option to enable network redirection is removed since this is the default behavior. PR: 60222 Submitted by: David Yeske
v. 1.65 date: 2003/12/14 07:05:40; author: obrien; state: Exp; lines: +4 -0 Build bash dynamic unless either WANT_STATIC_BASH or NO_DYNAMICROOT is defined.
v. 1.64 date: 2003/05/19 21:33:35; author: obrien; state: Exp; lines: +4 -2 Fetch patches from MASTER_SITE_GNU also.
v. 1.63 date: 2003/05/16 19:14:10; author: obrien; state: Exp; lines: +3 -2 Update to patchlevel 7.
v. 1.62 date: 2003/03/24 18:57:50; author: obrien; state: Exp; lines: +9 -0 Support /dev/(tcp|udp)/host/port redirection. Submitted by: David Yeske
v. 1.61 date: 2003/03/07 06:10:38; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.60 date: 2002/09/29 01:44:12; author: obrien; state: Exp; lines: +2 -2 Fix logic error when NOPORTDOCS is set. Submitted by: Peter Avalos PR: 43459
v. 1.59 date: 2002/09/20 00:13:43; author: obrien; state: Exp; lines: +3 -1 Mirror the patch files.
v. 1.58 date: 2002/09/13 00:43:09; author: obrien; state: Exp; lines: +6 -4 Use offical vendor patches 1-4.
v. 1.57 date: 2002/09/09 22:25:50; author: obrien; state: Exp; lines: +3 -0 Use the offical vendor patch for the directory space vs. slash command name completion problem. Submitted by: Chet Ramey Bash PR: http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html
v. 1.56 date: 2002/09/09 06:50:17; author: obrien; state: Exp; lines: +1 -0 Bump v. for directory command-line completion fix. Always forgotten by: me
v. 1.55 date: 2002/08/06 07:21:44; author: obrien; state: Exp; lines: +1 -1 `make reinstall' clean.
v. 1.54 date: 2002/08/04 06:57:10; author: obrien; state: Exp; lines: +10 -6 Update to version 2.05b. PR: 41176 Submitted by: KATO Tsuguru
v. 1.53 date: 2002/03/28 02:13:55; author: obrien; state: Exp; lines: +0 -1 No longer need to explicitly provide a GNU autconf target.
v. 1.52 date: 2002/01/29 11:58:41; author: knu; state: Exp; lines: +1 -1 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
v. 1.51 date: 2001/11/23 15:40:26; author: sobomax; state: Exp; lines: +1 -0 Override CONFIGURE_TARGET, so that this configure script generated by autoconf-2.52 doesn't generate a warning.
v. 1.50 date: 2001/11/21 01:40:39; author: naddy; state: Exp; lines: +2 -2 * Update to 2.05a. * Split failglob patch into per-file patches. Reviewed by: obrien
v. 1.49 date: 2001/04/10 10:47:48; author: obrien; state: Exp; lines: +2 -2 Update to version 2.05. Submitted by: sobomax
v. 1.48 date: 2001/02/07 14:51:11; author: obrien; state: Exp; lines: +2 -1 Put back my editor hints that were removed w/o permission. Note these are *FULLY* Satoshi approved for the past 4 years.
v. 1.47 date: 2001/01/16 17:32:23; author: sobomax; state: Exp; lines: +4 -5 Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.46 date: 2000/11/30 11:42:35; author: obrien; state: Exp; lines: +3 -2 It's my main shell, so I have in interest in seeing it maintained.
v. 1.45 date: 2000/11/30 01:31:37; author: ache; state: Exp; lines: +2 -2 Drop my maintainership
v. 1.44 date: 2000/05/23 12:04:49; author: ache; state: Exp; lines: +2 -1 Restore static linking Submitted by: Martin Cracauer
v. 1.43 date: 2000/05/07 20:33:28; author: ache; state: Exp; lines: +3 -3 Upgrade to 2.04 failglob patch removed - this sort of patches must be submitted to bash maintainer
v. 1.42 date: 2000/04/21 08:19:18; author: mharo; state: Exp; lines: +5 -5 Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.41 date: 2000/04/09 18:33:53; author: cpiazza; state: Exp; lines: +3 -3 Update with the new PORTNAME/PORTVERSION variables
v. 1.40 date: 1999/10/03 00:33:42; author: ache; state: Exp; lines: +2 -2 change master site Submitted by: Chet Ramey
v. 1.39 date: 1999/08/31 06:50:33; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.38 date: 1999/08/31 01:53:15; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.37 date: 1999/08/27 22:30:11; author: mharo; state: Exp; lines: +2 -2 echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
v. 1.36 date: 1999/06/05 22:31:47; author: mharo; state: Exp; lines: +1 -6 Remove the test to create ${PREFIX}/share/info/dir as it is now in bsd.port.mk and this helps to unify the check and install.
v. 1.35 date: 1999/05/28 05:16:08; author: ache; state: Exp; lines: +1 -0 use system libreadline for -current
v. 1.34 date: 1999/05/28 01:09:03; author: ache; state: Exp; lines: +5 -11 Fixes for freebsd,ELF,-current Upgrade docs to 2.03
v. 1.33 date: 1999/04/19 08:42:20; author: cracauer; state: Exp; lines: +4 -3 Update to 2.03 (maintainer did not respond)
v. 1.32 date: 1999/01/27 07:41:27; author: fenner; state: Exp; lines: +2 -1 ${MASTER_SITE_GNU} got rearranged in December; let's catch up.
v. 1.31 date: 1998/08/10 00:00:46; author: steve; state: Exp; lines: +3 -3 Update to version 2.02.1. Submitted by: studded@dal.net Hoping that Andrey doesn't mind: steve :)
v. 1.30 date: 1998/07/17 20:38:14; author: steve; state: Exp; lines: +2 -2 Guard against a nonexistant /usr/share/info/dir. PR: 7297
v. 1.29 date: 1998/05/16 11:39:19; author: ache; state: Exp; lines: +3 -3 put MASTER_SITE_GNU first
v. 1.28 date: 1998/04/28 05:09:46; author: ache; state: Exp; lines: +10 -13 Upgrade to 2.02
v. 1.27 date: 1997/11/06 01:17:50; author: ache; state: Exp; lines: +4 -4 Upgrade to 2.01.1
v. 1.26 date: 1997/06/27 23:03:27; author: ache; state: Exp; lines: +9 -1 Install /etc/shells entry and info dir entry PR: 3971
v. 1.25 date: 1997/06/06 23:13:49; author: ache; state: Exp; lines: +11 -11 Upgrade to 2.01
v. 1.24 date: 1997/05/26 22:21:51; author: ache; state: Exp; lines: +2 -2 Reduce number of patches needed for fnmatch
v. 1.23 date: 1997/05/26 21:28:12; author: ache; state: Exp; lines: +2 -2 Use different way to nuke local fnmatch.h to not touch dependances
v. 1.22 date: 1997/05/26 21:22:06; author: ache; state: Exp; lines: +3 -1 FIx serious globbing error with \ due to wrong local fnmatch.h included
v. 1.21 date: 1997/02/16 02:08:37; author: obrien; state: Exp; lines: +28 -6 Added the docs to the package. Commited with permission of the maintainer.
v. 1.20 date: 1996/12/27 11:40:41; author: ache; state: Exp; lines: +6 -5 Upgrade to 2.0
v. 1.19 date: 1996/12/27 06:26:05; author: obrien; state: Exp; lines: +3 -3 Don't need WRKSRC. Add manpages to MANx. But don't compress them.
v. 1.18 date: 1996/12/27 06:01:29; author: obrien; state: Exp; lines: +2 -2 Style police.
v. 1.17 date: 1996/11/18 11:39:42; author: asami; state: Exp; lines: +2 -2 Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.16 date: 1996/08/28 15:21:00; author: ache; state: Exp; lines: +4 -4 Upgrade to 1.14.7
v. 1.15 date: 1996/02/09 07:20:37; author: adam; state: Exp; lines: +4 -5 version 1.14.6 release
v. 1.14 date: 1995/12/03 00:14:27; author: ache; state: Exp; lines: +7 -8 Upgrade to 1.14.6 beta 3
v. 1.13 date: 1995/10/04 14:45:01; author: asami; state: Exp; lines: +7 -1 Compress manpages.
v. 1.12 date: 1995/07/19 17:44:24; author: ache; state: Exp; lines: +3 -3 Upgrade 1.14.4 -> 1.14.5 Reviewed by: Submitted by: Obtained from:
v. 1.11 date: 1995/04/18 11:05:37; author: ache; state: Exp; lines: +2 -1 Update.
v. 1.10 date: 1995/04/18 09:09:36; author: jkh; state: Exp; lines: +2 -2 Fetch this from LOCAL_PORTS. If Chet wants to support the latest and greatest bash through the ports collection, then he can drop the tarballs into there and save us all some trouble.
v. 1.9 date: 1995/04/11 19:26:27; author: asami; state: Exp; lines: +2 -2 Makefile updates, shell version! This was easy! :)
v. 1.8 date: 1995/04/01 12:49:52; author: jkh; state: Exp; lines: +2 -1 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
v. 1.7 date: 1995/03/17 01:04:52; author: ache; state: Exp; lines: +4 -4 Upgrade.
v. 1.6 date: 1995/01/06 21:30:09; author: ache; state: Exp; lines: +2 -2 Upgrade to final release. File name not changed since beta, so you need to re-fetch bash
v. 1.5 date: 1994/12/12 02:17:47; author: ache; state: Exp; lines: +4 -5 Upgrade to 1.14.3
v. 1.4 date: 1994/11/10 12:03:04; author: jkh; state: Exp; lines: +2 -1 Add master site of prep now that prep has this version available.
v. 1.3 date: 1994/09/11 10:08:01; author: jkh; state: Exp; lines: +1 -2 Clean up some obsolete fields.
v. 1.2 date: 1994/08/31 17:14:37; author: jkh; state: Exp; lines: +2 -1 Change all the HOME_LOCATION records to HTML spec. Now if someone can just give me a little utility that ftps things based on an ftp://... spec (connects as anonymous, fetches by full path, etc) I might be able to make bsd.port.mk DTRT automagically. Submitted by: jkh
v. 1.1 date: 1994/08/21 13:19:26; author: jkh; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/08/21 13:19:27; author: jkh; state: Exp; lines: +0 -0 The start of the 2.0 ports collection. No sup repository yet, but I'll make one when I wake up again.. :) Submitted by: jkh =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm