diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-10 12:58:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-10 12:58:54 +0000 |
commit | e6ef2c96d51dcd2db98bddebfb9c1b05b2b7387b (patch) | |
tree | 65acc4c1869630637c7c1d8eec8c19d4bc95364f /lang | |
parent | 3909def9307dc80022ded63d55b544c96a02a13c (diff) | |
download | ports-e6ef2c96d51dcd2db98bddebfb9c1b05b2b7387b.tar.gz ports-e6ef2c96d51dcd2db98bddebfb9c1b05b2b7387b.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/dice/Makefile | 3 | ||||
-rw-r--r-- | lang/fbbi/Makefile | 3 | ||||
-rw-r--r-- | lang/rscheme/Makefile | 3 | ||||
-rw-r--r-- | lang/rubinius/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/lang/dice/Makefile b/lang/dice/Makefile index f83c318e0597..9688a0e81950 100644 --- a/lang/dice/Makefile +++ b/lang/dice/Makefile @@ -12,6 +12,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= DICE - The Amiga/embedded/generic 68000 C compiler +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-02-10 + NO_STAGE= yes post-patch: @for i in ${WRKSRC}/lib/version.h ${WRKSRC}/include/lib/version.h \ diff --git a/lang/fbbi/Makefile b/lang/fbbi/Makefile index cd5dec8fdad4..94e8fb275d53 100644 --- a/lang/fbbi/Makefile +++ b/lang/fbbi/Makefile @@ -11,6 +11,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= An interpreter for the Befunge-98 language +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-02-10 + PLIST_FILES= bin/fbbi USE_GMAKE= yes diff --git a/lang/rscheme/Makefile b/lang/rscheme/Makefile index a2eabe1dbbc6..c0ac5d56086d 100644 --- a/lang/rscheme/Makefile +++ b/lang/rscheme/Makefile @@ -11,6 +11,9 @@ DISTNAME= rs-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= An object-oriented, extended version of the Scheme dialect of Lisp +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-02-10 + WRKSRC= ${WRKDIR}/${DISTNAME}/src HAS_CONFIGURE= yes diff --git a/lang/rubinius/Makefile b/lang/rubinius/Makefile index 66651d8f704d..e8b898efda93 100644 --- a/lang/rubinius/Makefile +++ b/lang/rubinius/Makefile @@ -13,6 +13,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= LLVM based ruby language implementation +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-02-10 + HAS_CONFIGURE= yes #execinfo is broken for unknow reason CONFIGURE_ARGS= --without-execinfo \ |