diff options
author | gerald <gerald@FreeBSD.org> | 2009-02-22 06:56:45 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-02-22 06:56:45 +0800 |
commit | 6c8b884a2149f406b023cf190987eb9bd25b1f70 (patch) | |
tree | 41026c837090e305275e3e1246f92097d7f23976 /multimedia/mpegedit | |
parent | 71de0c5955404f9361e2dfa1befd5d4d6a8355a8 (diff) | |
download | freebsd-ports-gnome-6c8b884a2149f406b023cf190987eb9bd25b1f70.tar.gz freebsd-ports-gnome-6c8b884a2149f406b023cf190987eb9bd25b1f70.tar.zst freebsd-ports-gnome-6c8b884a2149f406b023cf190987eb9bd25b1f70.zip |
Mark for depreciation, since unmaintained, failing to work with current
versions of GCC, mostly dead upstream, and requiring gcc295 which fails
to build itself (and does not support current version of FreeBSD nor most
primary targets).
EXPIRATION_DATE=2009-03-22
Diffstat (limited to 'multimedia/mpegedit')
-rw-r--r-- | multimedia/mpegedit/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/mpegedit/Makefile b/multimedia/mpegedit/Makefile index ec4a750252b4..15e0a39145ee 100644 --- a/multimedia/mpegedit/Makefile +++ b/multimedia/mpegedit/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}_v${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A program to edit encoded mpeg streams +DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months +EXPIRATION_DATE=2009-03-22 + LIB_DEPENDS= netpbm.1:${PORTSDIR}/graphics/netpbm USE_XORG= x11 xext |