From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 1 09:10:19 2006 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 B491D16A415 for ; Fri, 1 Dec 2006 09:10:19 +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 5BE1F43CA8 for ; Fri, 1 Dec 2006 09:10:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kB19AIje020457 for ; Fri, 1 Dec 2006 09:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kB19AILD020456; Fri, 1 Dec 2006 09:10:18 GMT (envelope-from gnats) Resent-Date: Fri, 1 Dec 2006 09:10:18 GMT Resent-Message-Id: <200612010910.kB19AILD020456@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Max Brazhnikov Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BA07F16A407 for ; Fri, 1 Dec 2006 09:01:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85B4443CA3 for ; Fri, 1 Dec 2006 09:00:53 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kB1916ad014160 for ; Fri, 1 Dec 2006 09:01:06 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id kB1916FP014158; Fri, 1 Dec 2006 09:01:06 GMT (envelope-from nobody) Message-Id: <200612010901.kB1916FP014158@www.freebsd.org> Date: Fri, 1 Dec 2006 09:01:06 GMT From: Max Brazhnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/106115: libxine: fix knobs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 09:10:19 -0000 >Number: 106115 >Category: ports >Synopsis: libxine: fix knobs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 01 09:10:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: FreeBSD lqc.issp.ac.ru 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Wed Oct 25 14:52:11 MSD 2006 root@lqc.issp.ac.ru:/usr/obj/usr/src/sys/LQC i386 >Description: don't build libxine with gnomevfs2 if WITHOUT_GNOMEVFS2 is defined and gnome-vfs-2 is installed. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.ports Mon Nov 20 18:28:45 2006 +++ Makefile Mon Nov 20 18:29:58 2006 @@ -94,7 +94,7 @@ PLIST_SUB+= WITH_GNOMEVFS2="" .else PLIST_SUB+= WITH_GNOMEVFS2="@comment " -CONFIGURE_ARGS+= --disable-gnome +CONFIGURE_ARGS+= --disable-gnomevfs .endif .if !defined(WITHOUT_POLYPAUDIO) && (exists(${LOCALBASE}/lib/libpolyp-0.7.so.0) || defined(WITH_POLYPAUDIO)) @@ -126,7 +126,7 @@ PLIST_SUB+= WITH_AALIB="" .else PLIST_SUB+= WITH_AALIB="@comment " -CONFIGURE_ARGS+= --disable-aalib +CONFIGURE_ARGS+= --disable-aalib --disable-aalibtest .endif .if !defined(WITHOUT_IMAGEMAGICK) && (exists(${LOCALBASE}/lib/libWand.so.10) || defined (WITH_IMAGEMAGICK)) @@ -156,37 +156,37 @@ @${ECHO_MSG} "===>" @${ECHO_MSG} "===> You can enable some features by defining following variables." @${ECHO_MSG} "===>" -.if !exists(${LOCALBASE}/bin/artsc-config) && !defined(WITH_ARTS) +.if !exists(${LOCALBASE}/bin/artsc-config) && !defined(WITH_ARTS) || defined(WITHOUT_ARTS) @${ECHO_MSG} "===> WITH_ARTS (arts support)" .else @${ECHO_MSG} "===> WITH_ARTS (arts support, enabled)" .endif -.if !exists(${LOCALBASE}/lib/libcaca.a) && !defined(WITH_CACA) +.if !exists(${LOCALBASE}/lib/libcaca.a) && !defined(WITH_CACA) || defined(WITHOUT_CACA) @${ECHO_MSG} "===> WITH_CACA (libcaca support)" .else @${ECHO_MSG} "===> WITH_CACA (libcaca support, enabled)" .endif -.if !(${HAVE_GNOME:Mgnomevfs2} != "") && !defined(WITH_GNOMEVFS2) +.if !(${HAVE_GNOME:Mgnomevfs2} != "") && !defined(WITH_GNOMEVFS2) || defined(WITHOUT_GNOMEVFS2) @${ECHO_MSG} "===> WITH_GNOMEVFS2 (gnomevfs2 support)" .else @${ECHO_MSG} "===> WITH_GNOMEVFS2 (gnomevfs2 support, enabled)" .endif -.if !(${HAVE_GNOME:Mesound} != "") && !defined(WITH_ESOUND) +.if !(${HAVE_GNOME:Mesound} != "") && !defined(WITH_ESOUND) || defined(WITHOUT_ESOUND) @${ECHO_MSG} "===> WITH_ESOUND (esound support)" .else @${ECHO_MSG} "===> WITH_ESOUND (esound support, enabled)" .endif -.if !exists(${LOCALBASE}/lib/libpolyp-0.7.so.0) && !defined(WITH_POLYPAUDIO) +.if !exists(${LOCALBASE}/lib/libpolyp-0.7.so.0) && !defined(WITH_POLYPAUDIO) || defined(WITHOUT_POLYPAUDIO) @${ECHO_MSG} "===> WITH_POLYPAUDIO (polypaudio support)" .else @${ECHO_MSG} "===> WITH_POLYPAUDIO (polypaudio support, enabled)" .endif -.if !exists(${LOCALBASE}/lib/libsmbclient.so.0) && !defined (WITH_SMB) +.if !exists(${LOCALBASE}/lib/libsmbclient.so.0) && !defined (WITH_SMB) || defined(WITHOUT_SMB) @${ECHO_MSG} "===> WITH_SMB (SMB support)" .else @${ECHO_MSG} "===> WITH_SMB (SMB support, enabled)" .endif -.if !exists(${X11BASE}/lib/libXvMCNVIDIA.so.1) && !defined(WITH_XVMC) +.if !exists(${X11BASE}/lib/libXvMCNVIDIA.so.1) && !defined(WITH_XVMC) || defined(WITHOUT_XVMC) @${ECHO_MSG} "===> WITH_XVMC (XvMC support)" .else @${ECHO_MSG} "===> WITH_XVMC (XvMC support, enabled)" >Release-Note: >Audit-Trail: >Unformatted: