summaryrefslogtreecommitdiff
path: root/lang/TenDRA (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix comment, update maintainer's e-mail addressSergey A. Osokin2003-06-241-3/+3
| | | | | | | | | Submitted by: maintainer PR: 53648 Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=83521
* - 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> Notes: svn path=/head/; revision=82189
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-072-2/+1
| | | | | | | | 105 pointy hats to: me Approved by: pat Notes: svn path=/head/; revision=69625
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* The effort to maintain these for FreeBSD just isn't worth it with the lackDavid E. O'Brien2002-11-051-1/+1
| | | | | | | of reward. Notes: svn path=/head/; revision=69508
* 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 Notes: svn path=/head/; revision=69242
* BROKEN: Does not buildKris Kennaway2002-05-181-0/+2
| | | | Notes: svn path=/head/; revision=59377
* 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. Notes: svn path=/head/; revision=50958
* 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). Notes: svn path=/head/; revision=46503
* Add $FreeBSD$'s which help me in problem reports.David E. O'Brien2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=35323
* Take over maintance.David E. O'Brien2000-10-081-1/+2
| | | | | | | Approved by: rnordier Notes: svn path=/head/; revision=33586
* Drop web site reference: it has apparently gone away permanently.Robert Nordier2000-10-071-2/+0
| | | | Notes: svn path=/head/; revision=33464
* Update master sites.Robert Nordier2000-08-071-1/+3
| | | | Notes: svn path=/head/; revision=31385
* 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 Notes: svn path=/head/; revision=30095
* Broken; does not compile.Kris Kennaway2000-07-021-0/+2
| | | | Notes: svn path=/head/; revision=30078
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27458
* make ``tcc -time foo.c'' workDavid E. O'Brien2000-03-191-0/+41
| | | | Notes: svn path=/head/; revision=26820
* 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