pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/kdelibs4support



Module Name:    pkgsrc
Committed By:   markd
Date:           Thu Jan 19 09:45:39 UTC 2017

Modified Files:
        pkgsrc/x11/kdelibs4support: Makefile

Log Message:
More automoc cleanup


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/kdelibs4support/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/kdelibs4support/Makefile
diff -u pkgsrc/x11/kdelibs4support/Makefile:1.3 pkgsrc/x11/kdelibs4support/Makefile:1.4
--- pkgsrc/x11/kdelibs4support/Makefile:1.3     Sun Dec  4 05:17:14 2016
+++ pkgsrc/x11/kdelibs4support/Makefile Thu Jan 19 09:45:39 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/12/04 05:17:14 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2017/01/19 09:45:39 markd Exp $
 
 DISTNAME=      kdelibs4support-${KF5VER}
 PKGREVISION=   1
@@ -38,6 +38,13 @@ CONF_FILES+= ${PREFIX}/share/examples/kd
 CONF_FILES+=   ${PREFIX}/share/examples/kdelibs4support/colors/Web.colors \
                ${PKG_SYSCONFDIR}/xdg/colors/Web.colors
 
+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/solid-networkstatus/kded/CMakeFiles/kded_networkstatus_automoc.dir/AutogenInfo.cmake
+SUBST_FILES.fix-moc+=  _KDE_build/autotests/CMakeFiles/klibloadertestmodule5_automoc.dir/AutogenInfo.cmake
+SUBST_SED.fix-moc=     -e 's,;${PREFIX}/include;,;,g'
+
 .include "../../misc/kemoticons/buildlink3.mk"
 .include "../../devel/kitemmodels/buildlink3.mk"
 .include "../../misc/kunitconversion/buildlink3.mk"



Home | Main Index | Thread Index | Old Index