From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 24 20:00:03 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 289601065677 for ; Sat, 24 Jan 2009 20:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EEC888FC1B for ; Sat, 24 Jan 2009 20:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0OK02VW083519 for ; Sat, 24 Jan 2009 20:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0OK02Vf083518; Sat, 24 Jan 2009 20:00:02 GMT (envelope-from gnats) Resent-Date: Sat, 24 Jan 2009 20:00:02 GMT Resent-Message-Id: <200901242000.n0OK02Vf083518@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Max Brazhnikov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17C5C1065674 for ; Sat, 24 Jan 2009 19:59:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id E07688FC0A for ; Sat, 24 Jan 2009 19:59:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0OJxcov060015 for ; Sat, 24 Jan 2009 19:59:38 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0OJxcIc060014; Sat, 24 Jan 2009 19:59:38 GMT (envelope-from nobody) Message-Id: <200901241959.n0OJxcIc060014@www.freebsd.org> Date: Sat, 24 Jan 2009 19:59:38 GMT From: Max Brazhnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/130953: multimedia/libxine: remove optinal XCB X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2009 20:00:03 -0000 >Number: 130953 >Category: misc >Synopsis: multimedia/libxine: remove optinal XCB >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jan 24 20:00:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: FreeBSD luna.dio.ru 7.1-STABLE FreeBSD 7.1-STABLE #2: Sun Jan 18 21:48:53 MSK 2009 root@luna.dio.ru:/usr/obj/usr/freebsd/7/src/sys/LUNA i386 >Description: Remove XCB option from libxine. libX11 now depends on libxcb unconditionally. Since several libxine consumers (e.g. multimedia/phonon and all KDE4) require xcb support in libxine, this removal seems to be reasonable. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/multimedia/libxine/Makefile,v retrieving revision 1.137 diff -u -r1.137 Makefile --- Makefile 23 Jan 2009 16:27:47 -0000 1.137 +++ Makefile 24 Jan 2009 19:45:47 -0000 @@ -7,7 +7,7 @@ PORTNAME= xine PORTVERSION= 1.1.15 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia ipv6 MASTER_SITES= SF PKGNAMEPREFIX= lib @@ -59,7 +59,6 @@ GNOMEVFS2 "Enable GnomeVFS2 support" off \ PULSEAUDIO "Enable PulseAudio support" off \ XVMC "Enable XvMC support" off \ - XCB "Enable XCB support" on \ SMB "Enable SMB protocol support" off \ AALIB "Enable aalib support" off \ IMAGEMAGICK "Enable ImageMagick support" off \ @@ -137,14 +136,6 @@ PLIST_SUB+= WITH_XVMC="@comment " .endif -.if defined(WITH_XCB) -LIB_DEPENDS+= xcb.2:${PORTSDIR}/x11/libxcb -PLIST_SUB+= WITH_XCB="" -.else -PLIST_SUB+= WITH_XCB="@comment " -CONFIGURE_ARGS+= --without-xcb -.endif - .if defined(WITH_SMB) LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient PLIST_SUB+= WITH_SMB="" Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/multimedia/libxine/pkg-plist,v retrieving revision 1.51 diff -u -r1.51 pkg-plist --- pkg-plist 18 May 2008 15:26:45 -0000 1.51 +++ pkg-plist 24 Jan 2009 19:45:39 -0000 @@ -144,8 +144,8 @@ %%PLUGINSDIR%%/xineplug_vo_out_raw.so %%PLUGINSDIR%%/xineplug_vo_out_sdl.so %%WITH_VIDIX%%%%PLUGINSDIR%%/xineplug_vo_out_vidix.so -%%WITH_XCB%%%%PLUGINSDIR%%/xineplug_vo_out_xcbshm.so -%%WITH_XCB%%%%PLUGINSDIR%%/xineplug_vo_out_xcbxv.so +%%PLUGINSDIR%%/xineplug_vo_out_xcbshm.so +%%PLUGINSDIR%%/xineplug_vo_out_xcbxv.so %%PLUGINSDIR%%/xineplug_vo_out_xshm.so %%PLUGINSDIR%%/xineplug_vo_out_xv.so %%WITH_XVMC%%%%PLUGINSDIR%%/xineplug_vo_out_xvmc.so >Release-Note: >Audit-Trail: >Unformatted: