aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-06-19 10:54:54 +0800
committerpav <pav@FreeBSD.org>2008-06-19 10:54:54 +0800
commit91b4c84d34902c01f582a39f167d4d5d25734156 (patch)
treecac41240b774052db9701917dec679cde54464a7 /lang
parent079ad4ed1b314239442332e391eb01a78a2e437d (diff)
downloadfreebsd-ports-gnome-91b4c84d34902c01f582a39f167d4d5d25734156.tar.gz
freebsd-ports-gnome-91b4c84d34902c01f582a39f167d4d5d25734156.tar.zst
freebsd-ports-gnome-91b4c84d34902c01f582a39f167d4d5d25734156.zip
- This port has been BROKEN for more than 6 months. It will be removed unless
fixed in next two months. With hat: portmgr
Diffstat (limited to 'lang')
-rw-r--r--lang/chameleon/Makefile2
-rw-r--r--lang/hope/Makefile2
-rw-r--r--lang/pm3-base/Makefile2
-rw-r--r--lang/pugs/Makefile2
-rw-r--r--lang/screamer/Makefile2
5 files changed, 10 insertions, 0 deletions
diff --git a/lang/chameleon/Makefile b/lang/chameleon/Makefile
index 05483c1b4c2f..f9a1e850b9ec 100644
--- a/lang/chameleon/Makefile
+++ b/lang/chameleon/Makefile
@@ -17,6 +17,8 @@ BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \
happy:${PORTSDIR}/devel/hs-happy
BROKEN= Does not build
+DEPRECATED= Has been broken for more than 6 months
+EXPIRATION_DATE=2008-09-19
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}/src
MAKE_ARGS= GHC=ghc INSTALL_PATH='\"${DATADIR}/\"'
diff --git a/lang/hope/Makefile b/lang/hope/Makefile
index e4a295eceb90..bd5137456e6f 100644
--- a/lang/hope/Makefile
+++ b/lang/hope/Makefile
@@ -15,6 +15,8 @@ MAINTAINER= lev@FreeBSD.org
COMMENT= Hope is lazy interpriter for HOPE applicative language
BROKEN= Patch fails
+DEPRECATED= Has been broken for more than 6 months
+EXPIRATION_DATE=2008-09-19
.if defined(WITH_DOCS)
BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX \
diff --git a/lang/pm3-base/Makefile b/lang/pm3-base/Makefile
index d046a7ef8c69..681ed88bebc1 100644
--- a/lang/pm3-base/Makefile
+++ b/lang/pm3-base/Makefile
@@ -18,6 +18,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Compiler and base libs of Polytechnique Montreal Modula-3 distribution
BROKEN= does not build
+DEPRECATED= Has been broken for more than 6 months
+EXPIRATION_DATE=2008-09-19
DIST_SUBDIR= pm3
WRKSRC= ${WRKDIR}/pm3-base-${PORTVERSION}
diff --git a/lang/pugs/Makefile b/lang/pugs/Makefile
index 84f329938e2c..997e1e965f42 100644
--- a/lang/pugs/Makefile
+++ b/lang/pugs/Makefile
@@ -16,6 +16,8 @@ MAINTAINER= clsung@FreeBSD.org
COMMENT= A Perl6 Implementation
BROKEN= This version does not build with current ghc
+DEPRECATED= Has been broken for more than 6 months
+EXPIRATION_DATE=2008-09-19
RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc \
${SITE_PERL}/${PERL_ARCH}/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLine-Gnu \
${SITE_PERL}/Pugs/Emitter/Perl6/Perl5.pm:${PORTSDIR}/lang/p5-v6 \
diff --git a/lang/screamer/Makefile b/lang/screamer/Makefile
index a80100824e8c..74cdf567d4ea 100644
--- a/lang/screamer/Makefile
+++ b/lang/screamer/Makefile
@@ -21,6 +21,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/lisp:${PORTSDIR}/lang/cmucl
NO_BUILD= yes
BROKEN= Does not compile (dumps core)
+DEPRECATED= Has been broken for more than 6 months
+EXPIRATION_DATE=2008-09-19
pre-install:
(cd ${WRKDIR}/screamer && ${LOCALBASE}/bin/lisp -eval '(load "${FILESDIR}/build.lisp")')