1cae3 FreshPorts -- shells/bash
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
bash 4.2.45 shells on this many watch lists=298 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 09:17:03
License: not specified in port


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
SVNWeb : Main Web Site : Distfiles Availability : PortsMon
Slave ports
  1. shells/bash-static

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/bison
Required Libraries:
  1. devel/gettext
  2. converters/libiconv

This port is required by:

for Build for Run
  1. archivers/makeself
  2. archivers/xarchive
  3. audio/abcde
  4. biology/gff2ps
  5. biology/ugene
  6. cad/opencascade
  7. databases/autobackupmysql
  8. databases/datamodeler
  9. databases/dbtool
  10. databases/grass
  11. databases/hypertable
  12. databases/percona-toolkit
  13. databases/sqldeveloper
  14. deskutils/cairo-dock
  15. deskutils/todo
  16. devel/anjuta
  17. devel/colormake
  18. devel/compiz-bcop
  19. devel/hadoop
  20. devel/kdesdk3
  21. devel/kdesdk4
  22. devel/lcov
  23. devel/quilt
  24. devel/rbenv
  25. devel/ros
  26. emulators/vboxtool
  27. finance/khacc
  28. finance/qhacc
  29. french/eficas
  30. games/gbrainy
  31. games/legends
  32. games/torcs
  33. games/trackballs
  34. graphics/epix
  35. graphics/gscan2pdf
  36. graphics/netpbm
  37. graphics/pfstools
  38. java/icedtea-web
  39. lang/harbour
  40. lang/jruby
  41. lang/jython
  42. lang/kroc
  43. lang/mlton
  44. lang/scala
  45. mail/automx
  46. mail/biabam
  47. mail/mailscanner
  48. mail/qmrtg
  49. math/geogebra-i18n
  50. math/maxima
  51. math/plplot
  52. math/sage
  53. misc/txt2regex
  54. multimedia/2mandvd
  55. multimedia/banshee
  56. multimedia/dvd-slideshow
  57. multimedia/dvdauthorwizard
  58. multimedia/iso2mkv
  59. multimedia/mkxvcd
  60. multimedia/qdvdauthor
  61. multimedia/tovid
  62. multimedia/vdr-plugin-streamdev
  63. net/freenx
  64. net/grsync
  65. net/mpich2
  66. net-mgmt/nagios-check_tftp
  67. net-mgmt/zenoss
  68. net-p2p/verlihub
  69. print/apsfilter
  70. print/lpr-wrapper
  71. print/pdfmerge
  72. science/ncs
  73. security/logcheck
  74. security/monkeysphere
  75. security/mussh
  76. security/p5-openxpki-deployment
  77. security/scamp
  78. shells/ambit
  79. shells/bash-completion
  80. shells/viewglob
  81. sysutils/apt
  82. sysutils/autojump
  83. sysutils/bashburn
  84. sysutils/confman
  85. sysutils/desktopbsd-tools
  86. sysutils/dtc
  87. sysutils/duply
  88. sysutils/gsmartcontrol
  89. sysutils/munin-node
  90. sysutils/mybashburn
  91. sysutils/password-store
  92. sysutils/sshsudo
  93. sysutils/wiimms
  94. textproc/apertium
  95. textproc/idnits
  96. textproc/tex2im
  97. textproc/translate-toolkit
  98. textproc/xmlto
  99. textproc/yodl
  100. www/vertx
  101. www/wgetpaste
  102. x11-fm/worker
  103. x11-themes/murrine-configurator
  104. x11-wm/fvwm-crystal
  105. x11-wm/herbstluftwm
  106. x11-wm/hs-xmonad-contrib

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


Configuration Options
===> The following configuration options are available for bash-4.2.45:
     COLONBREAKSWORDS=on: Colons break words
     HELP=on: Install the help files
     IMPLICITCD=on: Use directory name alone to cd into it
     NLS=on: Native Language Support
     STATIC=off: Build static executables and/or libraries
     SYSLOG=off: Syslog support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/bash/
