From owner-cvs-all@FreeBSD.ORG Thu Mar 3 09:30:12 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD8F81065670; Thu, 3 Mar 2011 09:30:12 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (cl-8.zrh-02.ch.sixxs.net [IPv6:2001:1620:f00:7::2]) by mx1.freebsd.org (Postfix) with ESMTP id 6B8878FC18; Thu, 3 Mar 2011 09:30:12 +0000 (UTC) Received: from wiggles.bwns.ch (localhost [IPv6:::1]) by mx.critical.ch (8.14.4/8.14.4/critical-1.0) with SMTP id p239UAp7008089; Thu, 3 Mar 2011 10:30:11 +0100 (CET) (envelope-from ehaupt@FreeBSD.org) Date: Thu, 3 Mar 2011 10:30:10 +0100 From: Emanuel Haupt To: "N.J. Mann" 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> X-Mailer: Sylpheed 3.1.0 (GTK+ 2.22.1; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2011 09:30:13 -0000 "N.J. Mann" 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 > > (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