From owner-freebsd-gnome@FreeBSD.ORG Tue May 28 20:31:02 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 42112705 for ; Tue, 28 May 2013 20:31:02 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) by mx1.freebsd.org (Postfix) with ESMTP id D57753FE for ; Tue, 28 May 2013 20:31:01 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.10]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0LfUkZ-1U5uqs2Wwz-00p6qZ for ; Tue, 28 May 2013 22:30:55 +0200 Received: (qmail invoked by alias); 28 May 2013 20:30:54 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp010) with SMTP; 28 May 2013 22:30:54 +0200 X-Authenticated: #134568197 X-Provags-ID: V01U2FsdGVkX19vUlU9ddJvXl66MzXW5tW688F93wX59sfQ7go8qR LGlrYz2XHNxtzs Received: by something.email.com (sSMTP sendmail emulation); Tue, 28 May 2013 22:30:52 +0200 Date: Tue, 28 May 2013 22:30:52 +0200 To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] devel/gvfs: Add FUSE to default Options, add pathfix From: nemysis X-send-pr-version: 3.113 X-GNATS-Notify: X-Y-GMX-Trusted: 0 Message-Id: <20130528203102.42112705@hub.freebsd.org> Cc: gnome@FreeBSD.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 May 2013 20:31:02 -0000 >Submitter-Id: current-users >Originator: nemysis >Organization: >Confidential: no >Synopsis: [PATCH] devel/gvfs: Add FUSE to default Options, add pathfix >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 9.1-RELEASE amd64 >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Tue Jan 29 15:02:50 EST 2013 >Description: - Add FUSE to default Options - Trim new Uses Port maintainer (gnome@FreeBSD.org) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130528183900-21780/ >Fix: --- gvfs-1.12.3_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/gvfs/Makefile ./Makefile --- /usr/ports/devel/gvfs/Makefile 2013-05-04 15:15:54.000000000 +0200 +++ ./Makefile 2013-05-28 20:28:20.000000000 +0200 @@ -17,9 +17,9 @@ gcrypt:${PORTSDIR}/security/libgcrypt \ gnome-keyring:${PORTSDIR}/security/libgnome-keyring -USES= gettext +USES= gettext pathfix USE_XZ= yes -USE_GNOME= glib20 gnomehack gnomeprefix intlhack intltool +USE_GNOME= glib20 gnomeprefix intlhack intltool USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -30,7 +30,7 @@ --disable-afc OPTIONS_DEFINE= AVAHI SAMBA GPHOTO2 CDDA HAL FUSE -OPTIONS_DEFAULT=AVAHI SAMBA GPHOTO2 CDDA HAL +OPTIONS_DEFAULT=AVAHI SAMBA GPHOTO2 CDDA HAL FUSE CDDA_DESC= CDDA (enables HAL) GPHOTO2_DESC= Gphoto 2 camera support (enables HAL) SAMBA_DESC= Samba support --- gvfs-1.12.3_1.patch ends here ---