Commit Graph

167 Commits

Author SHA1 Message Date
Steve Price
24e6e9519d Yikes! I missed a 'ja-' in my cvs co. Undo the previous
commit.

Pointed out by:	ache@FreeBSD.ORG
1998-07-04 03:09:32 +00:00
Steve Price
35e20053fd Update to version 6.07.06.
PR:		7112
Submitted by:	maintainer
1998-07-03 23:34:26 +00:00
Satoshi Asami
030f6d6f83 Rename "bash" to "bash1" (the actual port is already repository copied).
Requested by:	chet@ins.CWRU.Edu
1998-06-25 22:26:26 +00:00
Martin Cracauer
aa2af247b4 Update to 0.9beta1.
This version is now GNU configure driven.

A word of warning for future committers so that you don't fall into
the same trap as I did: The source has an printf-style funtion
"print". This doesn't understand "%u", so the usual print-casting
stuff for long long ints isn't
  printf("%u", (unsigned int)foo);
but
  print("%d", (int)foo);
which obviously looses in some cases, but I didn't take the effort to
extend this function to take 64 bit value (just unsigned is limited as
well).

In this case, it isn't that bad, since it is used to print limits, but
memory limits are internally stored as "mega" or "kilo" anyway.
1998-06-08 13:59:35 +00:00
Andrey A. Chernov
d67c0b5ed7 put MASTER_SITE_GNU first 1998-05-16 11:39:19 +00:00
Thomas Gellekum
dd726f562d Link statically.
Prompted by:	latest discussion in freebsd-security
1998-04-29 07:56:42 +00:00
Andrey A. Chernov
abf9d14318 Upgrade to 2.02 1998-04-28 05:10:43 +00:00
Masafumi Max NAKANE
8bd2b9a35b Move the man pages to ${PREFIX}/man/ja from ja_JP.EUC.
Forgotten by:	whomever changed man/ja_JP.EUC -> man/ja in BSD.local.dist
1998-04-05 04:47:11 +00:00
Satoshi Asami
acd19d78e8 Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn't
depend on ordering in the parent Makefiles for the links to be created
correctly.
1998-04-04 07:36:46 +00:00
Masafumi Max NAKANE
d4c60375a0 Upgrade, 1.03f -> 1.03g.
PR:		5657
Submitted by:	maintainer
1998-02-07 16:26:17 +00:00
Masafumi Max NAKANE
1b13ad76e0 Upgrade, 1.03e -> 1.03f.
Submitted by:	maintainer
PR:		5341
1997-12-19 16:53:57 +00:00
Justin M. Seger
65b8e7cbdf Files from old MASTER_SITE moved to a new site. 1997-11-28 03:35:05 +00:00
Masafumi Max NAKANE
cf71d19180 Upgrade, 1.03a -> 1.03e
Submitted by:	maintainer
PR:		5006
1997-11-13 20:19:20 +00:00
Andrey A. Chernov
186ce4ad83 Upgrade to 2.01.1 1997-11-06 01:17:59 +00:00
Thomas Gellekum
93e38c1af9 Upgrade to 5.2.13. 1997-10-28 15:36:37 +00:00
Torsten Blum
bed1863567 Upgrade to 3.0.5 1997-09-26 08:23:15 +00:00
Masafumi Max NAKANE
fb95eea85d Upgrade, 1.01h -> 1.03a.
PR:		4581
Submitted by:	maintainer
1997-09-19 12:51:34 +00:00
Masafumi Max NAKANE
3f73d91a41 @exec/@unexec directives that use %[FD] should never be put at the
very beginning of the file.  This has been causing pkg_add to fail.
1997-09-06 17:52:52 +00:00
David E. O'Brien
ddbd7c0b92 Make Bash obey ${PREFIX} 1997-08-21 07:03:49 +00:00
Martin Cracauer
0f75a2326e Forgot to disable NO_CDROM 1997-07-15 15:00:30 +00:00
Martin Cracauer
db31808b6e Make this port almost portlint - clean (Description is still too long)
Fix some typos.
1997-07-15 13:45:34 +00:00
Martin Cracauer
1ce57c3699 New version. This version is allowed to be on the CDROM.
PR:	ports/4096
Reviewed by:	Thomas Gellekum <tg@ihf.rwth-aachen.de>
1997-07-15 12:02:24 +00:00
Andrey A. Chernov
afec97d4f4 Install /etc/shells entry and info dir entry
PR: 3971
1997-06-27 23:03:34 +00:00
Jordan K. Hubbard
beb1d2e914 Get bash to not use GNU malloc. This solves the calloc() weirdness
in -current.  Closes PR#3971
1997-06-27 18:00:09 +00:00
Bill Fenner
4c08ced03e Remove trailing dot from ${MAINTAINER}
Found by:	distfile checker
1997-06-26 06:23:23 +00:00
Torsten Blum
6740f47b6f Update from 3.0.2 to 3.0.4 1997-06-25 05:24:46 +00:00
Masafumi Max NAKANE
e61e2fecb8 Use install-info to edit the dir file. 1997-06-16 11:51:14 +00:00
Masafumi Max NAKANE
a89d03ad2a Patch for zsh.texi to to add @direntry and @dircategory. 1997-06-16 11:50:33 +00:00
Masafumi Max NAKANE
619aa31ea8 Patch for Doc/Makefile.in to:
- Add --no-split to the makeinfo command line.
- Remove info files before makeinfo.
1997-06-16 11:49:17 +00:00
Masafumi Max NAKANE
c7e688d572 Use install-info to edit the dir file. 1997-06-16 11:00:38 +00:00
Masafumi Max NAKANE
d6ae6dc467 Use install-info to edit the dir file.
The (now old) master_site doesn&t have bash-1.14.7 anymore, but GNU sites do,
so update it.
1997-06-16 11:00:19 +00:00
Masafumi Max NAKANE
3ffd020bff In documentation subdirectory, let ``make all'' build only the info
files.
1997-06-16 10:42:18 +00:00
Masafumi Max NAKANE
b4ce60904c Patch up the texinfo file and add @dircategory and @direntry. 1997-06-16 10:35:22 +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
Eric L. Hernes
9cd3c19d59 fix handling of builtin limit command.
closes ports/3037
1997-04-10 15:27:42 +00:00
David E. O'Brien
c3d2f16419 ache writes:
> This port is obsoleted by bash2, so I don't want to be MAINTAINER

