On Tue, Aug 08, 2006 at 10:14:23PM +0200, Vizeli Pascal wrote:
> --- Chris Kuethe <[EMAIL PROTECTED]> schrieb:
> 
> > stop sending updates and new ports. the ports tree
> > is locked. you
> > should be testing the packages, not changing them.

This isn't an update. There is a bug in the port that
needs to be fixed.

> I understand that.
> But:
> 
> First I install faac und second I install
> mplayer. That give an error on mplayer port.
> 
> This patch fix that.
> That isn't a update, it is a bugfix...
> 
> greet,
> pascal

Since the AAC encoder is not built if FAAC is not installed,
then the better approach for now would be to disable the AAC
encoder. This will eliminate the possibility of the hidden
dependency and thus a broken package.


Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/mplayer/Makefile,v
retrieving revision 1.100
diff -u -p -r1.100 Makefile
--- Makefile    2 Aug 2006 08:24:34 -0000       1.100
+++ Makefile    9 Aug 2006 02:11:54 -0000
@@ -7,7 +7,7 @@ COMMENT=                "Movie player supporting MPEG,
 
 DISTNAME=              MPlayer-1.0pre8
 DIST_SUBDIR=           mplayer
-PKGNAME=               ${DISTNAME:L}p0
+PKGNAME=               ${DISTNAME:L}p1
 CATEGORIES=            x11
 EXTRACT_SUFX=          .tar.bz2
 
@@ -66,6 +66,7 @@ CONFIGURE_ARGS+=--disable-alsa \
                --disable-smb \
                --disable-external-tremor \
                --disable-internal-tremor \
+               --disable-faac \
                --enable-theora \
                --enable-select \
                --enable-vorbis \

Reply via email to