Date: Thu, 01 Jan 2026 00:07:43 +0000 From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6ff1dcdf643a - main - graphics/openshadinglanguage: unbreak python bindings package Message-ID: <6955bacf.32062.4c06ddde@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ff1dcdf643a947affae8459eb439c89b0b9e838 commit 6ff1dcdf643a947affae8459eb439c89b0b9e838 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2026-01-01 00:06:52 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2026-01-01 00:06:52 +0000 graphics/openshadinglanguage: unbreak python bindings package Reported by: bulk -t --- graphics/openshadinglanguage/Makefile | 2 +- graphics/openshadinglanguage/pkg-plist-pybind | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/openshadinglanguage/Makefile b/graphics/openshadinglanguage/Makefile index b3100d5f7ac0..9095ba99bbaa 100644 --- a/graphics/openshadinglanguage/Makefile +++ b/graphics/openshadinglanguage/Makefile @@ -72,7 +72,7 @@ PLIST= ${PKGDIR}/pkg-plist-pybind do-install: ${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} - ${INSTALL_LIB} ${BUILD_WRKSRC}/lib/python/site-packages/oslquery.so ${STAGEDIR}${PYTHON_SITELIBDIR} + ${INSTALL_LIB} ${BUILD_WRKSRC}/lib/python/site-packages/oslquery${PYTHON_SOABI}.so ${STAGEDIR}${PYTHON_SITELIBDIR} .else # SLAVE_PORT != yes # using python:env as this port doesn't need to use python # a python util script is installed for user consumption diff --git a/graphics/openshadinglanguage/pkg-plist-pybind b/graphics/openshadinglanguage/pkg-plist-pybind index aeb4a6917676..6827a51fa5ab 100644 --- a/graphics/openshadinglanguage/pkg-plist-pybind +++ b/graphics/openshadinglanguage/pkg-plist-pybind @@ -1 +1 @@ -%%PYTHON_SITELIBDIR%%/oslquery.so +%%PYTHON_SITELIBDIR%%/oslquery%%PYTHON_SOABI%%.sohome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6955bacf.32062.4c06ddde>
