diff options
author | pav <pav@FreeBSD.org> | 2011-03-17 19:08:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-03-17 19:08:44 +0800 |
commit | 8f24a15726dba3bbbd584e92f3d81b4bd0190d9a (patch) | |
tree | 30e57ad4f97668320f2f386f99980504ff4d1f78 /graphics | |
parent | 01b1e104baba5395a22dea3b13bcdf24730d3440 (diff) | |
download | freebsd-ports-gnome-8f24a15726dba3bbbd584e92f3d81b4bd0190d9a.tar.gz freebsd-ports-gnome-8f24a15726dba3bbbd584e92f3d81b4bd0190d9a.tar.zst freebsd-ports-gnome-8f24a15726dba3bbbd584e92f3d81b4bd0190d9a.zip |
- Mark ports that have been broken for six month or more, or never compiled on
7.X and up, for removal in one month
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/crystalspace/Makefile | 2 | ||||
-rw-r--r-- | graphics/libvisual-plugins/Makefile | 11 |
2 files changed, 7 insertions, 6 deletions
diff --git a/graphics/crystalspace/Makefile b/graphics/crystalspace/Makefile index 4cb6e63c5c1d..2bde4077a33c 100644 --- a/graphics/crystalspace/Makefile +++ b/graphics/crystalspace/Makefile @@ -25,6 +25,8 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ CEGUIBase.3:${PORTSDIR}/graphics/cegui BROKEN= does not compile +DEPRECATED= has been broken for a year +EXPIRATION_DATE=2011-04-17 CONFLICTS= crystalspace-devel-[0-9]* diff --git a/graphics/libvisual-plugins/Makefile b/graphics/libvisual-plugins/Makefile index 66f7c182e2c2..ba9f287668f4 100644 --- a/graphics/libvisual-plugins/Makefile +++ b/graphics/libvisual-plugins/Makefile @@ -15,6 +15,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Set of plugins for the libvisual framework LIB_DEPENDS= visual.0:${PORTSDIR}/graphics/libvisual +BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake + +BROKEN= Broken objformat handling +DEPRECATED= has been broken for 3 years +EXPIRATION_DATE=2011-04-17 WANT_GNOME= yes USE_GNOME= gnometarget pkgconfig @@ -26,12 +31,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700029 -BROKEN= Broken objformat handling -.endif - -BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake - .if defined(WITH_MPLAYER) BUILD_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer |