pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Don't leak buildlink3 paths in installed cmake files. Bump PKGREVISION
Module Name: pkgsrc-wip
Committed By: Manuel Bouyer <bouyer%antioche.eu.org@localhost>
Pushed By: bouyer
Date: Tue Feb 10 20:03:35 2026 +0100
Changeset: b0122a943c6d92b763dd88db17d302ed259bc03b
Modified Files:
py-pyside6/Makefile
Log Message:
Don't leak buildlink3 paths in installed cmake files.
Bump PKGREVISION
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b0122a943c6d92b763dd88db17d302ed259bc03b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-pyside6/Makefile | 7 +++++++
1 file changed, 7 insertions(+)
diffs:
diff --git a/py-pyside6/Makefile b/py-pyside6/Makefile
index bf7b98538f..88d62c00c0 100644
--- a/py-pyside6/Makefile
+++ b/py-pyside6/Makefile
@@ -1,6 +1,7 @@
# $NetBSD: $
VERSION= 6.10.1
+PKGREVISION= 1
DISTNAME= pyside-setup-everywhere-src-${VERSION}
PKGNAME= ${PYPKGPREFIX}-pyside6-${VERSION}
MASTER_SITES= https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-${VERSION}-src/
@@ -30,6 +31,12 @@ SUBST_STAGE.bash= post-extract
SUBST_FILES.bash= sources/shiboken6/cmake/ShibokenHelpers.cmake
SUBST_SED.bash= -e "s|\#!/bin/bash|\#!${BASH}|g"
+SUBST_CLASSES+= unbl3
+SUBST_STAGE.unbl3= post-build
+SUBST_FILES.unbl3= ${CMAKE_BUILD_DIR}/sources/shiboken6/generator/CMakeFiles/Export/*/*.cmake
+SUBST_SED.unbl3= -e 's,${BUILDLINK_DIR},${PREFIX},g'
+SUBST_MESSAGE.unbl3= Fix paths to buildlink directories in installed files.
+
.include "../../devel/cmake/build.mk"
.include "../../audio/qt6-qtspeech/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index