Port Moves
  • port moved here from shells/bash3 on 2011-01-29
    REASON: Has expired: Use shells/bash or shells/bash-static instead

Number of commits found: 82

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
25 May 2013 13:55:46
Original commit files touched by this commit  4.2.45
miwi search for other commits by this committer
- Update to patchlevel 45
-

Requested by:	many
05 May 2013 08:39:31
Original commit files touched by this commit  4.2.42
bapt search for other commits by this committer
Fix bash-static slave ports with bash being now using new options framework
05 May 2013 08:10:29
Original commit files touched by this commit  4.2.42
bapt search for other commits by this committer
Convert to new options framework
This fixes build with nls not correctly pulling in libintl given USES= gettext
was set after pre.mk which is forbidden
27 Apr 2013 18:25:25
Original commit files touched by this commit  4.2.42
mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
15 Mar 2013 16:22:35
Original commit files touched by this commit  4.2.42
bapt search for other commits by this committer
Move USES prior to bsd.port.pre.mk in preparation of the move of the USES load
08 Mar 2013 11:32:12
Original commit files touched by this commit  4.2.42
bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
22 Jan 2013 16:58:21
Original commit files touched by this commit  4.2.42
obrien search for other commits by this committer
Update to Bash 4.2 patchlevel 42.

* If a backslash-newline (which is removed) with no other input is given as
  input to `read', the shell tries to dereference a null pointer and seg faults.

* Under certain circumstances, bash attempts to expand variables in
  arithmetic expressions even when evaluation is being suppressed.

* Output redirection applied to builtin commands missed I/O errors if
  they happened when the file descriptor was closed, rather than on write
  (e.g., like with an out-of-space error on a remote NFS file system).

* Process substitution incorrectly inherited a flag that inhibited using
  the (local) temporary environment for variable lookups if it was providing
  the filename to a redirection.  The intent the flag is to enforce the
  POSIX command expansion ordering rules.
14 Jan 2013 11:48:45
Original commit files touched by this commit  4.2.37
ehaupt search for other commits by this committer
Register CONFLICTS
03 Aug 2012 18:56:44
Original commit files touched by this commit  4.2.37
obrien search for other commits by this committer
Update to Bash 4.2 patchlevel 37.

PR:		170283
Submitted by:	Bryan Drewery <bryan@shatow.net>
07 May 2012 15:12:41
Original commit files touched by this commit  4.2.28
obrien search for other commits by this committer
Update to Bash 4.2 patchlevel 28.
30 Apr 2012 22:49:03
Original commit files touched by this commit  4.2.24_1
obrien search for other commits by this committer
Force a package cluster rebuild.
30 Apr 2012 22:45:37
Original commit files touched by this commit  4.2.24
obrien search for other commits by this committer
The UK now has their own .mo
24 Apr 2012 17:48:36
Original commit files touched by this commit  4.2.24
obrien search for other commits by this committer
Update version 4.2 to patchlevel 24.
14 Jan 2012 04:59:11
Original commit files touched by this commit  4.2.20
miwi search for other commits by this committer
- Fix build

With hat:       portmgr
12 Jan 2012 22:32:28
Original commit files touched by this commit  4.2.20
obrien search for other commits by this committer
Update to version 4.2 PL 20.
23 Sep 2011 22:26:39
Original commit files touched by this commit  4.1.11
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
29 Aug 2011 18:44:40
Original commit files touched by this commit  4.1.11
obrien search for other commits by this committer
Update to Bash 4.1 patchlevel 11.

  Under certain circumstances, running `fc -l' two times in succession
  with a relative history offset at the end of the history will result
  in an incorrect calculation of the last history entry and a seg fault

PR:     160239
06 Apr 2011 17:47:52
Original commit files touched by this commit  4.1.10
obrien search for other commits by this committer
Add option to log user history to syslog.

PR:             155780
Submitted by:   Alexander Kriventsov <avk@vl.ru>
05 Apr 2011 17:38:33
Original commit files touched by this commit  4.1.10
obrien search for other commits by this committer
Update to Bash 4.1 patchlevel 10.
18 Mar 2011 17:59:51
Original commit files touched by this commit  4.1.9
miwi search for other commits by this committer
- Get Rid MD5 support

