Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fetch patches from MASTER_SITE_GNU also. | obrien | 2003-05-19 | 1 | -2/+4 |
| | |||||
* | Properly configure on FreeBSD/amd64. | obrien | 2003-05-16 | 2 | -0/+25 |
| | |||||
* | Update to patchlevel 7. | obrien | 2003-05-16 | 2 | -2/+6 |
| | |||||
* | Support /dev/(tcp|udp)/host/port redirection. | obrien | 2003-03-24 | 1 | -0/+9 |
| | | | | Submitted by: David Yeske <dyeske@yahoo.com> | ||||
* | Clear moonlight beckons. | ade | 2003-03-07 | 2 | -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. | obrien | 2002-09-29 | 1 | -2/+2 |
| | | | | | Submitted by: Peter Avalos <pavalos@theshell.com> PR: 43459 | ||||
* | Mirror the patch files. | obrien | 2002-09-20 | 1 | -1/+3 |
| | |||||
* | Use offical vendor patches 1-4. | obrien | 2002-09-13 | 3 | -20/+9 |
| | |||||
* | Use the offical vendor patch for the directory space vs. slash command name | obrien | 2002-09-09 | 3 | -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. | obrien | 2002-09-09 | 1 | -0/+1 |
| | | | | Always forgotten by: me | ||||
* | "In certain cases, Bash appends a space instead of a slash to a directory name | obrien | 2002-09-09 | 1 | -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 multibyte | obrien | 2002-08-26 | 2 | -0/+26 |
| | | | | character manipulation functions. | ||||
* | Simply typing Shift-Enter in bash-2.05b causes it to enter some kind of | obrien | 2002-08-06 | 1 | -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. | obrien | 2002-08-06 | 1 | -1/+1 |
| | |||||
* | Forgot to update pkg-plist with 5.0b upgrade. | obrien | 2002-08-04 | 1 | -2/+3 |
| | | | | Submitted by: Neil Darlow <neil@darlow.co.uk> | ||||
* | Update to version 2.05b. | obrien | 2002-08-04 | 6 | -58/+38 |
| | | | | | PR: 41176 Submitted by: KATO Tsuguru <tkato@prontomail.com> | ||||
* | No longer need to explicitly provide a GNU autconf target. | obrien | 2002-03-28 | 1 | -1/+0 |
| | |||||
* | Make FINGORE gain a brain. If NO_FORCE_FIGNORE is set, and a file in the | obrien | 2002-03-25 | 1 | -0/+118 |
| | | | | FIGNORE list is the only possible match, expand it. | ||||
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | knu | 2002-01-29 | 1 | -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 by | sobomax | 2001-11-23 | 1 | -0/+1 |
| | | | | autoconf-2.52 doesn't generate a warning. | ||||
* | * Update to 2.05a. | naddy | 2001-11-21 | 13 | -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. | obrien | 2001-04-11 | 1 | -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. | obrien | 2001-04-10 | 1 | -0/+0 |
| | | | | Submitted by: sobomax | ||||
* | Update to version 2.05. | obrien | 2001-04-10 | 5 | -27/+11 |
| | | | | Submitted by: sobomax | ||||
* | Fix a segmentation fault on the Alpha. | obrien | 2001-03-17 | 1 | -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. | obrien | 2001-02-07 | 1 | -0/+1 |
| | | | | Note these are *FULLY* Satoshi approved for the past 4 years. | ||||
* | Massive style enforcement - use ^I instead of spaces for variables identation. | sobomax | 2001-01-16 | 1 | -4/+3 |
| | |||||
* | Fix typo | obrien | 2000-12-22 | 1 | -1/+1 |
| | | | | PR: 23202 | ||||
* | It's my main shell, so I have in interest in seeing it maintained. | obrien | 2000-11-30 | 1 | -1/+2 |
| | |||||
* | Drop my maintainership | ache | 2000-11-30 | 1 | -1/+1 |
| | |||||
* | Re-add patch for failglob variable (see previous discussion on -commiters) | cracauer | 2000-05-24 | 1 | -0/+151 |
| | |||||
* | Fix trace() symbol clash with ncurses | cracauer | 2000-05-24 | 1 | -0/+14 |
| | | | | Untested (4-stable) commit by: ache | ||||
* | Restore static linking | ache | 2000-05-23 | 1 | -0/+1 |
| | | | | Submitted by: Martin Cracauer <cracauer@cons.org> | ||||
* | Upgrade to 2.04 | ache | 2000-05-07 | 7 | -269/+35 |
| | | | | | failglob patch removed - this sort of patches must be submitted to bash maintainer | ||||
* | Correct whitespace introduced during PORTNAME conversion and portlint | mharo | 2000-04-21 | 1 | -4/+4 |
| | |||||
* | Update with the new PORTNAME/PORTVERSION variables | cpiazza | 2000-04-09 | 1 | -2/+2 |
| | |||||
* | add WWW: | mharo | 2000-01-22 | 1 | -0/+2 |
| | | | | | PR: 16261, 16262, 16263 Submitted by: joseph.scott@owp.csus.edu | ||||
* | Don't coredump under certain conditions where the pid > 32000. | steve | 1999-12-29 | 1 | -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 older | steve | 1999-12-29 | 1 | -1/+1 |
| | | | | | | versions of FreeBSD. PR: 12746 | ||||
* | fix installation of info files | mharo | 1999-12-24 | 1 | -0/+1 |
| | | | | | PR: 14761 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Add `failglob' option as announced on -ports mailing list. | cracauer | 1999-12-03 | 1 | -0/+198 |
| | |||||
* | change master site | ache | 1999-10-03 | 1 | -1/+1 |
| | | | | Submitted by: Chet Ramey <chet@nike.ins.cwru.edu> | ||||
* | FreeBSD.ORG -> FreeBSD.org | mharo | 1999-08-31 | 1 | -1/+1 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff | mharo | 1999-08-27 | 1 | -2/+2 |
| | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} | ||||
* | #4/4 enforcing Caps, no period | hoek | 1999-06-26 | 1 | -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 now | mharo | 1999-06-05 | 2 | -7/+1 |
| | | | | in bsd.port.mk and this helps to unify the check and install. | ||||
* | use system libreadline for -current | ache | 1999-05-28 | 1 | -0/+1 |
| | |||||
* | Fixes for freebsd,ELF,-current | ache | 1999-05-28 | 5 | -15/+44 |
| | | | | Upgrade docs to 2.03 | ||||
* | Update to 2.03 (maintainer did not respond) | cracauer | 1999-04-19 | 3 | -12/+13 |
| |