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
Steve Price
aef431088b
Don't coredump under certain conditions where the pid > 32000.
...
PR: 12174
Submitted by: Dirk Meyer <dirk.meyer@home.dinoex.sub.org>
1999-12-29 08:47:55 +00:00
Steve Price
84a09442f0
Use --entry instead of --defentry so this port doesn't fail on older
...
versions of FreeBSD.
PR: 12746
1999-12-29 07:38:42 +00:00
Michael Haro
e88caa1bc5
fix installation of info files
...
PR: 14761
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
1999-12-24 18:50:25 +00:00
Martin Cracauer
77472e1501
Add `failglob' option as announced on -ports mailing list.
1999-12-03 19:50:51 +00:00
Andrey A. Chernov
90c2e3e47b
change master site
...
Submitted by: Chet Ramey <chet@nike.ins.cwru.edu>
1999-10-03 00:33:42 +00:00
Michael Haro
65ab34a667
FreeBSD.ORG -> FreeBSD.org
...
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
a53421230c
$Id$ -> $FreeBSD$
1999-08-31 01:53:22 +00:00
Michael Haro
b8f8618362
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
...
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 22:30:39 +00:00
Tim Vanderhoek
a84b5b5f94
#4/4 enforcing Caps, no period
...
[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
1999-06-26 19:22:14 +00:00
Michael Haro
5ce8e8e5c7
Remove the test to create ${PREFIX}/share/info/dir as it is now
...
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
Andrey A. Chernov
c0dabcc409
use system libreadline for -current
1999-05-28 05:16:08 +00:00
Andrey A. Chernov
b5ee8a0541
Fixes for freebsd,ELF,-current
...
Upgrade docs to 2.03
1999-05-28 01:09:20 +00:00
Martin Cracauer
dcc36469d1
Update to 2.03 (maintainer did not respond)
1999-04-19 08:42:21 +00:00
Bill Fenner
5261958626
${MASTER_SITE_GNU} got rearranged in December; let's catch up.
1999-01-27 07:41:29 +00:00
David E. O'Brien
d265ace04d
Removed manpages from pkg/PLIST
1998-08-13 21:30:07 +00:00
Steve Price
4405a46523
Update to version 2.02.1.
...
Submitted by: studded@dal.net
Hoping that Andrey doesn't mind: steve :)
1998-08-10 00:00:50 +00:00
Steve Price
099b65cf8b
Guard against a nonexistant /usr/share/info/dir.
...
PR: 7297
1998-07-17 20:38:17 +00:00
Andrey A. Chernov
d67c0b5ed7
put MASTER_SITE_GNU first
1998-05-16 11:39:19 +00:00
Andrey A. Chernov
abf9d14318
Upgrade to 2.02
1998-04-28 05:10:43 +00:00
Andrey A. Chernov
186ce4ad83
Upgrade to 2.01.1
1997-11-06 01:17:59 +00:00
Andrey A. Chernov
afec97d4f4
Install /etc/shells entry and info dir entry
...
PR: 3971
1997-06-27 23:03:34 +00:00
Andrey A. Chernov
685f8803f4
Upgrade to 2.01
1997-06-06 23:13:54 +00:00
Andrey A. Chernov
72d0ab0cd5
Reduce number of patches needed for fnmatch
1997-05-26 22:21:51 +00:00
Andrey A. Chernov
092e813500
Use different way to nuke local fnmatch.h to not touch dependances
1997-05-26 21:28:12 +00:00
Andrey A. Chernov
0149da1f30
FIx serious globbing error with \ due to wrong local fnmatch.h included
1997-05-26 21:22:06 +00:00
David E. O'Brien
3a2ee0c0b7
Added the docs to the package.
...
Commited with permission of the maintainer.
1997-02-16 02:08:50 +00:00
Andrey A. Chernov
48748db13a
Upgrade to 2.0
1996-12-27 11:40:57 +00:00
David E. O'Brien
0ebe3bae3b
Don't need WRKSRC.
...
Add manpages to MANx. But don't compress them.
1996-12-27 06:26:05 +00:00
David E. O'Brien
116bb06e77
Style police.
1996-12-27 06:01:29 +00:00