aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2011-11-13 00:16:18 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2011-11-13 00:16:18 +0000
commite2d36cc68d7e55c360ebf98c6930acbbeddbc139 (patch)
tree119eef014900a453c1ea488a7d0db7dd043e81a4
parent9ce9cd09616485ea0dbee77030eac9d720cf7354 (diff)
downloadports-e2d36cc68d7e55c360ebf98c6930acbbeddbc139.tar.gz
ports-e2d36cc68d7e55c360ebf98c6930acbbeddbc139.zip
Mark DEPRECATED with an EXPIRATION_DATE of 2011-12-03 since this has
been broken for an extended period of time (it features two BROKEN statements now in fact). Also, this was the last direct dependency on GCC 3.4 alias lang/gcc34 which I am removing, too. In the unlikely case someone wants to revive this ports, this needs to be addressed properly in any case. Feature safe: yes (in a slightly weird sense :-)
Notes
Notes: svn path=/head/; revision=285673
-rw-r--r--multimedia/avifile/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/avifile/Makefile b/multimedia/avifile/Makefile
index ba4eecdab9c1..71ccf4a8ac0d 100644
--- a/multimedia/avifile/Makefile
+++ b/multimedia/avifile/Makefile
@@ -21,6 +21,9 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
BROKEN= does not compile
+DEPRECATED= Broken for an extended period, superseded by other multimedia players
+EXPIRATION_DATE=2011-12-03
+
USE_SUBMAKE= yes
USE_BZIP2= yes
USE_GMAKE= yes
@@ -66,10 +69,6 @@ PLIST_SUB+= QT="@comment "
WITH_OPTIMIZED_CFLAGS= yes
-.if ${OSVERSION} >= 700000
-USE_GCC= 3.4
-.endif
-
.if ${OSVERSION} >= 900000
BROKEN= does not configure on 9.X
.endif