Received: by mail.netbsd.org (Postfix, from userid 605) id 6DA9584F18; Sun, 22 Mar 2020 07:47:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EA93D84F17 for ; Sun, 22 Mar 2020 07:47:01 +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 ucGPIxv4f5jX for ; Sun, 22 Mar 2020 07:47:01 +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 E7F3484F0D for ; Sun, 22 Mar 2020 07:47:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DB256FB27; Sun, 22 Mar 2020 07:47:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584863220161830" MIME-Version: 1.0 Date: Sun, 22 Mar 2020 07:47:00 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/security/mbedtls To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200322074700.DB256FB27@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. --_----------=_1584863220161830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Mar 22 07:47:00 UTC 2020 Modified Files: pkgsrc/security/mbedtls: Makefile Log Message: mbedtls: doesn't need gmake To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/mbedtls/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584863220161830 Content-Disposition: inline Content-Length: 705 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/mbedtls/Makefile diff -u pkgsrc/security/mbedtls/Makefile:1.12 pkgsrc/security/mbedtls/Makefile:1.13 --- pkgsrc/security/mbedtls/Makefile:1.12 Sat Feb 29 11:45:02 2020 +++ pkgsrc/security/mbedtls/Makefile Sun Mar 22 07:47:00 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2020/02/29 11:45:02 nia Exp $ +# $NetBSD: Makefile,v 1.13 2020/03/22 07:47:00 nia Exp $ DISTNAME= mbedtls-2.16.5-apache PKGNAME= ${DISTNAME:-apache=} @@ -17,7 +17,7 @@ SUPERSEDES+= polarssl-[0-9]* WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_CMAKE= yes USE_LANGUAGES= c99 -USE_TOOLS+= gmake perl pkg-config +USE_TOOLS+= perl pkg-config GCC_REQD+= 4.4 REPLACE_PERL= tests/scripts/*.pl --_----------=_1584863220161830--