1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
Commit Graph

13 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
Satoshi Asami
1490c59f86 Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imake
for ilu and mkdirhier for asl.)
1998-11-28 00:44:34 +00:00
Steve Price
a1455aa4f6 Remove empty directories on deinstall. 1998-09-27 08:20:05 +00:00
David E. O'Brien
6281a0c07b Properly find Motif includes and libs.
Problem noticed by:	BitS <bits@oldwarez.com>
1998-09-13 20:48:28 +00:00
David E. O'Brien
09b64b0d35 Remove manpages from pkg/PLIST 1998-08-13 21:16:00 +00:00
Justin M. Seger
4b6e535f86 Add a patch to allow cad/mars to build under 3.0-current. 1997-11-14 13:31:17 +00:00
David E. O'Brien
fd6c0ef516 Change my email address to @FreeBSD 1997-10-10 06:53:48 +00:00
Masafumi Max NAKANE
116c5b9e45 Fix the problem that the build fails when `.' is not present in the $PATH.
PR:	3274
Submitted by:	 Matthew Hunt <mph@pobox.com>
1997-04-25 21:54:51 +00:00
David E. O'Brien
b3f3a57df7 fix Bogon. 1997-02-04 11:32:02 +00:00
David E. O'Brien
2f8916cf1d Combine my do-install and post-install targets.. there was no need for two
targets.
1996-11-26 10:40:48 +00:00
Satoshi Asami
55bc374429 Misc. cleanup. In particular, don't fetch the docfile in the
install target.
1996-11-26 06:47:09 +00:00
David E. O'Brien
433de23394 Support Motif compilation. 1996-11-25 01:26:24 +00:00
David E. O'Brien
21b71c58c2 The Maryland Routing Simulator (MaRS) is a discrete-event simulator
providing a flexible platform for the evaluation and comparison of
network routing algorithms.
1996-11-25 01:07:59 +00:00