Received: by mail.netbsd.org (Postfix, from userid 605) id 9DD8784D67; Wed, 28 Apr 2021 09:03:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D6FA784D45 for ; Wed, 28 Apr 2021 09:03:49 +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 Umi21o2Llr0h for ; Wed, 28 Apr 2021 09:03:49 +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 3B27D84CD8 for ; Wed, 28 Apr 2021 09:03:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2F462FA95; Wed, 28 Apr 2021 09:03:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161960062982220" MIME-Version: 1.0 Date: Wed, 28 Apr 2021 09:03:49 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/net/samba4 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210428090349.2F462FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161960062982220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Apr 28 09:03:49 UTC 2021 Modified Files: pkgsrc/net/samba4: Makefile Log Message: samba4: add flex to USE_TOOLS To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 pkgsrc/net/samba4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161960062982220 Content-Disposition: inline Content-Length: 802 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.120 pkgsrc/net/samba4/Makefile:1.121 --- pkgsrc/net/samba4/Makefile:1.120 Thu Apr 22 15:47:45 2021 +++ pkgsrc/net/samba4/Makefile Wed Apr 28 09:03:49 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.120 2021/04/22 15:47:45 adam Exp $ +# $NetBSD: Makefile,v 1.121 2021/04/28 09:03:49 nia Exp $ DISTNAME= samba-4.14.3 CATEGORIES= net @@ -55,7 +55,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 pkg-config +USE_TOOLS+= gmake mktemp perl:run pkg-config flex .if ${OPSYS} == "NetBSD" USE_GNU_ICONV= yes # FIXME: something doesn't work on NetBSD --_----------=_161960062982220--