Commit Graph

20 Commits

Author SHA1 Message Date
David E. O'Brien
6b33c7e57c Install headers into PREFIX/include/sfio. Installing a
PREFIX/include/stdio.h is just too dangerous as one can too easily get it
when they don't want it.  Also Sendmail 8.11 (building with STARTTLS)
expects to find the header "sfio/sfio.h".

Submitted by:	Lyndon Nerenberg <lyndon@orthanc.ab.ca>
2000-08-27 05:24:18 +00:00
David E. O'Brien
c8e570a082 * This port is no longer restricted.
* Make description formatting nicer and add WWW link.

PR:		20826
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-08-26 22:58:13 +00:00
David E. O'Brien
c93ad75f53 Fix problems in the PKG{NAME,VERSION} conversion.
Submitted by:	Lyndon Nerenberg <lyndon@orthanc.ab.ca>
2000-05-14 00:24:32 +00:00
Satoshi Asami
dfee8150a0 Convert to PORTNAME/PORTVERSION. 2000-04-14 05:44:42 +00:00
David E. O'Brien
e05c25a8bf Restore useless version required comments. 2000-03-22 00:28:26 +00:00
David E. O'Brien
da36feaffe Remove the "version required" line. 2000-03-20 02:37:50 +00:00
David E. O'Brien
b5d1cecde4 Style nits in the ports I maintain. 2000-02-13 03:25:05 +00:00
David E. O'Brien
eb59a7a799 Portlint and keep an eye on the port. 2000-01-03 01:36:57 +00:00
Steve Price
24de314e1d Update to the 1999 release.
PR:		14833
Submitted by:	Trevor Johnson <trevor@jpj.net>
1999-12-27 00:37:52 +00:00
Bill Fenner
39e0ff9ee1 Remove jraynard as MAINTAINER, since he no longer has an account.
Move distfiles from ~jraynard/public_html/ports/distfiles/ to
 ~fenner/public_html/distfiles-- this does not imply that I take
 any responsibility for the ports but I'll at least host the
 existing distfiles =)
1999-12-22 17:31:02 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Satoshi Asami
5114e2637e Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.

The fix here is one of the following.

(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
    EXTRACT_* commands.

(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
    calling the "tar" command (i.e., arguments like "-xzf" are spelled
    out).

(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
    add ${EXTRACT_AFTER_ARGS} to the command line as well.

(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
    is set, define the other two too.
1999-02-03 11:12:01 +00:00
Wolfram Schneider
24e55bc82e Rename - not delete - the mmap test program 1998-11-10 21:00:14 +00:00
James Raynard
9258520d84 New patches for sfio98. (Not that many changes, I've just split them up
into a single patch for each source file).
1998-11-07 18:06:17 +00:00
James Raynard
0fa4f8390e Update to sfio98.
Prodded by:	wosch
1998-11-07 18:04:14 +00:00
Satoshi Asami
c12c2467ed Remove manpages define in MAN? fom PLIST for all the devel ports.
I'm going to leave p5-* alone for now (where the version stuff is
going to land is still unclear).
1998-08-12 01:55:34 +00:00
James Raynard
c8de9c0145 Comment out MASTER_SITES as port can't be downloaded automatically.
Spotted by: Bill Fenner's distfile checker.
1997-12-11 01:09:53 +00:00
Justin M. Seger
bfa4f64f76 Add a RESTRICTED line due to the fact that one must register with AT&T to use
the port.
Reviewed by:	asami
1997-11-29 03:08:01 +00:00
Satoshi Asami
b2f34e82db (1) Add "-" between basename and version number in PKGNAME.
Found by:	portlint

(2) Define IS_INTERACTIVE.  The do-fetch target only prints out messages.
1997-11-10 09:13:28 +00:00
James Raynard
b0ec11f719 Safe/Fast I/O Library 1997-11-09 10:32:51 +00:00