multimedia/avidemux2 and audio/liba52 have legacy restrictions for
PACKAGE_BUILDING
Jan Henrik Sylvester
me at janh.de
Fri Jan 6 19:55:24 UTC 2012
audio/liba52 avoids math/djbfft, if PACKAGE_BUILDING is defined, but
math/djbfft is not restricted anymore:
http://www.freebsd.org/cgi/getmsg.cgi?fetch=252187+0+/usr/local/www/db/text/2008/cvs-ports/20080810.cvs-ports
multimedia/avidemux2 avoids audio/opencore-amr, if PACKAGE_BUILDING is
defined, but audio/opencore-amr is not restricted, only audio/libamrwb
is restricted, which has been replaced as the AMR dependency:
http://www.freebsd.org/cgi/getmsg.cgi?fetch=1161222+0+/usr/local/www/db/text/2010/cvs-ports/20101219.cvs-ports
Remark: WITHOUT_LAME and WITHOUT_FAAC are still valid for
PACKAGE_BUILDING in multimedia/avidemux2/Makefile.common.
Cheers,
Jan Henrik
-------------- next part --------------
--- audio/liba52/Makefile.orig 2011-09-24 00:21:04.000000000 +0200
+++ audio/liba52/Makefile 2012-01-06 20:35:45.000000000 +0100
@@ -25,7 +25,7 @@
CONFIGURE_ARGS= --disable-oss --enable-shared
USE_LDCONFIG= yes
-.if !defined(WITHOUT_DJBFFT) && !defined(PACKAGE_BUILDING)
+.if !defined(WITHOUT_DJBFFT)
BUILD_DEPENDS+= ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft
RUN_DEPENDS+= ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft
--- multimedia/avidemux2/Makefile.common.orig 2011-12-21 09:48:26.000000000 +0100
+++ multimedia/avidemux2/Makefile.common 2012-01-06 20:35:05.000000000 +0100
@@ -62,7 +62,6 @@
.if defined(PACKAGE_BUILDING)
WITHOUT_LAME= yes
WITHOUT_FAAC= yes
-WITHOUT_AMR= yes
.endif
# for libexecinfo: (so that __builtin_frame_address() finds the top
More information about the freebsd-multimedia
mailing list