Received: by mail.netbsd.org (Postfix, from userid 605) id B295D84DF2; Sun, 28 Apr 2019 13:26:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3A36584D90 for ; Sun, 28 Apr 2019 13:26:37 +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 Nkxi10jdADYP for ; Sun, 28 Apr 2019 13:26:36 +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 13F5684CEA for ; Sun, 28 Apr 2019 13:26:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0E6B2FB16; Sun, 28 Apr 2019 13:26:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155645799682040" MIME-Version: 1.0 Date: Sun, 28 Apr 2019 13:26:36 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/print/web2c To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20190428132636.0E6B2FB16@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. --_----------=_155645799682040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun Apr 28 13:26:35 UTC 2019 Modified Files: pkgsrc/print/web2c: Makefile Log Message: print/web2c: disable check for unknown configure options To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 pkgsrc/print/web2c/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155645799682040 Content-Disposition: inline Content-Length: 742 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/web2c/Makefile diff -u pkgsrc/print/web2c/Makefile:1.83 pkgsrc/print/web2c/Makefile:1.84 --- pkgsrc/print/web2c/Makefile:1.83 Wed Mar 27 11:23:18 2019 +++ pkgsrc/print/web2c/Makefile Sun Apr 28 13:26:35 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2019/03/27 11:23:18 wiz Exp $ +# $NetBSD: Makefile,v 1.84 2019/04/28 13:26:35 rillig Exp $ DISTNAME= texlive-20180414-source PKGNAME= web2c-2018 @@ -17,7 +17,9 @@ DEPENDS+= ptexenc>=1.3.4:../../print/pte EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ ${DISTNAME}/texk/web2c -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes +GNU_CONFIGURE_STRICT= no # texk/web2c/web2c doesn't know the options + INFO_FILES= yes USE_LANGUAGES= c c++11 USE_LIBTOOL= yes --_----------=_155645799682040--