看板 DFBSD_commit 關於我們 聯絡資訊
This is a multi-part message in MIME format. --------------060601060100060709010303 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Joerg Sonnenberger wrote: >joerg 2005/01/16 09:08:43 PST > >DragonFly src repository > > > Log: > Add override port for mplayer. > > Submitted-by: Glenn Johnson <glennpj@charter.net> > > Additional changes: > - sync with port revision 6 from FreeBSD (theora move) > > The attached patch to the commit needs to be applied to account for the theora move. -- Glenn Johnson --------------060601060100060709010303 Content-Type: text/plain; name="mplayer-Makefile.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mplayer-Makefile.diff" --- Makefile~ 2005-01-16 11:11:12.000000000 -0600 +++ Makefile 2005-01-16 17:17:32.000000000 -0600 @@ -558,7 +558,7 @@ .endif .if defined(WITH_THEORA) -LIB_DEPENDS+= theora.0:${PORTSDIR}/multimedia/libtheora +LIB_DEPENDS+= theora.1:${PORTSDIR}/multimedia/libtheora .endif #.if defined(WITH_TREMOR) --------------060601060100060709010303--