Skip site navigation (1)Skip section navigation (2)
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:   ports/179066: [PATCH] devel/gvfs: Add FUSE to default Options, add pathfix
Message-ID:  <20130528203103.5BF94707@hub.freebsd.org>
Resent-Message-ID: <201305282040.r4SKe0VL026287@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179066
>Category:       ports
>Synopsis:       [PATCH] devel/gvfs: Add FUSE to default Options, add pathfix
>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:   Tue May 28 20:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>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 ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130528203103.5BF94707>