Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | expr -> ${EXPR} | mharo | 1999-08-28 | 1 | -1/+1 |
| | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} | ||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | chmod -> ${CHMOD} | mharo | 1999-08-22 | 1 | -2/+2 |
| | | | | chown -> ${CHOWN} | ||||
* | Adjust port Makefiles to new EXTRACT_* variable defaults. See log of | asami | 1999-02-03 | 1 | -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 imake | asami | 1998-11-28 | 1 | -1/+2 |
| | | | | for ilu and mkdirhier for asl.) | ||||
* | Remove empty directories on deinstall. | steve | 1998-09-27 | 1 | -0/+4 |
| | |||||
* | Properly find Motif includes and libs. | obrien | 1998-09-13 | 1 | -0/+22 |
| | | | | Problem noticed by: BitS <bits@oldwarez.com> | ||||
* | Remove manpages from pkg/PLIST | obrien | 1998-08-13 | 1 | -1/+0 |
| | |||||
* | Add a patch to allow cad/mars to build under 3.0-current. | jseger | 1997-11-14 | 1 | -0/+19 |
| | |||||
* | Change my email address to @FreeBSD | obrien | 1997-10-10 | 1 | -2/+2 |
| | |||||
* | Fix the problem that the build fails when `.' is not present in the $PATH. | max | 1997-04-25 | 1 | -4/+14 |
| | | | | | PR: 3274 Submitted by: Matthew Hunt <mph@pobox.com> | ||||
* | fix Bogon. | obrien | 1997-02-04 | 1 | -2/+2 |
| | |||||
* | Combine my do-install and post-install targets.. there was no need for two | obrien | 1996-11-26 | 1 | -3/+1 |
| | | | | targets. | ||||
* | Misc. cleanup. In particular, don't fetch the docfile in the | asami | 1996-11-26 | 2 | -9/+11 |
| | | | | install target. | ||||
* | Support Motif compilation. | obrien | 1996-11-25 | 1 | -2/+4 |
| | |||||
* | The Maryland Routing Simulator (MaRS) is a discrete-event simulator | obrien | 1996-11-25 | 12 | -0/+1132 |
providing a flexible platform for the evaluation and comparison of network routing algorithms. |