Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert to the PORTNAME - PORTVERSION syntax. | David E. O'Brien | 2000-04-12 | 1 | -2/+2 |
| | |||||
* | make ``tcc -time foo.c'' work | David E. O'Brien | 2000-03-19 | 1 | -0/+41 |
| | |||||
* | FreeBSD.ORG -> FreeBSD.org | Michael Haro | 1999-08-31 | 1 | -1/+1 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | Change Id->FreeBSD. | David E. O'Brien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | chmod -> ${CHMOD} | Michael Haro | 1999-08-22 | 1 | -14/+14 |
| | | | | chown -> ${CHOWN} | ||||
* | If at first you don't succeed, try (try) again. | Tim Vanderhoek | 1999-07-07 | 1 | -2/+4 |
| | | | | | | | | | | This should fix TenDRA installation. I did test it this time, and it failed with chown: hoek: illegal group name *** Error code 1 but that's not my problem. | ||||
* | Don't use ${OSREL} and %%OSREL%% here. We need the full `uname -r`. | Tim Vanderhoek | 1999-07-07 | 2 | -159/+161 |
| | | | | This should fix the install (untested). | ||||
* | Use the PLIST_SUB capabilities of bsd.port.mk to substitute OSREL in | Steve Price | 1999-07-04 | 2 | -159/+158 |
| | | | | pkg/PLIST. Also mark this for i386 only. | ||||
* | Yet more WWW: additions | Michael Haro | 1999-05-03 | 1 | -1/+1 |
| | |||||
* | Add option for linking with pthreads library. | Robert Nordier | 1999-01-24 | 2 | -0/+11 |
| | | | | | Submitted by : Brian Cully <shmit@rcn.com> but with revisions PR : 8389 | ||||
* | Use a one-liner more in accord with reality. | Robert Nordier | 1998-11-04 | 1 | -1/+1 |
| | |||||
* | Fix tcc -g option for ELF. | Robert Nordier | 1998-11-04 | 1 | -0/+7 |
| | | | | Reported by: jmz | ||||
* | Clean up on deinstallation. | Robert Nordier | 1998-10-08 | 1 | -0/+119 |
| | | | | With advice from: asami | ||||
* | Don't insist on finding crt0.o and friends. | Robert Nordier | 1998-10-08 | 1 | -2/+1 |
| | |||||
* | Add K-aout to tcc aout environment for consistency. | Robert Nordier | 1998-10-07 | 1 | -0/+4 |
| | |||||
* | Update PLIST. | Robert Nordier | 1998-09-29 | 1 | -0/+2 |
| | |||||
* | TenDRA does ELF Part I | Robert Nordier | 1998-09-29 | 4 | -4/+738 |
| | |||||
* | The first time I tried committing this set of manpage removals it got | Tim Vanderhoek | 1998-08-18 | 1 | -14/+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. | ||||
* | Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, all | Satoshi Asami | 1998-08-07 | 1 | -3/+3 |
| | | | | | | | | | | under lang) use ${OSREL} as defined in bsd.port.mk rev 1.281 and 1.227.2.43. Note gcc28 is hopelessly broken, it uses an undefined variable ${GNUOSREL} and thus has an empty string wherever ${OSREL} should be. However, it's consistent with its own PLIST at the current state so I haven't "fixed" it yet. | ||||
* | Provide for <sys/sem.h> change. | Robert Nordier | 1998-06-20 | 1 | -0/+7 |
| | |||||
* | Look for crt0.o in /usr/lib or /usr/lib/aout. | Robert Nordier | 1998-06-11 | 1 | -0/+27 |
| | | | | Prompted by: Brian Cully <shmit@erols.com>. | ||||
* | Further corrections to long long support. | Robert Nordier | 1998-06-11 | 1 | -0/+20 |
| | | | | Obtained from: Peter Edwards, DERA. | ||||
* | Improve error-handling. | Robert Nordier | 1998-06-09 | 1 | -7/+4 |
| | |||||
* | Add link to homepage. | Robert Nordier | 1998-06-06 | 1 | -0/+2 |
| | |||||
* | Change maintainer e-mail address. | Robert Nordier | 1998-06-06 | 1 | -2/+2 |
| | |||||
* | Corrections to long long support. | Robert Nordier | 1998-06-06 | 2 | -0/+40 |
| | | | | Obtained from: Peter Edwards, DERA | ||||
* | Exit 2 on fatal errors and 1 on non-fatal errors. | Robert Nordier | 1998-06-06 | 1 | -0/+189 |
| | | | | Obtained from: Robert Andrews, DERA | ||||
* | Don't modify PLIST: use a copy instead. | Robert Nordier | 1998-04-14 | 1 | -4/+3 |
| | |||||
* | fix the PLIST so that it will work on systems other than 2.2.1-R... | John-Mark Gurney | 1998-04-13 | 1 | -142/+142 |
| | | | | | this was my fault for importing my test dir instead of importing a clean extracted dir from Robert Nordier... | ||||
* | reimport of TenDRA, move it into lang like it was suppose to be... | John-Mark Gurney | 1998-04-13 | 5 | -0/+1628 |
TenDRA* is an optimizing C/C++ compiler, developed by the United Kingdom Defence Evaluation and Research Agency (DERA). A primary focus of the compiler is portability through conformance to standard APIs (ANSI, ISO, POSIX1, POSIX2, XPG3, XPG4, SVID3, UNIX95, among others). The compiler has strong static checking capabilities, including the ability to check programs for conformance to APIs which are not directly supported by system headers. ----- * TenDRA is a registered trademark of the UK Defence Evaluation and Research Agency. |