notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: shells/bash/Makefile

Number of commits found: 171 (showing only 71 on this page)

«  1 | 2 

Saturday, 25 May 2013
13:55 miwi search for other commits by this committer
- Update to patchlevel 45
-

Requested by:	many
Original commitRevision:319053 
Sunday, 5 May 2013
08:39 bapt search for other commits by this committer
Fix bash-static slave ports with bash being now using new options framework
Original commitRevision:317405 
08:10 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
Original commitRevision:317402 
Saturday, 27 Apr 2013
18:25 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
Original commitRevision:316683 
Friday, 15 Mar 2013
16:22 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
Original commitRevision:314314 
Friday, 8 Mar 2013
11:32 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
Original commitRevision:313635 
Tuesday, 22 Jan 2013
16:58 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.
Original commitRevision:310831 
Monday, 14 Jan 2013
11:48 ehaupt search for other commits by this committer
Register CONFLICTS
Original commitRevision:310372 
Friday, 3 Aug 2012
18:56 obrien search for other commits by this committer
Update to Bash 4.2 patchlevel 37.

PR:		170283
Submitted by:	Bryan Drewery <bryan@shatow.net>
Original commit
Monday, 7 May 2012
15:12 obrien search for other commits by this committer
Update to Bash 4.2 patchlevel 28.
Original commit
Monday, 30 Apr 2012
22:49 obrien search for other commits by this committer
Force a package cluster rebuild.
Original commit
Tuesday, 24 Apr 2012
17:48 obrien search for other commits by this committer
Update version 4.2 to patchlevel 24.
Original commit
Thursday, 12 Jan 2012
22:32 obrien search for other commits by this committer
Update to version 4.2 PL 20.
Original commit
Friday, 23 Sep 2011
22:26 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
Original commit
Monday, 29 Aug 2011
18:44 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
Original commit
Wednesday, 6 Apr 2011
17:47 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>
Original commit
Tuesday, 5 Apr 2011
17:38 obrien search for other commits by this committer
Update to Bash 4.1 patchlevel 10.
Original commit
Wednesday, 20 Oct 2010
01:08 obrien search for other commits by this committer
Update to Bash 4.1 patchlevel 9.
Original commit
Friday, 10 Sep 2010
02:30 obrien search for other commits by this committer
Add OPTIONS processing.
Original commit
Thursday, 9 Sep 2010
13:24 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)
Original commit
Friday, 6 Aug 2010
08:48 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)
Original commit
Wednesday, 16 Jun 2010
14:20 ehaupt search for other commits by this committer
Update to 4.1.7

PR:             147172
Approved by:    obrien (maintainer timeout; > 14 days)
Original commit
Monday, 31 May 2010
10:52 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>
Original commit
Tuesday, 11 May 2010
09:34 ehaupt search for other commits by this committer
- Fix statically linked version
- Bump PORTREVISION

Approved by:    portmgr (miwi)
Original commit
Monday, 10 May 2010
18:25 obrien search for other commits by this committer
Update to Bash 4.1 patchlevel 5.
Original commit
Saturday, 14 Nov 2009
12:05 ehaupt search for other commits by this committer
Update to patchlevel 35

PR:             140179
Approved by:    maintainer timeout (14 days)
Original commit
Monday, 2 Nov 2009
18:28 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)
Original commit
Sunday, 1 Nov 2009
21:31 ehaupt search for other commits by this committer
Register CONFLICTS
Original commit
Saturday, 19 Sep 2009
22:24 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
Original commit
Monday, 18 May 2009
18:44 obrien search for other commits by this committer
Update to Bash 4.0 patchlevel 24.
Original commit
Wednesday, 6 May 2009
04:25 obrien search for other commits by this committer
Update to patchlevel 17.
Original commit
04:16 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
Original commit
Friday, 13 Mar 2009
15:54 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
Original commit
Thursday, 12 Mar 2009
09:54 osa search for other commits by this committer
Fix pkg-plist.
Bump PORTREVISION.

