summaryrefslogtreecommitdiff
path: root/cad/mars (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=16518
* Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imakeSatoshi Asami1998-11-281-1/+2
| | | | | | | for ilu and mkdirhier for asl.) Notes: svn path=/head/; revision=14922
* Remove empty directories on deinstall.Steve Price1998-09-271-0/+4
| | | | Notes: svn path=/head/; revision=13451
* Properly find Motif includes and libs.David E. O'Brien1998-09-131-0/+22
| | | | | | | Problem noticed by: BitS <bits@oldwarez.com> Notes: svn path=/head/; revision=13099
* Remove manpages from pkg/PLISTDavid E. O'Brien1998-08-131-1/+0
| | | | Notes: svn path=/head/; revision=12504
* Add a patch to allow cad/mars to build under 3.0-current.Justin M. Seger1997-11-141-0/+19
| | | | Notes: svn path=/head/; revision=8618
* Change my email address to @FreeBSDDavid E. O'Brien1997-10-101-2/+2
| | | | Notes: svn path=/head/; revision=8194
* Fix the problem that the build fails when `.' is not present in the $PATH.Masafumi Max NAKANE1997-04-251-4/+14
| | | | | | | | PR: 3274 Submitted by: Matthew Hunt <mph@pobox.com> Notes: svn path=/head/; revision=6298
* fix Bogon.David E. O'Brien1997-02-041-2/+2
| | | | Notes: svn path=/head/; revision=5528
* Combine my do-install and post-install targets.. there was no need for twoDavid E. O'Brien1996-11-261-3/+1
| | | | | | | targets. Notes: svn path=/head/; revision=4689
* Misc. cleanup. In particular, don't fetch the docfile in theSatoshi Asami1996-11-262-9/+11
| | | | | | | install target. Notes: svn path=/head/; revision=4666
* Support Motif compilation.David E. O'Brien1996-11-251-2/+4
| | | | Notes: svn path=/head/; revision=4655
* The Maryland Routing Simulator (MaRS) is a discrete-event simulatorDavid E. O'Brien1996-11-2512-0/+1132
providing a flexible platform for the evaluation and comparison of network routing algorithms. Notes: svn path=/head/; revision=4653