git: 6ff1dcdf643a - main - graphics/openshadinglanguage: unbreak python bindings package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Jan 2026 00:07:43 UTC
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%%.so