Received: by mail.netbsd.org (Postfix, from userid 605) id F20D884D53; Sun, 31 May 2020 09:27:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7B40684D3A for ; Sun, 31 May 2020 09:27:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ghQFbUwf1GVz for ; Sun, 31 May 2020 09:27:42 +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 D600484D25 for ; Sun, 31 May 2020 09:27:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C9DE7FB27; Sun, 31 May 2020 09:27:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590917261155010" MIME-Version: 1.0 Date: Sun, 31 May 2020 09:27:41 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/cross/freemint-mintlib To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200531092741.C9DE7FB27@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. --_----------=_1590917261155010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun May 31 09:27:41 UTC 2020 Modified Files: pkgsrc/cross/freemint-mintlib: Makefile Log Message: cross/freemint-mintlib: suppress USE_TOOLS+=perl warning To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/cross/freemint-mintlib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1590917261155010 Content-Disposition: inline Content-Length: 746 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cross/freemint-mintlib/Makefile diff -u pkgsrc/cross/freemint-mintlib/Makefile:1.8 pkgsrc/cross/freemint-mintlib/Makefile:1.9 --- pkgsrc/cross/freemint-mintlib/Makefile:1.8 Sun May 3 17:59:51 2020 +++ pkgsrc/cross/freemint-mintlib/Makefile Sun May 31 09:27:41 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2020/05/03 17:59:51 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2020/05/31 09:27:41 rillig Exp $ DISTNAME= mintlib-CVS-20131219 PKGNAME= cross-freemint-${DISTNAME:S/CVS-//} @@ -32,6 +32,7 @@ CONFIGURE_DIRS= ${GCCNAME}bin CONFIGURE_SCRIPT= ../${GCCNAME}/configure USE_TOOLS+= bash:run gmake makeinfo bison flex +TOOLS_BROKEN+= perl GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${FREEMINT_PREFIX} --_----------=_1590917261155010--