Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Mar 2011 10:30:10 +0100
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        "N.J. Mann" <njm@njm.me.uk>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/multimedia/mencoder Makefile ports/multimedia/mplayer Makefile Makefile.options
Message-ID:  <20110303103010.5584158e.ehaupt@FreeBSD.org>
In-Reply-To: <20110302221533.GA29994@titania.njm.me.uk>
References:  <201103022148.p22Lm2mJ005856@repoman.freebsd.org> <20110302221533.GA29994@titania.njm.me.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
"N.J. Mann" <njm@njm.me.uk> wrote:
> In message <201103022148.p22Lm2mJ005856@repoman.freebsd.org>,
> 	Emanuel Haupt (ehaupt@FreeBSD.org) 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 <thomas.e.zander@googlemail.com>
> > (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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110303103010.5584158e.ehaupt>