pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/kwindowsystem
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jan 25 21:53:03 UTC 2025
Modified Files:
pkgsrc/x11/kwindowsystem: Makefile
Log Message:
kwindowsystem: fix after cmake.mk rework
"Limit cmake's perspective to buildlink3"
Now we end up with buildlink paths in installed files, which make
builds of dependencies fail because the paths don't exist any longer
when they are built.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/x11/kwindowsystem/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/kwindowsystem/Makefile
diff -u pkgsrc/x11/kwindowsystem/Makefile:1.76 pkgsrc/x11/kwindowsystem/Makefile:1.77
--- pkgsrc/x11/kwindowsystem/Makefile:1.76 Mon Jan 13 00:11:34 2025
+++ pkgsrc/x11/kwindowsystem/Makefile Sat Jan 25 21:53:03 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.76 2025/01/13 00:11:34 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2025/01/25 21:53:03 wiz Exp $
DISTNAME= kwindowsystem-${KF5VER}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= x11
HOMEPAGE= https://community.kde.org/Frameworks
@@ -22,11 +22,11 @@ PLIST.mac= yes
.else
PLIST.x11= yes
-#SUBST_CLASSES+= path
-#SUBST_SED.path+= -e "s,${BUILDLINK_DIR}/include,${BUILDLINK_PREFIX.libX11}/include,"
-#SUBST_FILES.path+= _KDE_build/CMakeFiles/Export/*/KF5WindowSystemTargets.cmake
-#SUBST_MESSAGE.path= Fixing path to libX11 in installed file.
-#SUBST_STAGE.path= post-build
+SUBST_CLASSES+= path
+SUBST_SED.path+= -e "s,${BUILDLINK_DIR}/include,${BUILDLINK_PREFIX.libX11}/include,"
+SUBST_FILES.path+= _KDE_build/CMakeFiles/Export/*/KF5WindowSystemTargets.cmake
+SUBST_MESSAGE.path= Fixing path to libX11 in installed file.
+SUBST_STAGE.path= post-build
. include "../../x11/qt5-qtx11extras/buildlink3.mk"
.endif
Home |
Main Index |
Thread Index |
Old Index