Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3FC697A1BC for ; Mon, 10 Apr 2017 15:27:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DF7BE85584; Mon, 10 Apr 2017 15:27:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 711ED84DB3 for ; Mon, 10 Apr 2017 15:27:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id bT0OO0mkkKjp for ; Mon, 10 Apr 2017 15:27:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D1C0084D89 for ; Mon, 10 Apr 2017 15:27:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CC9A3FBE4; Mon, 10 Apr 2017 15:27:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1491838042129480" MIME-Version: 1.0 Date: Mon, 10 Apr 2017 15:27:22 +0000 From: "John Nemeth" Subject: CVS commit: pkgsrc/net/samba4 To: pkgsrc-changes@NetBSD.org Reply-To: jnemeth@netbsd.org X-Mailer: log_accum Message-Id: <20170410152722.CC9A3FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1491838042129480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jnemeth Date: Mon Apr 10 15:27:22 UTC 2017 Modified Files: pkgsrc/net/samba4: Makefile Log Message: Add pkg-config to USE_TOOLS, which is needed to find gnutls. Problem found in a bulk build. Not bumping PKGREVISION since it shouldn't change the binary package when it built. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/samba4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1491838042129480 Content-Disposition: inline Content-Length: 737 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/samba4/Makefile diff -u pkgsrc/net/samba4/Makefile:1.28 pkgsrc/net/samba4/Makefile:1.29 --- pkgsrc/net/samba4/Makefile:1.28 Sat Apr 8 08:56:27 2017 +++ pkgsrc/net/samba4/Makefile Mon Apr 10 15:27:22 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2017/04/08 08:56:27 ryoon Exp $ +# $NetBSD: Makefile,v 1.29 2017/04/10 15:27:22 jnemeth Exp $ DISTNAME= samba-${VERSION} CATEGORIES= net @@ -50,7 +50,7 @@ FILES_SUBST+= SMB_PID=${SMB_PID} # mktemp is useful for the replacement adduser script, but don't require # a full dependency since it's not actually needed by samba. -USE_TOOLS+= gmake mktemp perl:run +USE_TOOLS+= gmake mktemp perl:run pkg-config REPLACE_PERL= script/findsmb.in --_----------=_1491838042129480--