From owner-svn-ports-head@freebsd.org Fri Oct 11 00:49:32 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D6F33137216; Fri, 11 Oct 2019 00:49:32 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46q8VN4FSSz3JW2; Fri, 11 Oct 2019 00:49:32 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 70A01A3A0; Fri, 11 Oct 2019 00:49:32 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9B0nW5D019874; Fri, 11 Oct 2019 00:49:32 GMT (envelope-from timur@FreeBSD.org) Received: (from timur@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9B0nWog019873; Fri, 11 Oct 2019 00:49:32 GMT (envelope-from timur@FreeBSD.org) Message-Id: <201910110049.x9B0nWog019873@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: timur set sender to timur@FreeBSD.org using -f From: "Timur I. Bakeyev" Date: Fri, 11 Oct 2019 00:49:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514258 - head/net/samba410 X-SVN-Group: ports-head X-SVN-Commit-Author: timur X-SVN-Commit-Paths: head/net/samba410 X-SVN-Commit-Revision: 514258 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2019 00:49:32 -0000 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