aboutsummaryrefslogtreecommitdiffstats
path: root/devel/codecrusader
Commit message (Collapse)AuthorAgeFilesLines
* o Add a easier synonym for jcc -> codecrusaderlioux2001-03-142-1/+5
|
* Sanitize MASTER_SITES.lioux2001-02-221-4/+1
|
* Hopefully finish syncing with bsd.port.mk rev 1.361 - use bsd.port.mkwill2001-01-201-12/+12
| | | | | | | | 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 inwill2001-01-171-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.sobomax2001-01-171-2/+2
|
* Maintainer is now a committer, update email accordinglylioux2000-10-031-1/+1
| | | | Approved by: will
* Approved by: Willlioux2000-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
* Fix these ports so that among other things they look for the jx headersteve2000-09-182-30/+37
| | | | | | files in the correct place. Submitted by: maintainer
* Make these COMMENT files conform to Handbook standard.will2000-08-111-1/+1
| | | | | PR: 20269 Submitted by: Ports Fury
* Major overhaul to make this port work well again. MAINTAINER change iswill2000-06-108-189/+214
| | | | | | | | | | | confirmed by the lack of submissions for updates by the original creator. Port now depends on the recently-added x11-toolkits/jx and friends ports. MASTER_SITES moved; make port depend on several other ports instead of building things itself, allowing for modularity. PR: 19042 Submitted by: Mario Sergio Fujikawa Ferriera <lioux@uol.com.br>
* Fix build on systems >= 4.x.steve2000-04-301-0/+1
| | | | | PR: 18033 Submitted by: dervish@ikhala.tcimet.net
* PORTNAME/PORTVERSION updatemharo2000-04-121-4/+3
|
* Remove commented out BROKEN.obrien2000-04-041-2/+0
|
* Don't include bsd.port.pre.mk twice. This usually is caused by firstasami2000-01-081-1/+1
| | | | | including bsd.port.pre.mk and then later including bsd.port.mk (the latter of which of course should be bsd.port.post.mk).
* One of the distfiles changed contents, but not name. The changedobrien1999-12-113-46/+43
| | | | | | | | | distfile is for a newer version of the primary distfile. Thus that needed to be updated. And that caused others to need to be updated. Anyway after the upgrades, it doesn't build fully, but is farther along to where it needs to be. Since this isn't really any more broken than before, commit it to help others that want to see this working again.
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* ${OSREL} -> ${OSVERSION} checks to give the port a chance on 2.2.xcpiazza1999-08-111-2/+2
| | | | Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
* BROKEN= 'installs files during build'cpiazza1999-08-031-1/+3
|
* Fix the patch target if CODEMEDIC=no.cpiazza1999-08-031-1/+7
| | | | Reported by: Gary Jennejohn <garyj@peedub.muc.de>
* Code crusader,cpiazza1999-08-036-0/+249
A complete code development environment inspired by MetroWerks CodeWarrior Includes code medic, a gdb frontend to complement code crusader. PR: 12932 Submitted by: Davec <davec@unforgettable.com>