Commit graph

9 commits

Author SHA1 Message Date
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