summaryrefslogtreecommitdiff
path: root/lang/lcc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use ARCH in pkg/PLIST so this port packages cleanly on the Alpha.Steve Price2000-08-082-6/+10
| | | | Notes: svn path=/head/; revision=31404
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27458
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-4/+4
| | | | Notes: svn path=/head/; revision=25734
* portlintDavid E. O'Brien1999-09-041-1/+0
| | | | Notes: svn path=/head/; revision=21260
* $Id$ -> $FreeBSD$Peter Wemm1999-08-302-2/+2
| | | | Notes: svn path=/head/; revision=21122
* expr -> ${EXPR}Michael Haro1999-08-281-1/+1
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* sed -> ${SED}Michael Haro1999-08-281-3/+3
| | | | Notes: svn path=/head/; revision=21048
* ln -> ${LN}Michael Haro1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=21047
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Yet more WWW: additionsMichael Haro1999-05-031-0/+2
| | | | Notes: svn path=/head/; revision=18435
* The first time I tried committing this set of manpage removals it gotTim Vanderhoek1998-08-181-2/+0
| | | | | | | | | | | all the way to diffing yorick/pkg/PLIST and then died with a "bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-) Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring machine, and bento is busy. Notes: svn path=/head/; revision=12621
* Don't use a generic PLIST which is then fixedup. Note, that others usingDavid E. O'Brien1996-12-312-3/+13
| | | | | | | | | our ports collection will have to come up with a solution for this. Requested by: Satoshi Notes: svn path=/head/; revision=5146
* lcc is the retargetable ANSI C compiler described in the bookDavid E. O'Brien1996-12-279-0/+1412
`A Retargetable C Compiler: Design and Implementation' (Addison-Wesley, 1995, ISBN 0-8053-1670-1). lcc is a production compiler with a hand crafted lexical analyzer and a hand-coded recursive decent parser. The lexer and parser code is well written and very easy to read (and learn from :-)). lcc compiles much faster than FreeBSD's stock [gcc] compiler. However, it does not under stand FreeBSD's "long long" data type. Contributions by: Soren Schmidt Notes: svn path=/head/; revision=5108