diff options
author | gerald <gerald@FreeBSD.org> | 2011-11-13 08:16:18 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-11-13 08:16:18 +0800 |
commit | 0245a67d4741b36f8b6cbda4ff7f197d7ba07619 (patch) | |
tree | 4ee11693d88c938e9241fa41f5f1f1916b716af7 /multimedia | |
parent | 6be63a47df202f378fe6203aea4ea07acac83b60 (diff) | |
download | freebsd-ports-gnome-0245a67d4741b36f8b6cbda4ff7f197d7ba07619.tar.gz freebsd-ports-gnome-0245a67d4741b36f8b6cbda4ff7f197d7ba07619.tar.zst freebsd-ports-gnome-0245a67d4741b36f8b6cbda4ff7f197d7ba07619.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 :-)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/avifile/Makefile | 7 |
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 |