diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-10-05 23:50:20 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-10-05 23:50:20 +0000 |
commit | 77be9be130e26fdd17766066e8b8a30f2db13f4a (patch) | |
tree | 668b891f854579fe660dd871d5c91fe1dec1ffba /graphics | |
parent | f353225a9a74ec48812a73e5efdd13e79b114cd3 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=283017
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 25b17fa52ba6..8476701ed0cb 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 02f42b58cf1e..ec1e367ff2a3 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 |