Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6C4D185003 for ; Wed, 8 Nov 2023 23:00:57 +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 3lf21LQMLdum for ; Wed, 8 Nov 2023 23:00:57 +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 C037984FF8 for ; Wed, 8 Nov 2023 23:00:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B9344FA2F; Wed, 8 Nov 2023 23:00:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699484456255620" MIME-Version: 1.0 Date: Wed, 8 Nov 2023 23:00:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/py-lxml To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231108230056.B9344FA2F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699484456255620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Nov 8 23:00:56 UTC 2023 Modified Files: pkgsrc/textproc/py-lxml: Makefile Log Message: py-lxml: uses 'for (int i=...)' so needs c99 To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 pkgsrc/textproc/py-lxml/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699484456255620 Content-Disposition: inline Content-Length: 730 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-lxml/Makefile diff -u pkgsrc/textproc/py-lxml/Makefile:1.92 pkgsrc/textproc/py-lxml/Makefile:1.93 --- pkgsrc/textproc/py-lxml/Makefile:1.92 Wed Nov 8 13:21:08 2023 +++ pkgsrc/textproc/py-lxml/Makefile Wed Nov 8 23:00:56 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2023/11/08 13:21:08 wiz Exp $ +# $NetBSD: Makefile,v 1.93 2023/11/08 23:00:56 wiz Exp $ DISTNAME= lxml-4.9.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,6 +11,8 @@ HOMEPAGE= https://lxml.de/ COMMENT= Python binding for libxml2 and libxslt LICENSE= modified-bsd +USE_CC_FEATURES= c99 + # Path too long for nbtar (pax-as-tar)? # See pkg/56688: nbtar (archivers/pax) silently drops files EXTRACT_USING= gtar --_----------=_1699484456255620--