diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-27 07:20:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-27 07:20:17 +0800 |
commit | db6915577d177d2300bbd4dc0d1a5236527e48b9 (patch) | |
tree | ab66108c4e25f0489cdee274b6698834734250c3 /math | |
parent | 41b4300106117e0b16705f44abefaf251daee4c1 (diff) | |
download | freebsd-ports-gnome-db6915577d177d2300bbd4dc0d1a5236527e48b9.tar.gz freebsd-ports-gnome-db6915577d177d2300bbd4dc0d1a5236527e48b9.tar.zst freebsd-ports-gnome-db6915577d177d2300bbd4dc0d1a5236527e48b9.zip |
Deprecate and set expiration date for ports broken for more than 6 month
Diffstat (limited to 'math')
-rw-r--r-- | math/dislin/Makefile | 2 | ||||
-rw-r--r-- | math/octave-forge-es/Makefile | 3 | ||||
-rw-r--r-- | math/octave-forge-java/Makefile | 3 |
3 files changed, 8 insertions, 0 deletions
diff --git a/math/dislin/Makefile b/math/dislin/Makefile index 7f5e317609b8..5dfdeb7e052b 100644 --- a/math/dislin/Makefile +++ b/math/dislin/Makefile @@ -12,6 +12,8 @@ COMMENT= A scientific data plotting package LIB_DEPENDS= f2c.2:${PORTSDIR}/lang/f2c +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-08-27 BROKEN= size mismatch RESTRICTED= free for non-commercial use. diff --git a/math/octave-forge-es/Makefile b/math/octave-forge-es/Makefile index 976da66f1de1..98188b8be572 100644 --- a/math/octave-forge-es/Makefile +++ b/math/octave-forge-es/Makefile @@ -9,6 +9,9 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-08-27 + BROKEN= does not build # OCTSRC is the name of the directory of the package. diff --git a/math/octave-forge-java/Makefile b/math/octave-forge-java/Makefile index 41b3dffb32f5..0df338712695 100644 --- a/math/octave-forge-java/Makefile +++ b/math/octave-forge-java/Makefile @@ -20,6 +20,9 @@ CONFIGURE_ENV+= JAVA_HOME=${JAVA_HOME} WRKSRC= ${WRKDIR}/${OCTSRC}/src MAKE_ENV+= MKOCTFILE=mkoctfile +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-08-27 + BROKEN= does not work with openjdk, and will soon be part of octave base RUN_DEPENDS+= ${TARBALLS_DIR}/signal.tar.gz:${PORTSDIR}/math/octave-forge-signal |