I *hate* bash2.  So I'll take it over.
1997-02-17 06:41:50 +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
dc6e03a935 This port is obsoleted by bash2, so I don't want to be MAINTAINER 1997-02-14 14:18:45 +00:00
Masafumi Max NAKANE
0fcc91354e Instruction to display English help message was wrong.
Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
1997-01-09 10:12:36 +00:00
Masafumi Max NAKANE
466871b11d Upgrade, 1.01 -> 1.01h.
Reviewed by:	max
Submitted by:	nobu@psrc.isac.co.jp
1997-01-06 06:38:35 +00:00
Masafumi Max NAKANE
66b633b20c Upgrade, 1.01 -> 1.01h.
Submitted by:	nobu@psrc.isac.co.jp
Reviewed by:	max
1997-01-06 06:26:12 +00:00
Masafumi Max NAKANE
26eb98429b Activated scsh. 1997-01-03 00:40:55 +00:00
Masafumi Max NAKANE
6a68b60f92 New port, scsh:
A Unix shell embedded into Scheme, with access to all Posix calls
Reviewed by:	max
Submitted by:	cracauer@cons.org "Martin Cracauer"
1997-01-03 00:37:20 +00:00
Satoshi Asami
c60d526cd9 Add bash2, which has been repository-copied from bash before rolling
it back from 2.0 to 1.14.7.
1997-01-02 07:01:10 +00:00
Satoshi Asami
1b266ec86a Roll this back to 1.14.7. 1997-01-02 07:00:25 +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