FreshPorts -- The Place For Ports Sat, 4 Jul 2009 8:53 AM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
bash 4.0.24 shells on this many watch lists=265 search for ports that depend on this port
The GNU Project's Bourne Again SHell
Maintained by: obrien@FreeBSD.org search for ports maintained by this maintainer
Port Added: 19 Aug 2004 10:17:03


This is GNU Bash.  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. 

WWW: http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Slave ports
shells/bash-static

Required To Build: devel/bison
Required Libraries: devel/gettext

To install the port: cd /usr/ports/shells/bash/ && make install clean
To add the package: pkg_add -r bash


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/bash/

Number of commits found: 49

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
18 May 2009 19:44:33
Original commit files touched by this commit  4.0.24
obrien search for other commits by this committer
Update to Bash 4.0 patchlevel 24.
06 May 2009 05:25:27
Original commit files touched by this commit  4.0.17
obrien search for other commits by this committer
Update to patchlevel 17.
06 May 2009 05:16:23
Original commit files touched by this commit  4.0.10_2
obrien search for other commits by this committer
Set MAKE_JOBS_UNSAFE.
Philip reports he sees a race condition as it fails 3 of 8 tries.

Submitted by:   pgollucci
13 Mar 2009 15:54:23
Original commit files touched by this commit  4.0.10_2
obrien search for other commits by this committer
Use Bison in the build instead of byacc.
This fixes the issue of '$()' (for ``) not being parsed correctly.

PR:             101230
Submitted by:   bf2006a@yahoo.com
12 Mar 2009 09:54:01
Original commit files touched by this commit  4.0.10_1
osa search for other commits by this committer
Fix pkg-plist.
Bump PORTREVISION.

Approved by:    pav@ (portmgr)
12 Mar 2009 05:10:17
Original commit files touched by this commit  4.0.10
obrien search for other commits by this committer
Now that the build break is quickly dealt with, update the description
and conflicts.
12 Mar 2009 04:53:42
Original commit files touched by this commit  4.0.10
obrien search for other commits by this committer
Blah^2.  Now DISTNAME is wrong.  But yay! patches are here.  So now all
the patch logic won't get in the way.
11 Mar 2009 17:00:37
Original commit files touched by this commit  4.0
obrien search for other commits by this committer
Fix nit in version number.
11 Mar 2009 16:49:28
Original commit files touched by this commit  4.0.
obrien search for other commits by this committer
Update to 4.0 PL0.
25 Jan 2009 20:39:54
Original commit files touched by this commit  3.2.48_1
obrien search for other commits by this committer
Add ports conflicts between bash{,-static}.

Submitted by:   ehaupt
02 Jan 2009 09:30:29
Original commit files touched by this commit  3.2.48_1
obrien search for other commits by this committer
Update 3.2 to patchlevel 48.
21 Aug 2008 07:18:49
Original commit files touched by this commit  3.2.39_1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
06 Jun 2008 15:01:29
Original commit files touched by this commit  3.2.39_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
04 May 2008 03:34:53
Original commit files touched by this commit  3.2.39
obrien search for other commits by this committer
Update to Bash 3.2 patchlevel 39.
PR: 123326
Submitted by: bf2006a@yahoo.com
19 Apr 2008 18:56:05
Original commit files touched by this commit  3.2.33
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
17 Dec 2007 23:48:07
Original commit files touched by this commit  3.2.33
obrien search for other commits by this committer
Update to patchlevel 33.
PR:             118728
Submitted by:   bf <bf2006a@yahoo.com>
11 Sep 2007 19:15:34
Original commit files touched by this commit  3.2.25
obrien search for other commits by this committer
Update to Bash 3.2 patchlevel 25.

PR:     116272
04 Aug 2007 12:41:31
Original commit files touched by this commit  3.2.17_2
gabor search for other commits by this committer
- 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)
03 Aug 2007 19:19:53
Original commit files touched by this commit  3.2.17_2
obrien search for other commits by this committer
dd 'cklatest' target.
30 Jun 2007 20:42:35
Original commit files touched by this commit  3.2.17_2
obrien search for other commits by this committer
Remove 'ru' entries - they are already in mtree/BSD.local.dist

Submitted by:   sat
29 Jun 2007 02:06:38
Original commit files touched by this commit  3.2.17_2
obrien search for other commits by this committer
Slightly cleaner PREFIX=/ handling.
29 Jun 2007 00:33:44
Original commit files touched by this commit  3.2.17_2
obrien search for other commits by this committer
Support PREFIX=/

PR:             95566
Submitted by:   Andrew McNaughton <andrew@scoop.co.nz>
29 Jun 2007 00:25:16
Original commit files touched by this commit  3.2.17_2
obrien search for other commits by this committer
Add rbash.

PR:             104040
Submitted by:   Jeremy Chadwick <freebsd@jdc.parodius.com>
28 Jun 2007 23:43:43
Original commit files touched by this commit  3.2.17_1
obrien search for other commits by this committer
Add missing dirrmtry entries.

PR:             112159
Submitted by:   rafan
26 Jun 2007 00:37:34
Original commit files touched by this commit  3.2.17_1
pav search for other commits by this committer
- Fix plist

With hat:       portmgr
21 Jun 2007 18:12:01
Original commit files touched by this commit  3.2.17
obrien search for other commits by this committer
Upgrade to 3.2.
02 Jan 2007 22:47:18
Original commit files touched by this commit  3.1.17
stas search for other commits by this committer
- Fix pkg-plist.

