summaryrefslogtreecommitdiffstats
path: root/lang/lcc
Commit message (Collapse)AuthorAgeFilesLines
* Add $FreeBSD$, which help me in problem reports.obrien2000-11-221-0/+1
|
* Don't hardcode the arch symbols.obrien2000-11-102-3/+4
|
* /usr/libexec/cpp is now a cpp designed for use by the compilersobrien2000-11-101-1/+1
| | | | | | | (vs. userland) and has no need for (nor supports) the "-undef" flag. PR: 20707 Submitted by: Lyndon Nerenberg <lyndon@orthanc.ab.ca>
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Use ARCH in pkg/PLIST so this port packages cleanly on the Alpha.steve2000-08-082-6/+10
|
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-2/+2
|
* 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-4/+4
|
* portlintobrien1999-09-041-1/+0
|
* $Id$ -> $FreeBSD$peter1999-08-302-2/+2
|
* expr -> ${EXPR}mharo1999-08-281-1/+1
| | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR}
* sed -> ${SED}mharo1999-08-281-3/+3
|
* ln -> ${LN}mharo1999-08-281-2/+2
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Commit #3/4 to enforce caps, no period.hoek1999-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
* Yet more WWW: additionsmharo1999-05-031-0/+2
|
* The first time I tried committing this set of manpage removals it gothoek1998-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.
* Don't use a generic PLIST which is then fixedup. Note, that others usingobrien1996-12-312-3/+13
| | | | | | our ports collection will have to come up with a solution for this. Requested by: Satoshi
* lcc is the retargetable ANSI C compiler described in the bookobrien1996-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
OpenPOWER on IntegriCloud