Date: Tue, 28 May 2013 22:30:52 +0200 From: nemysis <nemysis@gmx.ch> To: FreeBSD-gnats-submit@freebsd.org Cc: gnome@FreeBSD.org Subject: [PATCH] devel/gvfs: Add FUSE to default Options, add pathfix Message-ID: <20130528203102.42112705@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130528203102.42112705>