diff options
author | obrien <obrien@FreeBSD.org> | 2001-12-03 19:30:29 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-12-03 19:30:29 +0800 |
commit | 25f60af0342501dfde0645c5ea0f2808b2a79100 (patch) | |
tree | 7aac5d23d3f1100fd30207745619d28b7e3f0283 /lang | |
parent | 887475f2858ba92e14697f34f9046e959478c6ed (diff) | |
download | freebsd-ports-gnome-25f60af0342501dfde0645c5ea0f2808b2a79100.tar.gz freebsd-ports-gnome-25f60af0342501dfde0645c5ea0f2808b2a79100.tar.zst freebsd-ports-gnome-25f60af0342501dfde0645c5ea0f2808b2a79100.zip |
Unbreak -- it now compiles with cdef.h revs 1.48 / 1.28.2.6.
Also update mastersites.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/TenDRA/Makefile | 5 | ||||
-rw-r--r-- | lang/TenDRA/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/TenDRA/Makefile b/lang/TenDRA/Makefile index b125fe60b765..aa9039f242a1 100644 --- a/lang/TenDRA/Makefile +++ b/lang/TenDRA/Makefile @@ -9,7 +9,8 @@ PORTNAME= TenDRA PORTVERSION= 4.1.2 CATEGORIES= lang -MASTER_SITES= ftp://ftp.uni-trier.de/pub/languages/c/implementation/TenDRA/ \ +MASTER_SITES= ftp://alph.dera.gov.uk/pub/TenDRA/ \ + ftp://ftp.uni-trier.de/pub/languages/c/implementation/TenDRA/ \ ftp://ftp.fh-wiesbaden.de/pub/Languages/C/TenDRA/ \ ftp://ftp.mayn.de/pub/unix/devel/compiler/tendra/ @@ -17,8 +18,6 @@ MAINTAINER= obrien@FreeBSD.org .include <bsd.port.pre.mk> -BROKEN= "Does not compile." - ONLY_FOR_ARCHS= i386 OSRELEASE!= uname -r PLIST_SUB= OSRELEASE=${OSRELEASE} diff --git a/lang/TenDRA/pkg-descr b/lang/TenDRA/pkg-descr index 9b2513be2123..6a39d272dd14 100644 --- a/lang/TenDRA/pkg-descr +++ b/lang/TenDRA/pkg-descr @@ -9,6 +9,8 @@ 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. +WWW: http://www.cse.unsw.edu.au/~patrykz/TenDRA/ + ----- * TenDRA is a registered trademark of the UK Defence Evaluation and Research Agency. |