With hat:       portmgr (myself)
20 Oct 2010 01:08:16
Original commit files touched by this commit  4.1.9
obrien search for other commits by this committer
Update to Bash 4.1 patchlevel 9.
10 Sep 2010 02:30:51
Original commit files touched by this commit  4.1.7_2
obrien search for other commits by this committer
Add OPTIONS processing.
09 Sep 2010 13:24:39
Original commit files touched by this commit  4.1.7_2
ehaupt search for other commits by this committer
- Remove iconv dependency if WITHOUT_NLS is defined
- Bump PORTREVISION

PR:             149981
Submitted by:   Jeremy Chadwick <freebsd@jdc.parodius.com> (via ports)
Approved by:    obrien (maintainer-timeout; 14 days)
06 Aug 2010 08:48:46
Original commit files touched by this commit  4.1.7_1
ehaupt search for other commits by this committer
- Depend on libiconv in order to fix package installation
- Bump PORTREVISION

PR:             147747, 148329, 149218
Submitted by:   Alex Goncharov <alex-goncharov@comcast.net>,
                Garrett Wollman <wollman@khavrinen.csail.mit.edu>
                yar
Approved by:    obrien (maintainer timeout; > 50 days)
16 Jun 2010 14:20:42
Original commit files touched by this commit  4.1.7
ehaupt search for other commits by this committer
Update to 4.1.7

PR:             147172
Approved by:    obrien (maintainer timeout; > 14 days)
31 May 2010 10:52:11
Original commit files touched by this commit  4.1.5_2
ade search for other commits by this committer
Bump PORTREVISION after gettext update - not sure how this one was missed.

Submitted by:   Herbert J. Skuhra <h.skuhra (at) gmail.com>
11 May 2010 09:34:45
Original commit files touched by this commit  4.1.5_1
ehaupt search for other commits by this committer
- Fix statically linked version
- Bump PORTREVISION

Approved by:    portmgr (miwi)
11 May 2010 07:53:57
Original commit files touched by this commit  4.1.5
itetcu search for other commits by this committer
Fix plist

Submitted by:   QAT
Approved by:    portmgr (self, to get lots of gnome building)
10 May 2010 18:25:33
Original commit files touched by this commit  4.1.5
obrien search for other commits by this committer
Update to Bash 4.1 patchlevel 5.
14 Nov 2009 12:05:54
Original commit files touched by this commit  4.0.35
ehaupt search for other commits by this committer
Update to patchlevel 35

PR:             140179
Approved by:    maintainer timeout (14 days)
02 Nov 2009 18:28:59
Original commit files touched by this commit  4.0.33_2
naddy search for other commits by this committer
Pass the -y flag to bison to fix $() parsing.
Plain "bison -d parse.y" outputs parse.tab.c instead of y.tab.c,
so y.tab.c is never regenerated, and the parser fix from patch 001
is effectively not applied.

PR:             139720
Approved by:    maintainer timeout (4+2 weeks)
01 Nov 2009 21:31:27
Original commit files touched by this commit  4.0.33_1
ehaupt search for other commits by this committer
Register CONFLICTS
19 Sep 2009 22:24:28
Original commit files touched by this commit  4.0.33
miwi search for other commits by this committer
- Update to 4.0.33

PR:             137294
Submitted by:   bf <bf1783@gmail.com>
Approved by:    obrien (maintainer timeout)
Feature safe:   yes
18 May 2009 18: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 04: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 04: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 06: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 14: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 02: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 17: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 18: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 11: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 18: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 19: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 01: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.
28 Jun 2007 23: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>
28 Jun 2007 23: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 22: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
25 Jun 2007 23: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 17: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 05: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 03: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 18: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 17: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 07: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 06: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 03: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 08: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 08: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 13: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 10: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 09: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 09: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: 82

2859
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 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 24543
Broken 216
Deprecated 478
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 3
new 48 hours9
new 7 days31
new fortnight61
new month218

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0