summaryrefslogtreecommitdiffstats
path: root/cad/mars
Commit message (Collapse)AuthorAgeFilesLines
* expr -> ${EXPR}mharo1999-08-281-1/+1
| | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR}
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-221-2/+2
| | | | chown -> ${CHOWN}
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-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.
* Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imakeasami1998-11-281-1/+2
| | | | for ilu and mkdirhier for asl.)
* Remove empty directories on deinstall.steve1998-09-271-0/+4
|
* Properly find Motif includes and libs.obrien1998-09-131-0/+22
| | | | Problem noticed by: BitS <bits@oldwarez.com>
* Remove manpages from pkg/PLISTobrien1998-08-131-1/+0
|
* Add a patch to allow cad/mars to build under 3.0-current.jseger1997-11-141-0/+19
|
* Change my email address to @FreeBSDobrien1997-10-101-2/+2
|
* Fix the problem that the build fails when `.' is not present in the $PATH.max1997-04-251-4/+14
| | | | | PR: 3274 Submitted by: Matthew Hunt <mph@pobox.com>
* fix Bogon.obrien1997-02-041-2/+2
|
* Combine my do-install and post-install targets.. there was no need for twoobrien1996-11-261-3/+1
| | | | targets.
* Misc. cleanup. In particular, don't fetch the docfile in theasami1996-11-262-9/+11
| | | | install target.
* Support Motif compilation.obrien1996-11-251-2/+4
|
* The Maryland Routing Simulator (MaRS) is a discrete-event simulatorobrien1996-11-2512-0/+1132
providing a flexible platform for the evaluation and comparison of network routing algorithms.
OpenPOWER on IntegriCloud