summaryrefslogtreecommitdiff
path: root/lang/TenDRA (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* chmod -> ${CHMOD}Michael Haro1999-08-221-14/+14
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* If at first you don't succeed, try (try) again.Tim Vanderhoek1999-07-071-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. Notes: svn path=/head/; revision=20111
* Don't use ${OSREL} and %%OSREL%% here. We need the full `uname -r`.Tim Vanderhoek1999-07-072-159/+161
| | | | | | | This should fix the install (untested). Notes: svn path=/head/; revision=20102
* Use the PLIST_SUB capabilities of bsd.port.mk to substitute OSREL inSteve Price1999-07-042-159/+158
| | | | | | | pkg/PLIST. Also mark this for i386 only. Notes: svn path=/head/; revision=20006
* Yet more WWW: additionsMichael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18435
* Add option for linking with pthreads library.Robert Nordier1999-01-242-0/+11
| | | | | | | | Submitted by : Brian Cully <shmit@rcn.com> but with revisions PR : 8389 Notes: svn path=/head/; revision=16287
* Use a one-liner more in accord with reality.Robert Nordier1998-11-041-1/+1
| | | | Notes: svn path=/head/; revision=14351
* Fix tcc -g option for ELF.Robert Nordier1998-11-041-0/+7
| | | | | | | Reported by: jmz Notes: svn path=/head/; revision=14350
* Clean up on deinstallation.Robert Nordier1998-10-081-0/+119
| | | | | | | With advice from: asami Notes: svn path=/head/; revision=13733
* Don't insist on finding crt0.o and friends.Robert Nordier1998-10-081-2/+1
| | | | Notes: svn path=/head/; revision=13732
* Add K-aout to tcc aout environment for consistency.Robert Nordier1998-10-071-0/+4
| | | | Notes: svn path=/head/; revision=13722
* Update PLIST.Robert Nordier1998-09-291-0/+2
| | | | Notes: svn path=/head/; revision=13541
* TenDRA does ELF Part IRobert Nordier1998-09-294-4/+738
| | | | Notes: svn path=/head/; revision=13537
* The first time I tried committing this set of manpage removals it gotTim Vanderhoek1998-08-181-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. Notes: svn path=/head/; revision=12621
* Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, allSatoshi Asami1998-08-071-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. Notes: svn path=/head/; revision=12329
* Provide for <sys/sem.h> change.Robert Nordier1998-06-201-0/+7
| | | | Notes: svn path=/head/; revision=11475
* Look for crt0.o in /usr/lib or /usr/lib/aout.Robert Nordier1998-06-111-0/+27
| | | | | | | Prompted by: Brian Cully <shmit@erols.com>. Notes: svn path=/head/; revision=11395
* Further corrections to long long support.Robert Nordier1998-06-111-0/+20
| | | | | | | Obtained from: Peter Edwards, DERA. Notes: svn path=/head/; revision=11394
* Improve error-handling.Robert Nordier1998-06-091-7/+4
| | | | Notes: svn path=/head/; revision=11362
* Add link to homepage.Robert Nordier1998-06-061-0/+2
| | | | Notes: svn path=/head/; revision=11297
* Change maintainer e-mail address.Robert Nordier1998-06-061-2/+2
| | | | Notes: svn path=/head/; revision=11296
* Corrections to long long support.Robert Nordier1998-06-062-0/+40
| | | | | | | Obtained from: Peter Edwards, DERA Notes: svn path=/head/; revision=11295
* Exit 2 on fatal errors and 1 on non-fatal errors.Robert Nordier1998-06-061-0/+189
| | | | | | | Obtained from: Robert Andrews, DERA Notes: svn path=/head/; revision=11294
* Don't modify PLIST: use a copy instead.Robert Nordier1998-04-141-4/+3
| | | | Notes: svn path=/head/; revision=10517
* fix the PLIST so that it will work on systems other than 2.2.1-R...John-Mark Gurney1998-04-131-142/+142
| | | | | | | | this was my fault for importing my test dir instead of importing a clean extracted dir from Robert Nordier... Notes: svn path=/head/; revision=10507
* reimport of TenDRA, move it into lang like it was suppose to be...John-Mark Gurney1998-04-135-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. Notes: svn path=/head/; revision=10501