ports/97791: gnomevfs2: add FAM choice to options

Gyorgy Teubel tgyurci at freemail.hu
Wed May 24 15:50:14 UTC 2006


>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:



More information about the freebsd-ports-bugs mailing list