From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 17 00:00:19 2011 Return-Path: Delivered-To: freebsd-ports-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 CAB4E1065673 for ; Tue, 17 May 2011 00:00:19 +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 35B408FC1A for ; Tue, 17 May 2011 00:00:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4H00JFi076172 for ; Tue, 17 May 2011 00:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4H00Jd1076170; Tue, 17 May 2011 00:00:19 GMT (envelope-from gnats) Resent-Date: Tue, 17 May 2011 00:00:19 GMT Resent-Message-Id: <201105170000.p4H00Jd1076170@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, Warren Block Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 897D2106566C for ; Mon, 16 May 2011 23:58:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 79FCE8FC17 for ; Mon, 16 May 2011 23:58:07 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p4GNw7V3088169 for ; Mon, 16 May 2011 23:58:07 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4GNw7Tn088168; Mon, 16 May 2011 23:58:07 GMT (envelope-from nobody) Message-Id: <201105162358.p4GNw7Tn088168@red.freebsd.org> Date: Mon, 16 May 2011 23:58:07 GMT From: Warren Block To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157096: [patch] add option to build devel/gvfs without HAL support 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: Tue, 17 May 2011 00:00:20 -0000 >Number: 157096 >Category: ports >Synopsis: [patch] add option to build devel/gvfs without HAL support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 17 00:00:18 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Warren Block >Release: 8-STABLE >Organization: >Environment: FreeBSD lightning 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun May 15 21:02:21 MDT 2011 root@lightning:/usr/obj/usr/src/sys/LIGHTNING i386 >Description: devel/gvfs currently requires HAL. This patch adds a user option to build with or without HAL support. Lightly tested, the port may need pkg-plist updates or other changes also. >How-To-Repeat: Try to pkg_delete hal while devel/gvfs is installed. >Fix: Apply patch. Patch attached with submission follows: --- devel/gvfs/Makefile.orig 2011-05-16 13:11:28.000000000 -0600 +++ devel/gvfs/Makefile 2011-05-16 13:22:44.000000000 -0600 @@ -17,10 +17,8 @@ COMMENT= GNOME virtual file system LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus \ - hal.1:${PORTSDIR}/sysutils/hal \ soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome \ gnome-keyring:${PORTSDIR}/security/libgnome-keyring -RUN_DEPENDS= gnome-mount:${PORTSDIR}/sysutils/gnome-mount USE_BZIP2= yes USE_GNOME= glib20 gnomehack gnomeprefix intlhack gconf2 @@ -35,7 +33,8 @@ AVAHI "Enable AVAHI" on \ SAMBA "Enable Samba" on \ GPHOTO2 "Enable Gphoto 2 camera support" on \ - CDDA "Enable CDDA" on + CDDA "Enable CDDA" on \ + HAL "Enable HAL" on .include @@ -80,4 +79,10 @@ PLIST_SUB+= AVAHI="@comment " .endif +.if defined(WITH_HAL) +RUN_DEPENDS= gnome-mount:${PORTSDIR}/sysutils/gnome-mount +.else +CONFIGURE_ARGS+= --disable-hal +.endif + .include >Release-Note: >Audit-Trail: >Unformatted: