summaryrefslogtreecommitdiff
path: root/devel/codemedic (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mark it BROKEN for the time being. Clears it for 4.7-RELEASEMario Sergio Fujikawa Ferreira2002-09-281-0/+2
|
* Style fix: replace spaces with tabsMario Sergio Fujikawa Ferreira2002-09-241-1/+1
|
* Mark NO_PACKAGE since it ignores CXX because it breaks if CXX isMario Sergio Fujikawa Ferreira2002-09-241-0/+3
| | | | other than g++
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-2/+2
| | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
* Hopefully finish syncing with bsd.port.mk rev 1.361 - use bsd.port.mkWill Andrews2001-01-201-3/+3
| | | | | | | | defined PORTDOCS PLIST_SUB. Submitted by: lioux Closes PR: 24468 PR Submitter: Mikhail Teterin <mi@aldan.algebra.com>
* Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now inWill Andrews2001-01-161-6/+0
| | | | | | bsd.port.mk, for easy removal of documentation. I left alone one port - japanese/elisa8x8 (or something like that), because it appeared to have some rather weird way of doing PORTDOCS substitution.
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-2/+2
|
* Reduce the HTTP traffic on freefall. Move MASTERS_SITESMario Sergio Fujikawa Ferreira2000-11-281-1/+2
| | | | | from sobomax homepage to MASTER_SITE_LOCAL with MASTER_SITE_SUBDIR=lioux. Thanks sobomax :)
* Maintainer is now a committer, update email accordinglyMario Sergio Fujikawa Ferreira2000-10-031-1/+1
| | | | Approved by: will
* Approved by: WillMario Sergio Fujikawa Ferreira2000-10-031-4/+5
| | | | | | | | | | | Some simple changes. Mostly implementing Mr. Sada Kenji patches to JX x11-toolkit family ports: 1. nonexistent -> ${NONEXISTENT} 2. Allow you to define WRKDIRPREFIX safely. -JXPORT_WRKSRC= ${JXPORT}/work/JX-1.5.3 +JXPORT_WRKSRC!= cd ${JXPORT} && ${MAKE} -V WRKSRC
* Adding codemedic version 1.0.4.Steve Price2000-09-187-0/+215
Provides an elegant graphical interface to gdb. PR: 19083 Submitted by: Mario S F Ferreira <lioux@linf.unb.br>