Commit Graph

26 Commits

Author SHA1 Message Date
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Pav Lucistnik
039cd321a1 - Fix runtime
PR:		ports/91540
Submitted by:	Sam Sirlin <swsirlin@earthlink.net>
Approved by:	maintainer
2006-01-10 18:45:31 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Kris Kennaway
b32681a60b Fix build on amd64, and make this port actually run on 5.x.
Submitted by:	maintainer
2004-03-18 12:06:59 +00:00
Kris Kennaway
5e2674b52a BROKEN on amd64: Does not compile 2004-03-14 03:40:14 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Ying-Chieh Liao
7c19b9d582 fix obscure signal-handling bugs
add readline support

PR:		43945
Submitted by:	maintainer
2002-10-12 15:36:57 +00:00
Peter Pentchev
6aca2d86dd Well, basic reading skills certainly do help occassionally - Loren
James Rittle suggested that he be added as port maintainer with another
e-mail address.
2000-12-08 13:08:16 +00:00
Peter Pentchev
d3a106dccb Bump PORTREVISION because of the added efree()/erealloc() patch.
Also, let people blame Loren James Rittle for future es problems ;)

Submitted by:	Loren James Rittle <rittle@latour.rsch.comm.mot.com>
2000-12-08 13:06:26 +00:00
Peter Pentchev
df14c0842b free() before realloc() is bad, bad, bad.
Submitted by:	Loren James Rittle <rittle@latour.rsch.comm.mot.com>
2000-12-08 13:04:24 +00:00
Tim Vanderhoek
07f6e150e3 PORTVERSION=0.9b1 -> PORTVERSION=0.9.b1 2000-06-04 04:37:24 +00:00
Kris Kennaway
39c06186fa Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive
for quite some time. If any non-committer wants to take over maintainership
please let me know.

Reviewed by:		ports
No response from:	erich
2000-04-23 22:59:51 +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
Peter Wemm
a53421230c $Id$ -> $FreeBSD$ 1999-08-31 01:53:22 +00:00
David E. O'Brien
d265ace04d Removed manpages from pkg/PLIST 1998-08-13 21:30:07 +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
Eric L. Hernes
9cd3c19d59 fix handling of builtin limit command.
closes ports/3037
1997-04-10 15:27:42 +00:00
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
Satoshi Asami
51c1684909 Move es from plan9 to shells. (It has already been copied to shells
by Peter.)
1996-07-30 04:17:03 +00:00
Satoshi Asami
0eefea4a6b Typo.
Submitted by:	James Raynard <fports@jraynard.demon.co.uk>
1996-07-10 08:23:04 +00:00
Eric L. Hernes
92ce3d9a43 added myself as MAINTAINER 1995-10-28 20:35:56 +00:00
Eric L. Hernes
c3cf475762 fixed COMMENTS 1995-10-28 20:33:46 +00:00
Satoshi Asami
3b4a76e3a9 Take out $Revision$ string from patch.
Pointed out by:	jkh
1995-08-15 06:46:33 +00:00
Satoshi Asami
4a6b440781 Various plan9 utilities. It's such a complete collection, I'm going
to import it all at once!

Submitted by:	 Eric L. Hernes <erich@lodgenet.com>
1995-08-14 04:08:02 +00:00