aboutsummaryrefslogtreecommitdiffstats
path: root/cad/mars
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to OptionsNGgahr2012-10-011-6/+7
| | | | Notified by: http://wiki.freebsd.org/Ports/Options/ConvertingToOptionsNG
* Bump PORTREVISION after open-mofit updatemakc2011-05-021-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-201-2/+0
|
* - Mark MAKE_JOBS_UNSAFEpav2009-11-211-0/+2
| | | | Reported by: pointyhat
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-202-4/+4
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.gahr2008-02-221-1/+1
| | | | Approved by: miwi (mentor)
* - Fix build with GCC 4.2miwi2007-11-2824-9/+886
| | | | | | | | | | - Remove most warnings - Add OPTIONS Knob - Pass maintainership to submitter PR: 118246 Submitted by: Pietro Cerutti <gahr@gahr.ch> Approved by: portmgr (pav)
* BROKEN with gcc 4.2kris2007-05-271-0/+4
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Add SHA256pav2005-11-241-0/+2
|
* - Make fetchable (at least at my place)pav2005-11-241-1/+0
|
* Add SIZE.trevor2004-01-281-0/+2
|
* fix patchfileoliver2004-01-241-2/+2
| | | | Noted By: chris
* fix build on CURRENToliver2003-12-104-8/+75
| | | | bump PORTREVISION
* Make BROKEN message more specific.linimon2003-11-231-1/+1
|
* Move inclusion of bsd.port.pre.mk past definition of variables.linimon2003-10-291-6/+6
| | | | Pet portlint.
* Mark as broken on 5.x. The distfile dates from 1994 so it looks unlikelylinimon2003-10-251-1/+7
| | | | like it will run on 5.x anytime soon.
* Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-221-7/+7
| | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992
* De-pkg-comment.knu2003-02-212-1/+1
|
* Make portlint happy regarding EXTRATC_ONLYedwin2002-12-221-1/+1
|
* Make cad/mars fetchable again.edwin2002-12-221-0/+1
| | | | Noticed by: portsurvey
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Add NOPORTDOCS supportlioux2001-07-151-7/+7
| | | | | PR: 28754 Submitted by: Patrick Li <pat@databits.net>
* Return to ports.obrien2001-07-101-1/+1
|
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-2/+1
|
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-081-5/+3
| | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days.
* Support X11BASE properlykevlo2000-08-071-2/+2
| | | | | PR: 20417 Submitted by: Ports Fury
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-1/+1
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-3/+3
|
* Restore useless version required comments.obrien2000-03-221-0/+1
|
* Remove the "version required" line.obrien2000-03-201-1/+0
|
* Style nits in the ports I maintain.obrien2000-02-131-5/+5
|
* Minor style change.obrien1999-10-271-3/+3
|
* 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-231-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-141-0/+22
| | | | Problem noticed by: BitS <bits@oldwarez.com>
* Remove manpages from pkg/PLISTobrien1998-08-141-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-261-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.