Date: Mon, 15 Feb 2010 12:02:11 +1000 From: Dima Panov <fluffy@freebsd.org> To: committers@freebsd.org Cc: cvs-ports@freebsd.org, ports-committers@freebsd.org, Martin Wilke <miwi@freebsd.org> Subject: Re: cvs commit: ports/multimedia/mplayer Makefile Makefile.options Message-ID: <201002151202.21573.fluffy@freebsd.org> In-Reply-To: <201002130851.o1D8pPgj093587@repoman.freebsd.org> References: <201002130851.o1D8pPgj093587@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 13 February 2010 18:51:25 Martin Wilke wrote: > miwi 2010-02-13 08:51:25 UTC > > FreeBSD ports repository > > Modified files: > multimedia/mplayer Makefile Makefile.options > Log: > - Move from audio/openal to audio/openal-soft > > PR: 143829 > Submitted by: Greg Lewis <glewis@misty.eyesbeyond.com> > Approved by: maintainer > > Revision Changes Path > 1.189 +1 -1 ports/multimedia/mplayer/Makefile > 1.9 +1 -1 ports/multimedia/mplayer/Makefile.options Hard dependency while new openal framework may witch? Ugrh. $ cvs diff Makefile.options Index: Makefile.options =================================================================== RCS file: /home/ncvs/ports/multimedia/mplayer/Makefile.options,v retrieving revision 1.9 diff -u -r1.9 Makefile.options --- Makefile.options 13 Feb 2010 08:51:25 -0000 1.9 +++ Makefile.options 14 Feb 2010 14:37:40 -0000 @@ -189,7 +189,7 @@ .endif .if defined(WITH_OPENAL) -LIB_DEPENDS+= openal.1:${PORTSDIR}/audio/openal-soft +USE_OPENAL= al .else CONFIGURE_ARGS+= --disable-openal .endif -- Dima "Red Fox" Panov @ Home | C73E 2B72 1FFD 61BD E206 1234 A626 76ED 93E3 B018 Khabarovsk, Russia | 2D30 2CCB 9984 130C 6F87 BAFC FB8B A09D D539 8F29 KDE@FreeBSD Team | FreeBSD committer since 10.08.2009 | FreeBSD since Sept 1995 Twitter.com:fluffy_khv | Skype:dima.panov | Jabber.org:fluffy.khv | ICQ:1745024
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002151202.21573.fluffy>