Commit Graph

196 Commits

Author SHA1 Message Date
Martin Cracauer
dcc36469d1 Update to 2.03 (maintainer did not respond) 1999-04-19 08:42:21 +00:00
David E. O'Brien
2eea491e74 Add back bash1. 1999-03-31 10:02:12 +00:00
David E. O'Brien
cd8572268b Bash version 1.17 was much more popular than I thought.
(deleted to save space on the CDROM since I thought few were still using it)
1999-03-30 01:31:43 +00:00
David E. O'Brien
ff3e003089 Delete the bash1 port. 1999-03-29 11:43:15 +00:00
David E. O'Brien
7ed77ab1fd Delete the bash 1.17 port. It served us well as we transitioned to bash
version 2.
1999-03-29 11:42:32 +00:00
Seiichirou Hiraoka
b932a71c6d Update to 1.03j
PR: ports/10635
Submitted by: nobu@psrc.isac.co.jp
1999-03-17 15:11:43 +00:00
Steve Price
b7694df8bc Update to version 1.5b2.
PR:		9882
Submitted by:	Scott A. Kenney <saken+freebsd-ports@hotel.rmta.org>
1999-03-15 04:34:18 +00:00
Andrey A. Chernov
67fa592736 remove links on unexec 1999-03-06 16:07:07 +00:00
Seiichirou Hiraoka
25c3393d8b Update to FD-1.03i 1999-03-04 00:01:00 +00:00
Shigeyuki Fukushima
a3e290df88 MAINTAINER changed, because I was a committer. 1999-03-01 09:38:29 +00:00
Joseph Koshy
3b71761006 Unbreak for ELF. I didn't hear from the maintainer, but the fix is a
minor one (addition of LDFLAGS to CONFIGURE_ENV).
1999-02-23 02:20: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
Satoshi Asami
4950255203 Break up the "plan9" category -- all the ports are where they belong, and
"plan9" is a virtual category now.

Reviewed by:	the ports list
1999-01-09 03:19:49 +00:00
Steve Price
b645f971f4 Activate zsh-devel port. 1998-12-24 08:02:30 +00:00
Steve Price
81165fa536 Update to version 3.1.5 after repository copy.
PR:		8552
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
1998-12-24 08:01:26 +00:00
Satoshi Asami
fc38cb75e9 Mark this broken while Steve works on upgrade. 1998-12-24 07:42:53 +00:00
Satoshi Asami
75e0c6c35e Sort entries. In particular, "large", "medium", "small" sort in this order,
dispite their meanings.  (Sometimes we're too smart for computers. :)

Found by:	sorting ports/INDEX by "sort -t '|' +1 -2"

(Note: the whole "x11" category appears at the end with the above sort
 command, but I'll leave that the way it is for now -- "ls" shows it
 before other x11-* entries.)
1998-12-07 02:22:12 +00:00
Martin Cracauer
c33964d452 More MASTER_SITES
Compacting DESCR

Yes, I still plan to ELFify this one...
1998-12-02 23:50:37 +00:00
Steve Price
cc3da74d4d Fixup CATEGORIES list.
Submitted by:	Josh Gilliam <josh@quick.net>
1998-11-21 17:18:16 +00:00
Andrey A. Chernov
f247a0fb25 upgrade to 6.08.00 1998-10-21 19:16:55 +00:00
Steve Price
abab842f2f Move manpages to Makefile and use MAN* macros. 1998-10-04 00:56:49 +00:00
Justin M. Seger
d0b3b873bb Mark BROKEN for ELF. 1998-09-29 02:37:14 +00:00
Masafumi Max NAKANE
4fad38c472 Upgrade, 1.03g -> 1.03h.
PR:		7808
Submitted by:	maintainer
1998-09-03 20:11:22 +00:00
Masafumi Max NAKANE
0bdc221d7d Update /etc/shells upon make install.
ln -> ${LN}
1998-08-27 02:34:07 +00:00
Masafumi Max NAKANE
7d889fa355 Update /etc/shells upon make install. 1998-08-27 02:33:51 +00:00
Tim Vanderhoek
39448a6b27 Remove miscellaneous manpages. 1998-08-18 19:04:15 +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
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