pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/plasma-framework



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun May 24 01:10:31 UTC 2020

Modified Files:
        pkgsrc/x11/plasma-framework: Makefile

Log Message:
plasma-framework: allow noop on fix-moc SUBST.

fix-moc SUBST is a noop on some platforms, required on others.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/x11/plasma-framework/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/plasma-framework/Makefile
diff -u pkgsrc/x11/plasma-framework/Makefile:1.36 pkgsrc/x11/plasma-framework/Makefile:1.37
--- pkgsrc/x11/plasma-framework/Makefile:1.36   Sun Apr 12 08:28:13 2020
+++ pkgsrc/x11/plasma-framework/Makefile        Sun May 24 01:10:30 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2020/04/12 08:28:13 adam Exp $
+# $NetBSD: Makefile,v 1.37 2020/05/24 01:10:30 markd Exp $
 
 DISTNAME=      plasma-framework-${KF5VER}
 PKGREVISION=   3
@@ -18,6 +18,7 @@ SUBST_CLASSES+=               fix-moc
 SUBST_STAGE.fix-moc=   post-configure
 SUBST_MESSAGE.fix-moc= Cleaning up MOC includes
 SUBST_FILES.fix-moc=   _KDE_build/src/scriptengines/qml/CMakeFiles/plasma_appletscript_declarative_autogen.dir/AutogenInfo.json
+SUBST_NOOP_OK.fix-moc= yes
 SUBST_SED.fix-moc=     -e 's;"${PREFIX}/include",;;g'
 
 .include "../../devel/kdeclarative/buildlink3.mk"



Home | Main Index | Thread Index | Old Index