summaryrefslogtreecommitdiff
path: root/lang/TenDRA (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to CVS snapshot 20030526, which fixes the build problems on 5.xTilman Keskinoz2003-06-0316-2739/+776
| | | | | | | | | | | | | - Give maintainership to submitter "Unfortunately FreeBSD 5.x uses the GNU C extension __attribute__((__aligned__(x))) in a couple of system headers (<machine/npx.h>, <machine/signal.h> and <machine/ucontext.h> for i386). To avoid a syntax error __aligned(x) is removed by a #define, but programs that use struct sigcontext, struct savexmm or mcontext_t probably won't work." PR: 52619 Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org>
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
|
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-072-2/+1
| | | | | 105 pointy hats to: me Approved by: pat
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | Approved by: pat
* The effort to maintain these for FreeBSD just isn't worth it with the lackDavid E. O'Brien2002-11-051-1/+1
| | | | of reward.
* This port builds fine on RELENG_4, so don't mark it BROKEN there.Dima Dorfman2002-11-011-2/+4
| | | | | | | | | | | | It's still broken on a recent -current, though, but an OSVERSION value more specific than 500000 should probably be used. Note that this port still doesn't build (more specifically, doesn't install) on bento, since it uses uname(3) to determine the system version, and bento doesn't fake it (it fakes uname(1)). Discussed with: kris Approved by: obrien
* BROKEN: Does not buildKris Kennaway2002-05-181-0/+2
|
* Unbreak -- it now compiles with cdef.h revs 1.48 / 1.28.2.6.David E. O'Brien2001-12-032-3/+4
| | | | Also update mastersites.
* Unconditionalize the BROKEN tag; this port doesn't compile on any currentKris Kennaway2001-08-201-2/+0
| | | | version of FreeBSD (it chokes on system headers).
* Add $FreeBSD$'s which help me in problem reports.David E. O'Brien2000-11-221-0/+1
|
* Take over maintance.David E. O'Brien2000-10-081-1/+2
| | | | Approved by: rnordier
* Drop web site reference: it has apparently gone away permanently.Robert Nordier2000-10-071-2/+0
|
* Update master sites.Robert Nordier2000-08-071-1/+3
|
* Oops, this is only actually broken (does not compile) on 3.x, so mark itKris Kennaway2000-07-032-1/+6
| | | | | | | | as such. Also remove an additional .orig file on deinstall, which probably shouldn't be there at all, but this port was too big and scary to track down where it came from. Noticed by: bento
* Broken; does not compile.Kris Kennaway2000-07-021-0/+2
|
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
|
* make ``tcc -time foo.c'' workDavid E. O'Brien2000-03-191-0/+41
|
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* chmod -> ${CHMOD}Michael Haro1999-08-221-14/+14
| | | | chown -> ${CHOWN}
* 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.
* 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).
* 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.
* Yet more WWW: additionsMichael Haro1999-05-031-1/+1
|
* 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
* Use a one-liner more in accord with reality.Robert Nordier1998-11-041-1/+1
|
* Fix tcc -g option for ELF.Robert Nordier1998-11-041-0/+7
| | | | Reported by: jmz
* Clean up on deinstallation.Robert Nordier1998-10-081-0/+119
| | | | With advice from: asami
* Don't insist on finding crt0.o and friends.Robert Nordier1998-10-081-2/+1
|
* Add K-aout to tcc aout environment for consistency.Robert Nordier1998-10-071-0/+4
|
* Update PLIST.Robert Nordier1998-09-291-0/+2
|
* TenDRA does ELF Part IRobert Nordier1998-09-294-4/+738
|
* 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.
* 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.
* Provide for <sys/sem.h> change.Robert Nordier1998-06-201-0/+7
|
* Look for crt0.o in /usr/lib or /usr/lib/aout.Robert Nordier1998-06-111-0/+27
| | | | Prompted by: Brian Cully <shmit@erols.com>.
* Further corrections to long long support.Robert Nordier1998-06-111-0/+20
| | | | Obtained from: Peter Edwards, DERA.
* Improve error-handling.Robert Nordier1998-06-091-7/+4
|
* Add link to homepage.Robert Nordier1998-06-061-0/+2
|
* Change maintainer e-mail address.Robert Nordier1998-06-061-2/+2
|
* Corrections to long long support.Robert Nordier1998-06-062-0/+40
| | | | Obtained from: Peter Edwards, DERA
* Exit 2 on fatal errors and 1 on non-fatal errors.Robert Nordier1998-06-061-0/+189
| | | | Obtained from: Robert Andrews, DERA
* Don't modify PLIST: use a copy instead.Robert Nordier1998-04-141-4/+3
|
* 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...
* 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.