summaryrefslogtreecommitdiff
path: root/shells/bash (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to patchlevel 35Emanuel Haupt2009-11-142-2/+8
| | | | | | | | PR: 140179 Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=244254
* Pass the -y flag to bison to fix $() parsing.Christian Weisgerber2009-11-021-2/+2
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=243665
* Register CONFLICTSEmanuel Haupt2009-11-011-4/+3
| | | | Notes: svn path=/head/; revision=243623
* - Update to 4.0.33Martin Wilke2009-09-192-1/+28
| | | | | | | | | | PR: 137294 Submitted by: bf <bf1783@gmail.com> Approved by: obrien (maintainer timeout) Feature safe: yes Notes: svn path=/head/; revision=241786
* Update to Bash 4.0 patchlevel 24.David E. O'Brien2009-05-182-1/+22
| | | | Notes: svn path=/head/; revision=234156
* Update to patchlevel 17.David E. O'Brien2009-05-062-2/+23
| | | | Notes: svn path=/head/; revision=233284
* Set MAKE_JOBS_UNSAFE.David E. O'Brien2009-05-061-0/+1
| | | | | | | | | Philip reports he sees a race condition as it fails 3 of 8 tries. Submitted by: pgollucci Notes: svn path=/head/; revision=233283
* Use Bison in the build instead of byacc.David E. O'Brien2009-03-131-2/+6
| | | | | | | | | | This fixes the issue of '$()' (for ``) not being parsed correctly. PR: 101230 Submitted by: bf2006a@yahoo.com Notes: svn path=/head/; revision=229998
* Fix pkg-plist.Sergey A. Osokin2009-03-122-4/+30
| | | | | | | | | Bump PORTREVISION. Approved by: pav@ (portmgr) Notes: svn path=/head/; revision=229928
* Now that the build break is quickly dealt with, update the descriptionDavid E. O'Brien2009-03-122-6/+6
| | | | | | | and conflicts. Notes: svn path=/head/; revision=229921
* Blah^2. Now DISTNAME is wrong. But yay! patches are here. So now allDavid E. O'Brien2009-03-122-6/+35
| | | | | | | the patch logic won't get in the way. Notes: svn path=/head/; revision=229920
* Fix nit in version number.David E. O'Brien2009-03-111-1/+2
| | | | Notes: svn path=/head/; revision=229899
* Update to 4.0 PL0.David E. O'Brien2009-03-114-206/+46
| | | | Notes: svn path=/head/; revision=229889
* Add ports conflicts between bash{,-static}.David E. O'Brien2009-01-251-0/+2
| | | | | | | Submitted by: ehaupt Notes: svn path=/head/; revision=226854
* Update 3.2 to patchlevel 48.David E. O'Brien2009-01-022-1/+28
| | | | Notes: svn path=/head/; revision=225107
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* Update to Bash 3.2 patchlevel 39.David E. O'Brien2008-05-042-1/+19
| | | | | | | | PR: 123326 Submitted by: bf2006a@yahoo.com Notes: svn path=/head/; revision=212569
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+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) Notes: svn path=/head/; revision=211584
* Update to patchlevel 33.David E. O'Brien2007-12-172-1/+25
| | | | | | | | PR: 118728 Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=203959
* Update to Bash 3.2 patchlevel 25.David E. O'Brien2007-09-112-3/+27
| | | | | | | PR: 116272 Notes: svn path=/head/; revision=199333
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-042-6/+6
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* dd 'cklatest' target.David E. O'Brien2007-08-031-0/+5
| | | | Notes: svn path=/head/; revision=197032
* Remove 'ru' entries - they are already in mtree/BSD.local.distDavid E. O'Brien2007-06-301-2/+0
| | | | | | | Submitted by: sat Notes: svn path=/head/; revision=194540
* Slightly cleaner PREFIX=/ handling.David E. O'Brien2007-06-292-8/+8
| | | | Notes: svn path=/head/; revision=194424
* Support PREFIX=/David E. O'Brien2007-06-282-4/+4
| | | | | | | | PR: 95566 Submitted by: Andrew McNaughton <andrew@scoop.co.nz> Notes: svn path=/head/; revision=194422
* Add rbash.David E. O'Brien2007-06-284-1/+22
| | | | | | | | PR: 104040 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> Notes: svn path=/head/; revision=194421
* Add missing dirrmtry entries.David E. O'Brien2007-06-281-0/+2
| | | | | | | | PR: 112159 Submitted by: rafan Notes: svn path=/head/; revision=194419
* - Fix plistPav Lucistnik2007-06-252-0/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=194261
* Upgrade to 3.2.David E. O'Brien2007-06-214-77/+55
| | | | Notes: svn path=/head/; revision=194009
* - Fix pkg-plist.Stanislav Sedov2007-01-021-2/+4
| | | | | | | Approved by: maintainer timeout (5 months) Notes: svn path=/head/; revision=181306
* Rather than have to manually list every patch version, use some automationDavid E. O'Brien2006-09-011-4/+4
| | | | | | | | | (courtesy of 'jot'). Obtained from: Vim port Notes: svn path=/head/; revision=171782
* Add vendor patch fixing array expansion fails with an arithmeticDavid E. O'Brien2006-06-092-1/+5
| | | | | | | | syntax error when the subscript appears within double quotes. For example: ${a["4"]}. Notes: svn path=/head/; revision=164872
* - Update to 3.1.16Marcus Alves Grando2006-04-132-5/+22
| | | | | | | | | PR: 95188 Submitted by: Toni Viemero <toni.viemero___iki.fi> Approved by: portmgr (krion) Notes: svn path=/head/; revision=159437
* When bash is built with the bison 1.75 port present it breaks the abilityKris Kennaway2006-03-061-1/+3
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=156996
* - Fix master sites and patch sitesMarcus Alves Grando2006-02-251-5/+5
| | | | | | | | Reported by: Guillermo MORENO-SOCIAS Approved by: portmgr (krion) Notes: svn path=/head/; revision=156787
* - Update to 3.1.10Renato Botelho2006-02-2112-139/+93
| | | | | | | | | PR: ports/91036 Submitted by: Rainer Alves <rainer.alves@gmail.com> Approved by: maintainer timeout (54 days) Notes: svn path=/head/; revision=156590
* SHA256ifyEdwin Groothuis2006-01-241-0/+18
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* - Rename WANT_STATIC_BASH to WITH_STATIC_BASH to respect ports semantics.Florent Thoumie2005-12-051-1/+1
| | | | | | | | | PR: ports/89772 Submitted by: flz Approved by: maintainer Notes: svn path=/head/; revision=150455
* - Add WANT_STATIC_BASH knob.Florent Thoumie2005-11-301-0/+10
| | | | | | | | | PR: ports/81795 Submitted by: Bjarne Koenig <bkoenig@cs.tu-berlin.de> Approved by: maintainer timeout (5 months) Notes: svn path=/head/; revision=150055
* Per prior standing request, turn this port over from inactive committerMark Linimon2005-07-201-1/+1
| | | | | | | | | (eik) to obrien. Hat: portmgr Notes: svn path=/head/; revision=139649
* CVS really does need a better way of backing out a commit composing aDavid E. O'Brien2005-04-121-3/+2
| | | | | | | set of files... Notes: svn path=/head/; revision=133119
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+2
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Very sorry for a local change that made it into the last commit.David E. O'Brien2005-04-111-2/+1
| | | | Notes: svn path=/head/; revision=132993
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-2/+3
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Fix `read -e' handling when PS1 is longer than the terminal widthOliver Eikemeier2004-11-192-1/+25
| | | | | | | | | <http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=139306> Obtained from: Tim Waugh <twaugh@redhat.com> Notes: svn path=/head/; revision=121960
* - update to patchlevel 16 (replacing FreeBSD subst.c patch)Oliver Eikemeier2004-11-113-18/+10
| | | | | | | | | - use system readline on -CURRENT [1] Submitted by: sf [1] Notes: svn path=/head/; revision=121376
* - update to patchlevel 15Oliver Eikemeier2004-11-023-19/+7
| | | | Notes: svn path=/head/; revision=120637
* - better reflect `bash --version' in PORTVERSIONOliver Eikemeier2004-10-149-22/+302
| | | | | | | | - new shopt colonbreakswords - fix default PATH Notes: svn path=/head/; revision=119413
* Fix process substitution on systems without fdescfs (FreeBSD 5.x, 6.x)Oliver Eikemeier2004-10-099-98/+79
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=118594