Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jul 2007 10:20:06 GMT
From:      Max Brazhnikov <makc@issp.ac.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/114622: fix libxine compiled with libcaca support
Message-ID:  <200707161020.l6GAK65W011680@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/114622; it has been noted by GNATS.

From: Max Brazhnikov <makc@issp.ac.ru>
To: bug-followup@freebsd.org, makc@issp.ac.ru
Cc:  
Subject: Re: ports/114622: fix libxine compiled with libcaca support
Date: Mon, 16 Jul 2007 14:12:41 +0400

 --Boundary-00=_aS0mGtr4q/D5eLX
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Fix xine also
 
 --Boundary-00=_aS0mGtr4q/D5eLX
 Content-Type: text/x-diff;
   charset="us-ascii";
   name="xine.fixcaca.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="xine.fixcaca.diff"
 
 diff -ruN --exclude=CVS /usr/ports/multimedia/xine/Makefile /home/makc/porting/ports/multimedia/xine/Makefile
 --- /usr/ports/multimedia/xine/Makefile	Sun Jul 15 19:28:34 2007
 +++ /home/makc/porting/ports/multimedia/xine/Makefile	Mon Jul 16 14:03:30 2007
 @@ -100,6 +100,11 @@
  .endif
  
  .if defined(WITH_CACA)
 +LIBXINE_VER!=	cd ${PORTSDIR}/multimedia/libxine && make -VPORTVERSION
 +.if !exists(${LOCALBASE}/lib/xine/plugins/${LIBXINE_VER}/xineplug_vo_out_caca.so)
 +IGNORE=libxine should be compiled with caca support
 +.endif
 +LIB_DEPENDS+=	caca.0:${PORTSDIR}/graphics/libcaca
  PLIST_SUB+=	WITH_CACA=""
  .else
  PLIST_SUB+=	WITH_CACA="@comment "
 
 --Boundary-00=_aS0mGtr4q/D5eLX--



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