David E. O'Brien
20d3a92783
Install the binary as 'bash2' also.
2004-10-27 22:13:04 +00:00
David E. O'Brien
90aa8bfb60
Use the offical option for static linking.
2004-10-27 22:10:35 +00:00
David E. O'Brien
320c42d1d2
Reenable 'pkg_add -r' usefullness.
2004-08-26 20:30:54 +00:00
David E. O'Brien
4f69eea4ca
We now have the C99 wide/multibyte character functions bash needs.
...
PR: 69652
Submitted by: tjr
2004-08-23 04:31:07 +00:00
David E. O'Brien
044af49c52
Add the 'DEBUG' build option.
2004-08-23 04:30:04 +00:00
David E. O'Brien
fedc890b9e
Ignore /dev/fd/ on FreeBSD 5.x -- devfs doesn't provide a full /dev/fd/
...
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
2004-08-09 17:43:53 +00:00
Volker Stolz
688ea8e6d6
Fix location of binary in man-page
...
PR: ports/42729
Submitted by: Harold Gutch
Approved by: maintainer timeout
2004-07-08 11:44:12 +00:00
David E. O'Brien
edd5ce97c3
Avoid a null pointer dereference, so 'xargs <<< ${EMTPY_VARIABLE}'
...
will not segfault and dump core.
Submitted by: Robert Nagy <robert@openbsd.org>
2004-06-20 22:37:22 +00:00
Trevor Johnson
8232e82f85
SIZEify (maintainer timeout)
2004-03-31 03:12:58 +00:00
Sergey A. Osokin
047429fb2a
Fix pkg-plist (NOPORTDOCS knob).
...
Use DOCSDIR macro.
Approved by: obrien (maintainer)
2004-01-02 18:11:09 +00:00
David E. O'Brien
ab8dd75a02
Also pay attention to NOSHARED=yes as /usr/src and zsh does.
...
Requested by: Richard Coleman <richardcoleman@mindspring.com>
2003-12-15 08:23:29 +00:00
David E. O'Brien
bc6d44c895
The option to enable network redirection is removed since this is the
...
default behavior.
PR: 60222
Submitted by: David Yeske <dyeske@yahoo.com>
2003-12-14 07:09:14 +00:00
David E. O'Brien
ed3714f6d6
Build bash dynamic unless either WANT_STATIC_BASH or NO_DYNAMICROOT
...
is defined.
2003-12-14 07:05:40 +00:00
David E. O'Brien
e71a26d5c9
Fetch patches from MASTER_SITE_GNU also.
2003-05-19 21:33:35 +00:00
David E. O'Brien
20f489073d
Properly configure on FreeBSD/amd64.
2003-05-16 19:56:09 +00:00
David E. O'Brien
d002bc7def
Update to patchlevel 7.
2003-05-16 19:14:10 +00:00
David E. O'Brien
273ccf2e3b
Support /dev/(tcp|udp)/host/port redirection.
...
Submitted by: David Yeske <dyeske@yahoo.com>
2003-03-24 18:57:50 +00:00
Ade Lovett
7e52725f2a
Clear moonlight beckons.
...
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
David E. O'Brien
06c98b8989
Fix logic error when NOPORTDOCS is set.
...
Submitted by: Peter Avalos <pavalos@theshell.com>
PR: 43459
2002-09-29 01:44:12 +00:00
David E. O'Brien
4aa5fb5d56
Mirror the patch files.
2002-09-20 00:13:43 +00:00
David E. O'Brien
a146f053ab
Use offical vendor patches 1-4.
2002-09-13 00:43:09 +00:00
David E. O'Brien
f71e7b3c60
Use the offical vendor patch for the directory space vs. slash command name
...
completion problem.
Submitted by: Chet Ramey <chet@po.CWRU.Edu>
Bash PR: http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html
2002-09-09 22:25:50 +00:00
David E. O'Brien
fe3f550a4e
Bump revision for directory command-line completion fix.
...
Always forgotten by: me
2002-09-09 06:50:17 +00:00
David E. O'Brien
ce9d222b68
"In certain cases, Bash appends a space instead of a slash to a directory name
...
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
2002-09-09 01:19:52 +00:00
David E. O'Brien
00c6d9d8ea
We lie about fully having ISO C90 Amd.1 restartable wide and multibyte
...
character manipulation functions.
2002-08-26 03:42:41 +00:00
David E. O'Brien
dfa32123f5
Simply typing Shift-Enter in bash-2.05b causes it to enter some kind of
...
CPU-consuming loop. A kill -9 from another terminal is required to end it.
Submitted by: Chet Ramey <chet@nike.ins.cwru.edu>
2002-08-06 07:22:41 +00:00
David E. O'Brien
1659aea7bb
`make reinstall' clean.
2002-08-06 07:21:44 +00:00
David E. O'Brien
b51fd57a8d
Forgot to update pkg-plist with 5.0b upgrade.
...
Submitted by: Neil Darlow <neil@darlow.co.uk>
2002-08-04 18:42:09 +00:00
David E. O'Brien
421df473ba
Update to version 2.05b.
...
PR: 41176
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2002-08-04 06:57:11 +00:00
David E. O'Brien
4a5f3b215c
No longer need to explicitly provide a GNU autconf target.
2002-03-28 02:13:55 +00:00
David E. O'Brien
a9b41500db
Make FINGORE gain a brain. If NO_FORCE_FIGNORE is set, and a file in the
...
FIGNORE list is the only possible match, expand it.
2002-03-25 03:18:52 +00:00
Akinori MUSHA
77f6c01ede
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
...
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.
2002-01-29 11:58:52 +00:00
Maxim Sobolev
3d1f077b65
Override CONFIGURE_TARGET, so that this configure script generated by
...
autoconf-2.52 doesn't generate a warning.
2001-11-23 15:40:26 +00:00
Christian Weisgerber
452e627854
* Update to 2.05a.
...
* Split failglob patch into per-file patches.
Reviewed by: obrien
2001-11-21 01:40:39 +00:00
David E. O'Brien
906c6edb8c
Our `end' key defintion for TERM==cons25 seems to be different from others.
...
So make the same localization here that ache made in
src/contrib/libreadline/terminal.c rev 1.2.
Submitted by: sobomax
2001-04-11 16:47:56 +00:00
David E. O'Brien
0facad47b5
Remove. Patch not needed any longer.
...
Submitted by: sobomax
2001-04-10 10:50:49 +00:00
David E. O'Brien
51cbaf554a
Update to version 2.05.
...
Submitted by: sobomax
2001-04-10 10:47:53 +00:00
David E. O'Brien
7f8208f177
Fix a segmentation fault on the Alpha.
...
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>
2001-03-17 01:24:32 +00:00
David E. O'Brien
bb9b725c29
Put back my editor hints that were removed w/o permission.
...
Note these are *FULLY* Satoshi approved for the past 4 years.
2001-02-07 14:51:16 +00:00
Maxim Sobolev
2b1a883dc4
Massive style enforcement - use ^I instead of spaces for variables identation.
2001-01-16 17:33:20 +00:00
David E. O'Brien
2b4f8fb8a8
Fix typo
...
PR: 23202
2000-12-22 22:43:41 +00:00
David E. O'Brien
64ae670e6c
It's my main shell, so I have in interest in seeing it maintained.
2000-11-30 11:42:35 +00:00
Andrey A. Chernov
44f5c19e81
Drop my maintainership
2000-11-30 01:32:31 +00:00
Martin Cracauer
913c2b25ba
Re-add patch for failglob variable (see previous discussion on -commiters)
2000-05-24 10:33:20 +00:00
Martin Cracauer
9702f6aa4c
Fix trace() symbol clash with ncurses
...
Untested (4-stable) commit by: ache
2000-05-24 10:12:01 +00:00
Andrey A. Chernov
3fc2127ff9
Restore static linking
...
Submitted by: Martin Cracauer <cracauer@cons.org>
2000-05-23 12:04:49 +00:00
Andrey A. Chernov
a4923c39c3
Upgrade to 2.04
...
failglob patch removed - this sort of patches must be submitted to bash
maintainer
2000-05-07 20:33:34 +00:00
Michael Haro
4cf4ab0a2f
Correct whitespace introduced during PORTNAME conversion and portlint
2000-04-21 08:19:33 +00:00
Chris Piazza
3df86a88a9
Update with the new PORTNAME/PORTVERSION variables
2000-04-09 18:34:06 +00:00
Michael Haro
27dc806060
add WWW:
...
PR: 16261, 16262, 16263
Submitted by: joseph.scott@owp.csus.edu
2000-01-22 09:08:01 +00:00