Approved by:    maintainer timeout (5 months)
01 Sep 2006 06:45:04
Original commit files touched by this commit  3.1.17
obrien search for other commits by this committer
Rather than have to manually list every patch version, use some automation
(courtesy of 'jot').

Obtained from:  Vim port
09 Jun 2006 04:54:02
Original commit files touched by this commit  3.1.17
obrien search for other commits by this committer
Add vendor patch fixing array expansion fails with an arithmetic
syntax error when the subscript appears within double quotes.
For example: ${a["4"]}.
13 Apr 2006 19:16:39
Original commit files touched by this commit  3.1.16
mnag search for other commits by this committer
- Force commit to say:

Approved by:    maintainer timeout (25 days, PR 94666, 94985 and 95188), portmgr
(krion)
Notified by:    linimon
13 Apr 2006 18:34:07
Original commit files touched by this commit  3.1.16
mnag search for other commits by this committer
- Update to 3.1.16

PR:             95188
Submitted by:   Toni Viemero <toni.viemero___iki.fi>
Approved by:    portmgr (krion)
06 Mar 2006 21:58:25
Original commit files touched by this commit  3.1.10_1
kris search for other commits by this committer
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 <nicolas-0@ml.turing-complete.org>
PR:             ports/94086
Approved by:    portmgr (implicit)
25 Feb 2006 18:11:18
Original commit files touched by this commit  3.1.10
mnag search for other commits by this committer
- Fix master sites and patch sites

Reported by:    Guillermo MORENO-SOCIAS
Approved by:    portmgr (krion)
21 Feb 2006 15:29:59
Original commit files touched by this commit  3.1.10
garga search for other commits by this committer
- Update to 3.1.10

PR:             ports/91036
Submitted by:   Rainer Alves <rainer.alves@gmail.com>
Approved by:    maintainer timeout (54 days)
24 Jan 2006 01:04:19
Original commit files touched by this commit  3.0.16_1
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
05 Dec 2005 10:51:29
Original commit files touched by this commit  3.0.16_1
flz search for other commits by this committer
- Rename WANT_STATIC_BASH to WITH_STATIC_BASH to respect ports semantics.

PR:             ports/89772
Submitted by:   flz
Approved by:    maintainer
30 Nov 2005 15:10:12
Original commit files touched by this commit  3.0.16_1
flz search for other commits by this committer
- Add WANT_STATIC_BASH knob.

PR:             ports/81795
Submitted by:   Bjarne Koenig <bkoenig@cs.tu-berlin.de>
Approved by:    maintainer timeout (5 months)
20 Jul 2005 08:00:59
Original commit files touched by this commit  3.0.16_1
linimon search for other commits by this committer
Per prior standing request, turn this port over from inactive committer
(eik) to obrien.

Hat:    portmgr
12 Apr 2005 07:03:11
Original commit files touched by this commit  3.0.16_1
obrien search for other commits by this committer
CVS really does need a better way of backing out a commit composing a
set of files...
12 Apr 2005 04:26:57
Original commit files touched by this commit  3.0.16_1
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:06:40
Original commit files touched by this commit  3.0.16_1
obrien search for other commits by this committer
Very sorry for a local change that made it into the last commit.
11 Apr 2005 09:04:41
Original commit files touched by this commit  3.0.16_1
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
19 Nov 2004 13:44:37
Original commit files touched by this commit  3.0.16_1
eik search for other commits by this committer
Fix `read -e' handling when PS1 is longer than the terminal width
  <http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=139306>

Obtained from:  Tim Waugh <twaugh@redhat.com>
11 Nov 2004 12:04:21
Original commit files touched by this commit  3.0.16
eik search for other commits by this committer
- update to patchlevel 16 (replacing FreeBSD subst.c patch)
- use system readline on -CURRENT [1]

Submitted by:   sf [1]
02 Nov 2004 10:24:50
Original commit files touched by this commit  3.0.15
eik search for other commits by this committer
- update to patchlevel 15
14 Oct 2004 14:24:20
Original commit files touched by this commit  3.0.13
eik search for other commits by this committer
- better reflect `bash --version' in PORTVERSION
- new shopt colonbreakswords
- fix default PATH
09 Oct 2004 11:16:34
Original commit files touched by this commit  3.0_5
eik search for other commits by this committer
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 revision in the version number.

Submitted by:   Reinhard Speyerer <rspmn@arcor.de>
Approved by:    portmgr (krion)
03 Sep 2004 10:21:31
Original commit files touched by this commit  3.0_4
eik search for other commits by this committer
- 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
19 Aug 2004 10:15:47
Original commit files touched by this commit  3.0_3
eik search for other commits by this committer
add three fixes from bug-bash@:

- pipefail option
- broken array expansion
- segmentation fault in unset typeset array variable

Number of commits found: 49

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
nfsenJul 03
nagios*Jul 01
nagios-devel*Jul 01
nagios2*Jul 01
syslog-ng*Jul 01
syslog-ng2*Jul 01
phpmyadminJun 30
tor*Jun 23
tor*Jun 23
cscopeJun 16
cscopeJun 16
finchJun 16
joomla15Jun 16
libpurpleJun 16
pidginJun 16

6 vulnerabilities affecting 11 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 20375
Broken 144
Deprecated 44
Ignore 762
Forbidden 5
Restricted 387
No CDROM 139
Vulnerable 56
Expired 17
Set to expire 25
Interactive 81
new 24 hours 2
new 48 hours4
new 7 days69
new fortnight98
new month180

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.267 seconds.