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:           Mon Jan 13 00:11:35 UTC 2025

Modified Files:
        pkgsrc/x11/kwindowsystem: Makefile

Log Message:
kwindowsystem: remove SUBST that currently does nothing yet

(needed with the riastradh's proposed cmake cleanup)


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 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.75 pkgsrc/x11/kwindowsystem/Makefile:1.76
--- pkgsrc/x11/kwindowsystem/Makefile:1.75      Sun Jan 12 15:23:28 2025
+++ pkgsrc/x11/kwindowsystem/Makefile   Mon Jan 13 00:11:34 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2025/01/12 15:23:28 wiz Exp $
+# $NetBSD: Makefile,v 1.76 2025/01/13 00:11:34 wiz Exp $
 
 DISTNAME=      kwindowsystem-${KF5VER}
 PKGREVISION=   4
@@ -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