aboutsummaryrefslogtreecommitdiff
path: root/lang/TenDRA/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* Fix pkg-plist on Alpha.Stefan Farfeleder2004-12-141-3/+3
| | | | | | | | Reported by: kris Approved by: clement Notes: svn path=/head/; revision=123995
* Update TenDRA to 4.20040902. Major changes are support for the AlphaStefan Farfeleder2004-09-021-698/+736
| | | | | | | | | architecture and that perl is no longer required. Approved by: arved Notes: svn path=/head/; revision=117933
* Update to 20040128 ten15 snapshotTilman Keskinoz2004-01-291-7/+58
| | | | | | | | PR: 62038 Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at> Notes: svn path=/head/; revision=99425
* . Update to 4-20030825.Greg Lewis2003-09-081-300/+341
| | | | | | | | PR: 56430 Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at> (maintainer) Notes: svn path=/head/; revision=88818
* - Update to CVS snapshot 20030526, which fixes the build problems on 5.xTilman Keskinoz2003-06-031-1643/+617
| | | | | | | | | | | | | | | | - 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
* Add $FreeBSD$'s which help me in problem reports.David E. O'Brien2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=35323
* Oops, this is only actually broken (does not compile) on 3.x, so mark itKris Kennaway2000-07-031-0/+1
| | | | | | | | | | | 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
* Don't use ${OSREL} and %%OSREL%% here. We need the full `uname -r`.Tim Vanderhoek1999-07-071-155/+155
| | | | | | | 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-041-155/+155
| | | | | | | pkg/PLIST. Also mark this for i386 only. Notes: svn path=/head/; revision=20006
* Add option for linking with pthreads library.Robert Nordier1999-01-241-0/+1
| | | | | | | | Submitted by : Brian Cully <shmit@rcn.com> but with revisions PR : 8389 Notes: svn path=/head/; revision=16287
* Clean up on deinstallation.Robert Nordier1998-10-081-0/+119
| | | | | | | With advice from: asami Notes: svn path=/head/; revision=13733
* Update PLIST.Robert Nordier1998-09-291-0/+2
| | | | Notes: svn path=/head/; revision=13541
* 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
* 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-131-0/+1535
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