aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cyclone
Commit message (Collapse)AuthorAgeFilesLines
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-2/+6
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-6/+2
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* SIZE-ify distinfovs2004-03-221-0/+2
| | | | | Reminded by: trevor Approved by: linimon (mentor)
* - Update MAINTAINER-line of my ports to new @FreeBSD.org addressvs2004-03-101-1/+1
| | | | | | - Nuke 2x USE_SIZE while here Approved by: linimon (mentor)
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* - Mark ONLY_FOR_ARCHS=i386krion2003-12-201-1/+3
| | | | | | | - Give maintainership to submitter PR: 60424 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* - Update to version 0.6krion2003-11-084-162/+421
| | | | | PR: 59033 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* BROKEN: Does not compile (5.x) or install (4.x)kris2003-07-311-0/+2
|
* Instead of setting NO_PACKAGE to note that the port does not respect CCkris2003-07-311-1/+1
| | | | or CFLAGS, just note it in the pre-everything target.
* replace ${PERL} with ${REINPLACE_CMD}oliver2003-07-061-1/+2
| | | | PR: 47406
* De-pkg-comment.knu2003-02-212-1/+1
|
* fix MAINTAINTER to ports@FreeBSD.orgdinoex2003-01-031-1/+1
| | | | | PR: 46686 Submitted by: erwin@lansing.dk
* Give up maintainership of these ports since I don't have time. Quanta goes toalane2002-11-151-1/+1
| | | | kde@, all the rest are up for grabs to the most masochistic bidder.
* Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realizealane2002-11-011-2/+2
| | | | | mail's case insensitive and will try to type that. Sorry folks, purely a cosmetic change here, nothing to see, move along, move along....
* Changed MAINTAINER to my FreeBSD address.alane2002-11-011-2/+2
|
* Fix brokenness, the port can now fetch again.cy2002-06-101-4/+4
| | | | | PR: 38639 Approved by: MAINTAINER Alan E <alane@geeksrus.net>
* Mark BROKEN: the current distfile isn't fetchable, and the maintainer ispetef2002-06-091-0/+2
| | | | | | | still working on updating the port to 0.3. PR: 38639 Submitted by: maintainer
* I am unable to test this as the port is broken. But I could find noobrien2002-06-051-1/+0
| | | | | explaination in our cvs logs or the package website why this cannot be compiled with GCC 3.1.
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-1/+1
| | | | | | | | 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.
* New port cyclone version 0.2: A safe dialect of C from Cornell andlioux2002-01-186-0/+267
AT&T Research PR: 33613 Submitted by: Alan Eldridge <alane@geeksrus.net>