diff options
author | linimon <linimon@FreeBSD.org> | 2011-08-29 11:57:03 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-08-29 11:57:03 +0800 |
commit | a91c908a459d07f50e3987f315ae05571036c24b (patch) | |
tree | 38eaf385ddc3d2f8e082ac1e44900b12682a44c3 /lang | |
parent | 280b23c9af693ebdc3f229627a8ec1030221286f (diff) | |
download | freebsd-ports-gnome-a91c908a459d07f50e3987f315ae05571036c24b.tar.gz freebsd-ports-gnome-a91c908a459d07f50e3987f315ae05571036c24b.tar.zst freebsd-ports-gnome-a91c908a459d07f50e3987f315ae05571036c24b.zip |
Mark as broken on recent -current.
Also set an expiration date: website disappeared; only the FTP archives
remain; last release 2006.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/TenDRA/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lang/TenDRA/Makefile b/lang/TenDRA/Makefile index 11146e5a8753..99043b30f734 100644 --- a/lang/TenDRA/Makefile +++ b/lang/TenDRA/Makefile @@ -16,7 +16,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A portable BSD-licensed compiler suite CONFLICTS= swi-pl* slffea-* tcc-* -ONLY_FOR_ARCHS= i386 alpha +ONLY_FOR_ARCHS= i386 + +DEPRECATED= website disappeared; only the FTP archives remain; last release 2006 +EXPIRATION_DATE= 2011-10-28 DIST_SUBDIR= ${PKGBASE} MANCOMPRESSED= yes @@ -28,8 +31,8 @@ TENDRA_ARCH= ${ARCH:S/i386/80x86/} .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700000 -#BROKEN= does not build +.if ${OSVERSION} >= 900035 +BROKEN= Does not compile on recent FreeBSD-9 .endif .if ${ARCH} == "i386" |