"N.J. Mann" <[email protected]> wrote: > In message <[email protected]>, > Emanuel Haupt ([email protected]) wrote: > > ehaupt 2011-03-02 21:48:02 UTC > > > > FreeBSD ports repository > > > > Modified files: > > multimedia/mencoder Makefile > > multimedia/mplayer Makefile Makefile.options > > Log: > > Add optional multimedia/libbluray support > > > > PR: 154939 > > Approved by: Thomas Zander <[email protected]> > > (maintainer) > > Revision Changes Path > > 1.24 +1 -0 ports/multimedia/mencoder/Makefile > > 1.203 +1 -0 ports/multimedia/mplayer/Makefile > > 1.19 +7 -0 ports/multimedia/mplayer/Makefile.options > > > > _______________________________________________ > > > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/mencoder/Makefile.diff?r1=1.23&r2=1.24 > > --- ports/multimedia/mencoder/Makefile 2011/01/19 01:58:24 1.23 > > +++ ports/multimedia/mencoder/Makefile 2011/03/02 21:48:01 1.24 > > @@ -1,7 +1,7 @@ > > # New ports collection makefile for: mencoder > > # Date created: 23 June 2007 > > # Whom: Thomas E. Zander > > -# > > $FreeBSD: > > /usr/local/www/cvsroot/FreeBSD/ports/multimedia/mencoder/Makefile,v > > 1.23 2011/01/19 01:58:24 hrs Exp $ +# > > $FreeBSD: > > /usr/local/www/cvsroot/FreeBSD/ports/multimedia/mencoder/Makefile,v > > 1.24 2011/03/02 21:48:01 ehaupt Exp $ > > # > > > > PORTNAME= mencoder > > @@ -13,6 +13,7 @@ RESTRICTED= Port has restricted dependen > > .include "${.CURDIR}/../mplayer/Makefile.shared" > > > > OPTIONS= DEBUG "Include debug symbols in mencoder's binary" > > off +OPTIONS+= BLURAY "Build with libbluray suport" off > ^^^^^^ > support > > > OPTIONS+= FONTCONFIG "Enable fontconfig support" off > > OPTIONS+= RTCPU "Allow runtime CPU detection" on > > OPTIONS+= OCFLAGS "Use optimized compiler flags" on > > > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/mplayer/Makefile.diff?r1=1.202&r2=1.203 > > --- ports/multimedia/mplayer/Makefile 2011/02/26 22:11:53 > > 1.202 +++ ports/multimedia/mplayer/Makefile 2011/03/02 > > 21:48:01 1.203 @@ -2,7 +2,7 @@ > > # Date created: 10 August 2001 > > # Whom: Thomas E. Zander > > # with lots of help from Vladimir Kushnir > > -# > > $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/multimedia/mplayer/Makefile,v > > 1.202 2011/02/26 22:11:53 nox Exp $ +# > > $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/multimedia/mplayer/Makefile,v > > 1.203 2011/03/02 21:48:01 ehaupt Exp $ > > # > > > > PORTNAME= mplayer > > @@ -13,6 +13,7 @@ COMMENT= High performance media player s > > .include "${.CURDIR}/Makefile.shared" > > > > OPTIONS= DEBUG "Include debug symbols in mplayer's binaries" > > off +OPTIONS+= BLURAY "Build with libbluray suport" off > ^^^^^^ > support
Fixed, thanks for the notification. Emanuel _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[email protected]"
