svn commit: r514258 - head/net/samba410

Timur I. Bakeyev timur at FreeBSD.org
Fri Oct 11 00:49:32 UTC 2019


Author: timur
Date: Fri Oct 11 00:49:31 2019
New Revision: 514258
URL: https://svnweb.freebsd.org/changeset/ports/514258

Log:
  Fix typo

Modified:
  head/net/samba410/Makefile

Modified: head/net/samba410/Makefile
==============================================================================
--- head/net/samba410/Makefile	Fri Oct 11 00:44:01 2019	(r514257)
+++ head/net/samba410/Makefile	Fri Oct 11 00:49:31 2019	(r514258)
@@ -150,7 +150,7 @@ LIB_DEPENDS+=			libpopt.so:devel/popt
 LIB_DEPENDS+=			libinotify.so:devel/libinotify
 # GNUTLS
 LIB_DEPENDS+=			libgnutls.so:security/gnutls
-# NFS4 ACL glue
+# NFSv4 ACL glue
 LIB_DEPENDS+=			libsunacl.so:sysutils/libsunacl
 # Jansson
 BUILD_DEPENDS+=			jansson>=2.10:devel/jansson
@@ -416,6 +416,7 @@ SUB_LIST+=			SAMBA4_PYTHON="@comment "
 USES+=				python:3.4+
 PLIST_SUB+=			SAMBA4_PYTHON=""
 SUB_LIST+=			SAMBA4_PYTHON=""
+CONFIGURE_ARGS+=		--nopycache
 
 .if defined(SAMBA4_BUNDLED_TALLOC) && ${SAMBA4_BUNDLED_TALLOC} == yes
 SAMBA4_BUNDLED_LIBS+=		pytalloc-util


More information about the svn-ports-head mailing list