Date: Fri, 06 Jan 2012 20:40:13 +0100 From: Jan Henrik Sylvester <me@janh.de> To: multimedia-list freebsd <freebsd-multimedia@freebsd.org> Subject: multimedia/avidemux2 and audio/liba52 have legacy restrictions for PACKAGE_BUILDING Message-ID: <4F074E1D.6080207@janh.de>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------020306050208020208090007 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 --------------020306050208020208090007 Content-Type: text/plain; name="patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch.txt" --- 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 --------------020306050208020208090007--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F074E1D.6080207>