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 /multimedia | |
parent | 41b4300106117e0b16705f44abefaf251daee4c1 (diff) | |
download | freebsd-ports-graphics-db6915577d177d2300bbd4dc0d1a5236527e48b9.tar.gz freebsd-ports-graphics-db6915577d177d2300bbd4dc0d1a5236527e48b9.tar.zst freebsd-ports-graphics-db6915577d177d2300bbd4dc0d1a5236527e48b9.zip |
Deprecate and set expiration date for ports broken for more than 6 month
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/linux-gspca-kmod/Makefile | 3 | ||||
-rw-r--r-- | multimedia/mp4split/Makefile | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/multimedia/linux-gspca-kmod/Makefile b/multimedia/linux-gspca-kmod/Makefile index 34f11d1ac63..b17436173ac 100644 --- a/multimedia/linux-gspca-kmod/Makefile +++ b/multimedia/linux-gspca-kmod/Makefile @@ -18,6 +18,9 @@ COMMENT= A port of the linux gspcav1 webcam driver # Requires the linux emulation layer to be built BUILD_DEPENDS= /usr/share/mk/bsd.linux_kmod.mk:${PORTSDIR}/devel/linux-kmod-compat +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-08-27 + NO_PACKAGE= depends on kernel sources # This is our Makefile to be used for build/install. diff --git a/multimedia/mp4split/Makefile b/multimedia/mp4split/Makefile index e5a20e5e791..31d13334702 100644 --- a/multimedia/mp4split/Makefile +++ b/multimedia/mp4split/Makefile @@ -15,6 +15,8 @@ COMMENT= Converts MP4 files to Fragmented MP4 and creates manifest files LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-08-27 BROKEN= does not fetch GNU_CONFIGURE= yes |