Revision: 73002 http://trac.macports.org/changeset/73002 Author: jmr@macports.org Date: 2010-10-31 15:41:41 -0700 (Sun, 31 Oct 2010) Log Message: ----------- faad2: remove obsolete bits (e.g. #19292), change manual autoreconf to use_autoreconf Modified Paths: -------------- trunk/dports/audio/faad2/Portfile Modified: trunk/dports/audio/faad2/Portfile =================================================================== --- trunk/dports/audio/faad2/Portfile 2010-10-31 22:33:30 UTC (rev 73001) +++ trunk/dports/audio/faad2/Portfile 2010-10-31 22:41:41 UTC (rev 73002) @@ -20,22 +20,11 @@ sha1 80eaaa5cc576c35dd28863767b795c50cbcc0511 \ rmd160 3f0ca461e2953014d5b17edccb3337767d478b8d -depends_build \ - port:libtool \ - port:autoconf \ - port:automake +use_autoreconf yes +autoreconf.args -vif -pre-configure { - system "cd ${worksrcpath} && LIBTOOLIZE=${prefix}/bin/glibtoolize autoreconf -vif" - reinplace "s|-flat_namespace -undefined suppress|-undefined error|g" "${worksrcpath}/aclocal.m4" -} +configure.args --without-xmms --without-drm --without-mpeg4ip -configure.args --without-bmp --without-xmms --without-drm --without-mpeg4ip - -platform darwin { - configure.cflags-append -DHAS_LRINTF -} - livecheck.type regex livecheck.url http://www.audiocoding.com/downloads.html livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
participants (1)
-
jmr@macports.org