From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 16 10:20:07 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4975816A400 for ; Mon, 16 Jul 2007 10:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 3441913C48D for ; Mon, 16 Jul 2007 10:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l6GAK61f011681 for ; Mon, 16 Jul 2007 10:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l6GAK65W011680; Mon, 16 Jul 2007 10:20:06 GMT (envelope-from gnats) Date: Mon, 16 Jul 2007 10:20:06 GMT Message-Id: <200707161020.l6GAK65W011680@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Max Brazhnikov Cc: Subject: Re: ports/114622: fix libxine compiled with libcaca support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Max Brazhnikov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jul 2007 10:20:07 -0000 The following reply was made to PR ports/114622; it has been noted by GNATS. From: Max Brazhnikov 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--