Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2006 15:47:14 GMT
From:      Gyorgy Teubel <tgyurci@freemail.hu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/97791: gnomevfs2: add FAM choice to options
Message-ID:  <200605241547.k4OFlEcu010271@www.freebsd.org>
Resent-Message-ID: <200605241550.k4OFoCs8059961@freefall.freebsd.org>

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

>Number:         97791
>Category:       ports
>Synopsis:       gnomevfs2: add FAM choice to options
>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:   Wed May 24 15:50:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gyorgy Teubel
>Release:        6.1-STABLE
>Organization:
>Environment:
>Description:
With this patch users can chosse in the options to use FAM or not.
>How-To-Repeat:

>Fix:
diff -u -ur /usr/ports/devel/gnomevfs2/Makefile gnomevfs2/Makefile
--- /usr/ports/devel/gnomevfs2/Makefile Sat May 13 01:20:37 2006
+++ gnomevfs2/Makefile  Wed May 24 17:40:23 2006
@@ -49,12 +49,15 @@
        system_http_proxy.schemas system_smb.schemas

 OPTIONS=   SAMBA "Enable SMB volume support" on \
-       MDNS "Enable Bonjour/Rendezvous support" on
+       MDNS "Enable Bonjour/Rendezvous support" on \
+       FAM "Enable FAM (File Alteration Monitor) support" on \

 .include <bsd.port.pre.mk>

-.if exists(${LOCALBASE}/lib/libfam.so) || !defined(WITHOUT_FAM)
+.if defined(WITH_FAM)
 USE_FAM=   yes
+.else
+CONFIGURE_ARGS+=--disable-fam
 .endif

 .if exists(${LOCALBASE}/lib/libkrb5.so)

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



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