Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=eTB3/Prw; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ylgVU6WR Received: by mail.netbsd.org (Postfix, from userid 605) id 1B4A38508A; Sun, 5 May 2024 13:05:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714914318; bh=ET3cLHKEpzeCxQPhZKwkilhHKHv9gIBCwlcKb+uCusI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=eTB3/PrwTzmdx9VqM7wrOLZ7FXTE+KcQh3cPjF69wx9K0zJSRePIvKInnX5TKaIqM tJZvl0z77Ktpc8oOYWsZfgkHVYdW500ql/VTUlHNWNtpNnn+WSWlwV41N9IiqGocKi ybtwFHBfCwD5xVQaJLcdUafDBPAHrhsTWE6CUU+8= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0D0FF84EC7 for ; Sun, 5 May 2024 13:05:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 bJ-9Xp5me6l5 for ; Sun, 5 May 2024 13:05:16 +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 5ECCB84D62 for ; Sun, 5 May 2024 13:05:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714914316; bh=ET3cLHKEpzeCxQPhZKwkilhHKHv9gIBCwlcKb+uCusI=; h=Date:From:Subject:To:Reply-To; b=ylgVU6WR3PiaFLOVXLKaVA9GYOzUADEnNH+rwPlz0xSDLIg7u5sMX8ArwKnCiJ/5X N7XDZyQUO4P0gE2aXBG6iCJBqQqmjasV8wVBRs5MsbXLrVxi5dl9I0RX4pvec5Gz57 DjrWc1I2ntjbQJGtN6P5+ZCyweg4OhcX5qMEDt+A= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 565C7FA2C; Sun, 5 May 2024 13:05:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714914316195470" MIME-Version: 1.0 Date: Sun, 5 May 2024 13:05:16 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/net/py-cares To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20240505130516.565C7FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714914316195470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sun May 5 13:05:16 UTC 2024 Modified Files: pkgsrc/net/py-cares: Makefile Log Message: net/py-cares: Revert unintended hunk while adding comments Dropping PYCARES_CFFI=1 is likely correct, but was not explained in the commit message and logically unrelated to the packed issue. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/py-cares/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714914316195470 Content-Disposition: inline Content-Length: 654 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-cares/Makefile diff -u pkgsrc/net/py-cares/Makefile:1.9 pkgsrc/net/py-cares/Makefile:1.10 --- pkgsrc/net/py-cares/Makefile:1.9 Sun May 5 11:11:01 2024 +++ pkgsrc/net/py-cares/Makefile Sun May 5 13:05:16 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2024/05/05 11:11:01 gdt Exp $ +# $NetBSD: Makefile,v 1.10 2024/05/05 13:05:16 gdt Exp $ DISTNAME= pycares-4.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} @@ -23,6 +23,7 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:. DEPENDS+= ${PYPKGPREFIX}-cffi>=1.5.0:../../devel/py-cffi USE_LANGUAGES= c +MAKE_ENV+= PYCARES_CFFI=1 PYTHON_VERSIONS_INCOMPATIBLE= 27 --_----------=_1714914316195470--