Received: by mail.netbsd.org (Postfix, from userid 605) id 4315884D75; Sun, 10 May 2020 18:31:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BC54484D5F for ; Sun, 10 May 2020 18:31:20 +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 ODF1dEAD4TDq for ; Sun, 10 May 2020 18:31:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 47E3284CD8 for ; Sun, 10 May 2020 18:31:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 33A0BFB27; Sun, 10 May 2020 18:31:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589135480225390" MIME-Version: 1.0 Date: Sun, 10 May 2020 18:31:20 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/devel/swig2 To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200510183120.33A0BFB27@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. --_----------=_1589135480225390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun May 10 18:31:20 UTC 2020 Modified Files: pkgsrc/devel/swig2: Makefile Log Message: devel/swig2: skip check for unknown configure options To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/swig2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589135480225390 Content-Disposition: inline Content-Length: 664 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/swig2/Makefile diff -u pkgsrc/devel/swig2/Makefile:1.12 pkgsrc/devel/swig2/Makefile:1.13 --- pkgsrc/devel/swig2/Makefile:1.12 Thu Apr 25 07:32:50 2019 +++ pkgsrc/devel/swig2/Makefile Sun May 10 18:31:20 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2019/04/25 07:32:50 maya Exp $ +# $NetBSD: Makefile,v 1.13 2020/05/10 18:31:20 rillig Exp $ DISTNAME= swig-2.0.12 PKGNAME= ${DISTNAME:S/swig-/swig2-/} @@ -40,6 +40,7 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake pax GNU_CONFIGURE= yes +GNU_CONFIGURE_STRICT= no # has sub-configures INSTALLATION_DIRS+= share/doc/swig/2.0 share/examples/swig/2.0 --_----------=_1589135480225390--