aboutsummaryrefslogtreecommitdiff
path: root/shells/bash2
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Gabor Kovesdan2007-06-0417-721/+0
| | | | | | | | | 2007-04-27 security/op: no longer available from any mastersite 2007-05-15 shells/bash2: Old, unmaintained version, use shells/bash instead 2007-05-19 sysutils/xperfmon: irrelevant for supported FreeBSD releases Notes: svn path=/head/; revision=192717
* - Remove FreeBSD 4.X support from unmaintained ports in categories startingGabor Kovesdan2007-04-201-2/+0
| | | | | | | with letter r-s Notes: svn path=/head/; revision=190445
* . deprecate this old and unmaintained software (use shells/bash instead);Boris Samorodov2007-02-151-0/+3
| | | | | | | . set expiration date to 2007-05-15. Notes: svn path=/head/; revision=185244
* - Fix build on 4.x.Tim Bishop2006-12-171-1/+1
| | | | | | | The test in the previous commit was the wrong way round. Notes: svn path=/head/; revision=180013
* The readline fix should not be required on 4.x. Disable post-patch magicSam Lawrance2006-11-031-0/+2
| | | | | | | | | on 4.x systems. Reported by: kris Notes: svn path=/head/; revision=176311
* Fix build. Don't remove all of the bundled readline, someSam Lawrance2006-10-211-1/+2
| | | | | | | | | | parts are required for building documentation. Reported by: kris, Randy Bush, Michael Butler` Approved by: portmgr (marcus) Notes: svn path=/head/; revision=175480
* bash2 links against the system readline, so patch it to build with theSam Lawrance2006-10-201-1/+4
| | | | | | | | | | | | | system readline headers too. This prevents segfaults due to certain key sequences. PR: ports/75315 Submitted by: Michiel Boland Approved by: portmgr (marcus) Approved by: obrien (maintainer, timeout 22 months) Notes: svn path=/head/; revision=175427
* Return to ports@.David E. O'Brien2006-09-091-1/+1
| | | | | | | | Bash[3] has worked out very well, with the transition from Bash2 being trival vs. Bash1->Bash2. Maybe we don't even need this port anymore? Notes: svn path=/head/; revision=172604
* Move bash2 specification to lower in the file. In its current position,David E. O'Brien2006-08-311-1/+1
| | | | | | | | | caused the %F to be redefined to "bash2" as a side effect. Submitted by: ru Notes: svn path=/head/; revision=171752
* Set conflicts with other bash ports.David E. O'Brien2006-07-111-1/+3
| | | | | | | | PR: 99969 Submitted by: Gabor Kovesdan <gabor@FreeBSD.org> Notes: svn path=/head/; revision=167521
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* SHA256ifyEdwin Groothuis2006-01-241-0/+9
| | | | | | | 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 INFO macroEdwin Groothuis2005-12-042-3/+1
| | | | Notes: svn path=/head/; revision=150366
* Use groups to prevent trying to fetch the wrong patches from theBill Fenner2005-10-161-3/+3
| | | | | | | | | wrong sites. Approved by: obrien (MAINTAINER) Notes: svn path=/head/; revision=145511
* Fix this patch file.David E. O'Brien2005-05-052-21/+12
| | | | | | | | PR: 69873 Submitted by: Dave Evans <root@hclb.demon.co.uk> Notes: svn path=/head/; revision=134658
* Tweak pkg-descr, break out /etc/shell editing as seperate target, installDavid E. O'Brien2005-04-283-13/+231
| | | | | | | | | | examples. Also use the modern nobs bsd.port.mk provides. PR: 30732 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Notes: svn path=/head/; revision=134329
* Install the binary as 'bash2' also.David E. O'Brien2004-10-272-0/+2
| | | | Notes: svn path=/head/; revision=120351
* Use the offical option for static linking.David E. O'Brien2004-10-271-1/+1
| | | | Notes: svn path=/head/; revision=120349
* Reenable 'pkg_add -r' usefullness.David E. O'Brien2004-08-261-0/+1
| | | | Notes: svn path=/head/; revision=117368
* We now have the C99 wide/multibyte character functions bash needs.David E. O'Brien2004-08-232-26/+0
| | | | | | | | PR: 69652 Submitted by: tjr Notes: svn path=/head/; revision=117090
* Add the 'DEBUG' build option.David E. O'Brien2004-08-231-0/+3
| | | | Notes: svn path=/head/; revision=117089
* Ignore /dev/fd/ on FreeBSD 5.x -- devfs doesn't provide a full /dev/fd/David E. O'Brien2004-08-092-1/+17
| | | | | | | | | | | and so Bash's process substitution feature doesn't work when 'configure' finds we do have /dev/fd/ and tries to use it vs. named pipes. PR: 48434 Submitted by: naddy Notes: svn path=/head/; revision=115756
* Fix location of binary in man-pageVolker Stolz2004-07-081-0/+5
| | | | | | | | | PR: ports/42729 Submitted by: Harold Gutch Approved by: maintainer timeout Notes: svn path=/head/; revision=113209
* Avoid a null pointer dereference, so 'xargs <<< ${EMTPY_VARIABLE}'David E. O'Brien2004-06-202-1/+21
| | | | | | | | | will not segfault and dump core. Submitted by: Robert Nagy <robert@openbsd.org> Notes: svn path=/head/; revision=111891
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+9
| | | | Notes: svn path=/head/; revision=105747
* Fix pkg-plist (NOPORTDOCS knob).Sergey A. Osokin2004-01-021-4/+4
| | | | | | | | | Use DOCSDIR macro. Approved by: obrien (maintainer) Notes: svn path=/head/; revision=97095
* Also pay attention to NOSHARED=yes as /usr/src and zsh does.David E. O'Brien2003-12-151-1/+1
| | | | | | | Requested by: Richard Coleman <richardcoleman@mindspring.com> Notes: svn path=/head/; revision=95858
* The option to enable network redirection is removed since this is theDavid E. O'Brien2003-12-141-9/+0
| | | | | | | | | | default behavior. PR: 60222 Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=95772
* Build bash dynamic unless either WANT_STATIC_BASH or NO_DYNAMICROOTDavid E. O'Brien2003-12-141-0/+4
| | | | | | | is defined. Notes: svn path=/head/; revision=95771
* Fetch patches from MASTER_SITE_GNU also.David E. O'Brien2003-05-191-2/+4
| | | | Notes: svn path=/head/; revision=81490
* Properly configure on FreeBSD/amd64.David E. O'Brien2003-05-162-0/+25
| | | | Notes: svn path=/head/; revision=81123
* Update to patchlevel 7.David E. O'Brien2003-05-162-2/+6
| | | | Notes: svn path=/head/; revision=81121
* Support /dev/(tcp|udp)/host/port redirection.David E. O'Brien2003-03-241-0/+9
| | | | | | | Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=77412
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fix logic error when NOPORTDOCS is set.David E. O'Brien2002-09-291-2/+2
| | | | | | | | Submitted by: Peter Avalos <pavalos@theshell.com> PR: 43459 Notes: svn path=/head/; revision=67205
* Mirror the patch files.David E. O'Brien2002-09-201-1/+3
| | | | Notes: svn path=/head/; revision=66764
* Use offical vendor patches 1-4.David E. O'Brien2002-09-133-20/+9
| | | | Notes: svn path=/head/; revision=66224
* Use the offical vendor patch for the directory space vs. slash command nameDavid E. O'Brien2002-09-093-26/+4
| | | | | | | | | | completion problem. Submitted by: Chet Ramey <chet@po.CWRU.Edu> Bash PR: http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html Notes: svn path=/head/; revision=65965
* Bump revision for directory command-line completion fix.David E. O'Brien2002-09-091-0/+1
| | | | | | | Always forgotten by: me Notes: svn path=/head/; revision=65900
* "In certain cases, Bash appends a space instead of a slash to a directory nameDavid E. O'Brien2002-09-091-8/+34
| | | | | | | | | | | relative to the current directory when performing command name completion. This affects partial completion of intermediate directory names." Fix this. Bash PR: http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html Obtained from: http://www.geocrawler.com/mail/msg.php3?msg_id=9514404&list=342 Notes: svn path=/head/; revision=65876
* We lie about fully having ISO C90 Amd.1 restartable wide and multibyteDavid E. O'Brien2002-08-262-0/+26
| | | | | | | character manipulation functions. Notes: svn path=/head/; revision=65014
* Simply typing Shift-Enter in bash-2.05b causes it to enter some kind ofDavid E. O'Brien2002-08-061-0/+16
| | | | | | | | | CPU-consuming loop. A kill -9 from another terminal is required to end it. Submitted by: Chet Ramey <chet@nike.ins.cwru.edu> Notes: svn path=/head/; revision=64090
* `make reinstall' clean.David E. O'Brien2002-08-061-1/+1
| | | | Notes: svn path=/head/; revision=64089
* Forgot to update pkg-plist with 5.0b upgrade.David E. O'Brien2002-08-041-2/+3
| | | | | | | Submitted by: Neil Darlow <neil@darlow.co.uk> Notes: svn path=/head/; revision=63986
* Update to version 2.05b.David E. O'Brien2002-08-046-58/+38
| | | | | | | | PR: 41176 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=63947
* No longer need to explicitly provide a GNU autconf target.David E. O'Brien2002-03-281-1/+0
| | | | Notes: svn path=/head/; revision=56766
* Make FINGORE gain a brain. If NO_FORCE_FIGNORE is set, and a file in theDavid E. O'Brien2002-03-251-0/+118
| | | | | | | FIGNORE list is the only possible match, expand it. Notes: svn path=/head/; revision=56593
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | 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. Notes: svn path=/head/; revision=53959
* Override CONFIGURE_TARGET, so that this configure script generated byMaxim Sobolev2001-11-231-0/+1
| | | | | | | autoconf-2.52 doesn't generate a warning. Notes: svn path=/head/; revision=50411