Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5AD9C85289 for ; Fri, 29 Dec 2023 20:27:04 +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 GT4s_zA8SBGM for ; Fri, 29 Dec 2023 20:27:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AE94184D36 for ; Fri, 29 Dec 2023 20:27:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A6934FA42; Fri, 29 Dec 2023 20:27:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703881623184000" MIME-Version: 1.0 Date: Fri, 29 Dec 2023 20:27:03 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/devel/py-pybind11 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20231229202703.A6934FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703881623184000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Fri Dec 29 20:27:03 UTC 2023 Modified Files: pkgsrc/devel/py-pybind11: buildlink3.mk Log Message: py-pybind11: avoid duplicate pre-configure target in gnuradio-core To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-pybind11/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703881623184000 Content-Disposition: inline Content-Length: 880 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-pybind11/buildlink3.mk diff -u pkgsrc/devel/py-pybind11/buildlink3.mk:1.4 pkgsrc/devel/py-pybind11/buildlink3.mk:1.5 --- pkgsrc/devel/py-pybind11/buildlink3.mk:1.4 Thu Dec 28 13:29:26 2023 +++ pkgsrc/devel/py-pybind11/buildlink3.mk Fri Dec 29 20:27:03 2023 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2023/12/28 13:29:26 thor Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2023/12/29 20:27:03 tnn Exp $ BUILDLINK_TREE+= py-pybind11 @@ -10,7 +10,10 @@ PY_PYBIND11_BUILDLINK3_MK:= PYTHON_FOR_BUILD_ONLY?= yes .include "../../lang/python/pyversion.mk" -pre-configure: +pre-configure: py-pybind11-preconfigure + +.PHONY: py-pybind11-preconfigure +py-pybind11-preconfigure: ${LN} -sf ${PREFIX}/bin/pybind11-config-${PYVERSSUFFIX} ${BUILDLINK_DIR}/bin/pybind11-config BUILDLINK_API_DEPENDS.py-pybind11+= ${PYPKGPREFIX}-pybind11>=2.5.0 --_----------=_1703881623184000--