1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
Commit Graph

4 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
Hidetoshi Shimokawa
4b86d315ca Add 'ONLY_FOR_ARCHS=i386' to linux_lib dependent ports. 1999-01-07 02:31:51 +00:00
David E. O'Brien
13387a4646 Don't error out on ``make fetch'' if distfiles are not present.
This allows ``cd /usr/ports ; make fetch'' to work.
1999-01-04 16:00:06 +00:00
Mike Smith
c6889048c1 Port framework for installing Corel WordPerfect 8.0.
Some shortcomings:
	- Corel's mirror license requires the fetch to be interactive
	- The variable install means that some files listed in the PLIS
	  won't be there when the port is pkd_deleted

Obtained from:	Originally from OpenBSD, many local improvements
1998-12-20 05:23:36 +00:00