[Midnightbsd-cvs] mports [22828] trunk/net/samba44/Makefile: force fam support, but get it to actually pick it up

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 30 17:51:28 EDT 2017


Revision: 22828
          http://svnweb.midnightbsd.org/mports/?rev=22828
Author:   laffer1
Date:     2017-09-30 17:51:28 -0400 (Sat, 30 Sep 2017)
Log Message:
-----------
force fam support, but get it to actually pick it up

Modified Paths:
--------------
    trunk/net/samba44/Makefile

Modified: trunk/net/samba44/Makefile
===================================================================
--- trunk/net/samba44/Makefile	2017-09-30 21:47:31 UTC (rev 22827)
+++ trunk/net/samba44/Makefile	2017-09-30 21:51:28 UTC (rev 22828)
@@ -63,7 +63,7 @@
 CONFIGURE_ENV+=		PTHREAD_LDFLAGS="-lpthread"
 
 USES=			cpe compiler waf pkgconfig perl5 python:2 \
-			readline iconv shebangfix
+			readline iconv shebangfix 
 USE_PERL5=		build
 USE_LDCONFIG=		${SAMBA4_LIBDIR}
 WAF_CMD=		buildtools/bin/waf
@@ -128,7 +128,6 @@
 ADS_DESC=		Active Directory client support
 DNSUPDATE_DESC=		Dynamic DNS update (require ADS)
 EXP_MODULES_DESC=	Experimental modules
-FAM_DESC=		File Alteration Monitor support
 LDAP_DESC=		LDAP client support
 PAM_SMBPASS_DESC=	PAM authentication via passdb backends
 PTHREADPOOL_DESC=	Pthread pool
@@ -280,13 +279,8 @@
 PLIST_SUB+=		DNSUPDATE="@comment "
 .endif
 
-# https://bugzilla.samba.org/show_bug.cgi?id=9545
-.if ${PORT_OPTIONS:MFAM}
-USES+=			fam
+EXTENSIONS+=	fam
 CONFIGURE_ARGS+=	--with-fam
-.else
-CONFIGURE_ARGS+=	--without-fam
-.endif
 
 .if ${PORT_OPTIONS:MLDAP}
 SAMBA4_WANT_LDAP=	yes



More information about the Midnightbsd-cvs mailing list