aboutsummaryrefslogtreecommitdiffstats
path: root/shells/bash2
Commit message (Collapse)AuthorAgeFilesLines
* Fetch patches from MASTER_SITE_GNU also.obrien2003-05-201-2/+4
|
* Properly configure on FreeBSD/amd64.obrien2003-05-172-0/+25
|
* Update to patchlevel 7.obrien2003-05-172-2/+6
|
* Support /dev/(tcp|udp)/host/port redirection.obrien2003-03-251-0/+9
| | | | Submitted by: David Yeske <dyeske@yahoo.com>
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Fix logic error when NOPORTDOCS is set.obrien2002-09-291-2/+2
| | | | | Submitted by: Peter Avalos <pavalos@theshell.com> PR: 43459
* Mirror the patch files.obrien2002-09-201-1/+3
|
* Use offical vendor patches 1-4.obrien2002-09-133-20/+9
|
* Use the offical vendor patch for the directory space vs. slash command nameobrien2002-09-103-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
* Bump revision for directory command-line completion fix.obrien2002-09-091-0/+1
| | | | Always forgotten by: me
* "In certain cases, Bash appends a space instead of a slash to a directory nameobrien2002-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
* We lie about fully having ISO C90 Amd.1 restartable wide and multibyteobrien2002-08-262-0/+26
| | | | character manipulation functions.
* Simply typing Shift-Enter in bash-2.05b causes it to enter some kind ofobrien2002-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>
* `make reinstall' clean.obrien2002-08-061-1/+1
|
* Forgot to update pkg-plist with 5.0b upgrade.obrien2002-08-051-2/+3
| | | | Submitted by: Neil Darlow <neil@darlow.co.uk>
* Update to version 2.05b.obrien2002-08-046-58/+38
| | | | | PR: 41176 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* No longer need to explicitly provide a GNU autconf target.obrien2002-03-281-1/+0
|
* Make FINGORE gain a brain. If NO_FORCE_FIGNORE is set, and a file in theobrien2002-03-251-0/+118
| | | | FIGNORE list is the only possible match, expand it.
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-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.
* Override CONFIGURE_TARGET, so that this configure script generated bysobomax2001-11-231-0/+1
| | | | autoconf-2.52 doesn't generate a warning.
* * Update to 2.05a.naddy2001-11-2113-206/+189
| | | | | | * Split failglob patch into per-file patches. Reviewed by: obrien
* Our `end' key defintion for TERM==cons25 seems to be different from others.obrien2001-04-121-0/+14
| | | | | | | So make the same localization here that ache made in src/contrib/libreadline/terminal.c rev 1.2. Submitted by: sobomax
* Remove. Patch not needed any longer.obrien2001-04-101-0/+0
| | | | Submitted by: sobomax
* Update to version 2.05.obrien2001-04-105-27/+11
| | | | Submitted by: sobomax
* Fix a segmentation fault on the Alpha.obrien2001-03-171-0/+20
| | | | | | | | | | | | | | | | As shown with this script : m(){ if [ $1 -eq 1 ];then echo $2 $3;else m $(($1-1)) $2 $4 $3;m 1 $2 \ $3 $4;m $(($1-1)) $4 $3 $2;fi;};if [ $# -eq 3 ]&&[ $3 -ge 1 -a $1 -le \ 3 -a $1 -ge 1 -a $2 -le 3 -a $2 -ge 1 -a $1 -ne $2 ];then m $3 $1 $2 $\ ((6-$1-$2)); else echo Usage: /bin/sh hanoi.sh from to num; fi #by rhb $ bash2 hanoi.sh 1 2 3 1 2 1 3 Segmentation fault (core dumped) Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Put back my editor hints that were removed w/o permission.obrien2001-02-071-0/+1
| | | | Note these are *FULLY* Satoshi approved for the past 4 years.
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-4/+3
|
* Fix typoobrien2000-12-231-1/+1
| | | | PR: 23202
* It's my main shell, so I have in interest in seeing it maintained.obrien2000-11-301-1/+2
|
* Drop my maintainershipache2000-11-301-1/+1
|
* Re-add patch for failglob variable (see previous discussion on -commiters)cracauer2000-05-241-0/+151
|
* Fix trace() symbol clash with ncursescracauer2000-05-241-0/+14
| | | | Untested (4-stable) commit by: ache
* Restore static linkingache2000-05-231-0/+1
| | | | Submitted by: Martin Cracauer <cracauer@cons.org>
* Upgrade to 2.04ache2000-05-087-269/+35
| | | | | failglob patch removed - this sort of patches must be submitted to bash maintainer
* Correct whitespace introduced during PORTNAME conversion and portlintmharo2000-04-211-4/+4
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* add WWW:mharo2000-01-221-0/+2
| | | | | PR: 16261, 16262, 16263 Submitted by: joseph.scott@owp.csus.edu
* Don't coredump under certain conditions where the pid > 32000.steve1999-12-291-0/+21
| | | | | PR: 12174 Submitted by: Dirk Meyer <dirk.meyer@home.dinoex.sub.org>
* Use --entry instead of --defentry so this port doesn't fail on oldersteve1999-12-291-1/+1
| | | | | | versions of FreeBSD. PR: 12746
* fix installation of info filesmharo1999-12-251-0/+1
| | | | | PR: 14761 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Add `failglob' option as announced on -ports mailing list.cracauer1999-12-041-0/+198
|
* change master siteache1999-10-031-1/+1
| | | | Submitted by: Chet Ramey <chet@nike.ins.cwru.edu>
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-281-2/+2
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-062-7/+1
| | | | in bsd.port.mk and this helps to unify the check and install.
* use system libreadline for -currentache1999-05-281-0/+1
|
* Fixes for freebsd,ELF,-currentache1999-05-285-15/+44
| | | | Upgrade docs to 2.03
* Update to 2.03 (maintainer did not respond)cracauer1999-04-193-12/+13
|
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.fenner1999-01-271-1/+2
|
* Removed manpages from pkg/PLISTobrien1998-08-141-2/+0
|
* Update to version 2.02.1.steve1998-08-102-4/+4
| | | | | Submitted by: studded@dal.net Hoping that Andrey doesn't mind: steve :)
* Guard against a nonexistant /usr/share/info/dir.steve1998-07-182-2/+5
| | | | PR: 7297
* put MASTER_SITE_GNU firstache1998-05-161-3/+3
|
* Upgrade to 2.02ache1998-04-282-15/+12
|
* Upgrade to 2.01.1ache1997-11-062-5/+5
|
* Install /etc/shells entry and info dir entryache1997-06-282-1/+30
| | | | PR: 3971
* Upgrade to 2.01ache1997-06-073-37/+13
|
* Reduce number of patches needed for fnmatchache1997-05-271-2/+2
|
* Use different way to nuke local fnmatch.h to not touch dependancesache1997-05-271-2/+2
|
* FIx serious globbing error with \ due to wrong local fnmatch.h includedache1997-05-271-1/+3
|
* Added the docs to the package.obrien1997-02-163-6/+35
| | | | Commited with permission of the maintainer.
* Upgrade to 2.0ache1996-12-275-61/+49
|
* Don't need WRKSRC.obrien1996-12-271-3/+3
| | | | Add manpages to MANx. But don't compress them.
* Style police.obrien1996-12-271-2/+2
|
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Remove @cwd /usr/local.asami1996-11-161-1/+0
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Upgrade to 1.14.7ache1996-08-282-5/+5
|
* checksumadam1996-02-091-1/+1
|
* version 1.14.6 releaseadam1996-02-091-5/+4
|
* Upgrade to 1.14.6 beta 3ache1995-12-034-12/+11
|
* Ok, if anybody really needs bash_builtins.1 (which is almostache1995-10-051-0/+1
| | | | | useles), here PROPER fix and re-enabling it again. Please, step over on ports owned by me only if you 100% shure.
* Remove unneded file, it was man page hack which not works as isache1995-10-051-1/+0
|
* Use compressed manpages.asami1995-10-041-2/+2
|
* Compress manpages.asami1995-10-041-1/+7
|
* Upgrade 1.14.4 -> 1.14.5ache1995-07-204-18/+18
| | | | | | Reviewed by: Submitted by: Obtained from:
* Update.ache1995-04-183-2/+4
|
* Fetch this from LOCAL_PORTS. If Chet wants to support the latest andjkh1995-04-181-2/+2
| | | | | greatest bash through the ports collection, then he can drop the tarballs into there and save us all some trouble.
* Makefile updates, shell version! This was easy! :)asami1995-04-121-2/+2
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Upgrade.ache1995-03-175-11/+11
|
* Install/uninstall bash into /etc/shellsache1995-02-121-0/+2
| | | | Submitted by: mark@grondar.za
* Upgrade to final release.ache1995-01-072-3/+3
| | | | File name not changed since beta, so you need to re-fetch bash
* Cleanupache1995-01-071-0/+1
|
* Upgrade.ache1994-12-301-42/+41
| | | | | Attention: you need to remove your bash from /usr/ports/distfiles and re-fetch it again, because version changed while filename not changed.
* Upgrade to 1.14.3ache1994-12-125-9/+27
|
* Add master site of prep now that prep has this version available.jkh1994-11-101-1/+2
|
* This patch was reversed. Fix it.jkh1994-10-141-8/+8
|
* Use cc instead of gcc exclusively.jkh1994-09-291-4/+25
|
* Set HOSTTYPE_DECL correctly.jkh1994-09-161-0/+19
| | | | | Reviewed by: jkh Submitted by: wollman
* Clean up some obsolete fields.jkh1994-09-111-2/+1
|
* Change all the HOME_LOCATION records to HTML spec. Now if someonejkh1994-09-011-1/+2
| | | | | | | can just give me a little utility that ftps things based on an ftp://... spec (connects as anonymous, fetches by full path, etc) I might be able to make bsd.port.mk DTRT automagically. Submitted by: jkh
* Add the package files necesssary to bundle the sucker.jkh1994-08-223-0/+12
| | | | Submitted by: jkh
* The start of the 2.0 ports collection. No sup repository yet, but I'lljkh1994-08-211-0/+12
make one when I wake up again.. :) Submitted by: jkh