Approved by:    pav@ (portmgr)
Original commit
05:10 obrien search for other commits by this committer
Now that the build break is quickly dealt with, update the description
and conflicts.
Original commit
04:53 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.
Original commit
Wednesday, 11 Mar 2009
17:00 obrien search for other commits by this committer
Fix nit in version number.
Original commit
16:49 obrien search for other commits by this committer
Update to 4.0 PL0.
Original commit
Sunday, 25 Jan 2009
20:39 obrien search for other commits by this committer
Add ports conflicts between bash{,-static}.

Submitted by:   ehaupt
Original commit
Friday, 2 Jan 2009
09:30 obrien search for other commits by this committer
Update 3.2 to patchlevel 48.
Original commit
Thursday, 21 Aug 2008
06:18 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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Friday, 6 Jun 2008
14:01 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)
Original commit
Sunday, 4 May 2008
02:34 obrien search for other commits by this committer
Update to Bash 3.2 patchlevel 39.
PR: 123326
Submitted by: bf2006a@yahoo.com
Original commit
Monday, 17 Dec 2007
23:48 obrien search for other commits by this committer
Update to patchlevel 33.
PR:             118728
Submitted by:   bf <bf2006a@yahoo.com>
Original commit
Tuesday, 11 Sep 2007
18:15 obrien search for other commits by this committer
Update to Bash 3.2 patchlevel 25.

PR:     116272
Original commit
Saturday, 4 Aug 2007
11:41 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)
Original commit
Friday, 3 Aug 2007
18:19 obrien search for other commits by this committer
dd 'cklatest' target.
Original commit
Thursday, 28 Jun 2007
23:25 obrien search for other commits by this committer
Add rbash.

PR:             104040
Submitted by:   Jeremy Chadwick <freebsd@jdc.parodius.com>
Original commit
Monday, 25 Jun 2007
23:37 pav search for other commits by this committer
- Fix plist

With hat:       portmgr
Original commit
Thursday, 21 Jun 2007
17:12 obrien search for other commits by this committer
Upgrade to 3.2.
Original commit
Friday, 1 Sep 2006
05:45 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
Original commit
Friday, 9 Jun 2006
03:54 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"]}.
Original commit
Thursday, 13 Apr 2006
18: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
Original commit
17:34 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)
Original commit
Monday, 6 Mar 2006
21:58 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)
Original commit
Saturday, 25 Feb 2006
18:11 mnag search for other commits by this committer
- Fix master sites and patch sites

Reported by:    Guillermo MORENO-SOCIAS
Approved by:    portmgr (krion)
Original commit
Tuesday, 21 Feb 2006
15:29 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)
Original commit
Monday, 5 Dec 2005
10:51 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
Original commit
Wednesday, 30 Nov 2005
15:10 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)
Original commit
Wednesday, 20 Jul 2005
07:00 linimon search for other commits by this committer
Per prior standing request, turn this port over from inactive committer
(eik) to obrien.

Hat:    portmgr
Original commit
Tuesday, 12 Apr 2005
06:03 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...
Original commit
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:06 obrien search for other commits by this committer
Very sorry for a local change that made it into the last commit.
Original commit
08:04 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'.
Original commit
Friday, 19 Nov 2004
13:44 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>
Original commit
Thursday, 11 Nov 2004
12:04 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]
Original commit
Tuesday, 2 Nov 2004
10:24 eik search for other commits by this committer
- update to patchlevel 15
Original commit
Thursday, 14 Oct 2004
13:24 eik search for other commits by this committer
- better reflect `bash --version' in PORTVERSION
- new shopt colonbreakswords
- fix default PATH
Original commit
Saturday, 9 Oct 2004
10:16 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)
Original commit
Friday, 3 Sep 2004
09:21 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
Original commit
Thursday, 19 Aug 2004
09:15 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
Original commit

Number of commits found: 171 (showing only 71 on this page)

«  1 | 2