diff options
author | kwm <kwm@FreeBSD.org> | 2011-10-06 07:50:20 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-10-06 07:50:20 +0800 |
commit | 1836b5746728d55485880bf8cbf98bd489519e76 (patch) | |
tree | 108fc6cb0694bc6096cafaaa1b6f9d4ba601010b /graphics | |
parent | c25970e886dc3c2e0f61143b41fb7ec7acf39e29 (diff) | |
download | freebsd-ports-graphics-1836b5746728d55485880bf8cbf98bd489519e76.tar.gz freebsd-ports-graphics-1836b5746728d55485880bf8cbf98bd489519e76.tar.zst freebsd-ports-graphics-1836b5746728d55485880bf8cbf98bd489519e76.zip |
Depricate and set expiration date 1 month from now.
Upstream distfile dissapeard, and the qt port is broken to begin with.
And development seems to have stopped.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/clutter-qt/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-clutter/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/graphics/clutter-qt/Makefile b/graphics/clutter-qt/Makefile index 25b17fa52ba..8476701ed0c 100644 --- a/graphics/clutter-qt/Makefile +++ b/graphics/clutter-qt/Makefile @@ -18,6 +18,9 @@ LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter BROKEN= Doesn't build with Glib-2.26 +DEPRECATED= upstream distfile and doesn't build, and doesn't seem to be developed anymore +EXPIRATION_DATE=2011-11-06 + USE_BZIP2= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool diff --git a/graphics/p5-clutter/Makefile b/graphics/p5-clutter/Makefile index 02f42b58cf1..ec1e367ff2a 100644 --- a/graphics/p5-clutter/Makefile +++ b/graphics/p5-clutter/Makefile @@ -28,6 +28,9 @@ RUN_DEPENDS= ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depe ${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2 \ ${SITE_PERL}/${PERL_ARCH}/Cairo.pm:${PORTSDIR}/graphics/p5-Cairo +DEPRECATED= upstream distfile disappeard, and doesn't seem to be developed anymore +EXPIRATION_DATE=2011-11-06 + MAKE_JOBS_UNSAFE= yes USE_BZIP2= yes |