pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/kio
Module Name: pkgsrc
Committed By: markd
Date: Sun May 24 00:32:50 UTC 2020
Modified Files:
pkgsrc/devel/kio: Makefile
Log Message:
kio: restore previous, make as SUBST_NOOP_OK.fix-moc=yes
Seems this is a noop on some platforms and required on others.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/kio/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/kio/Makefile
diff -u pkgsrc/devel/kio/Makefile:1.41 pkgsrc/devel/kio/Makefile:1.42
--- pkgsrc/devel/kio/Makefile:1.41 Sat May 23 23:02:04 2020
+++ pkgsrc/devel/kio/Makefile Sun May 24 00:32:50 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2020/05/23 23:02:04 mef Exp $
+# $NetBSD: Makefile,v 1.42 2020/05/24 00:32:50 markd Exp $
DISTNAME= kio-${KF5VER}
PKGREVISION= 3
@@ -29,6 +29,17 @@ CONF_FILES+= ${PREFIX}/share/examples/kd
CONF_FILES+= ${PREFIX}/share/examples/kde-xdg/kshorturifilterrc \
${PKG_SYSCONFDIR}/xdg/kshorturifilterrc
+# generation of kcookieserver.moc fails when ${PREFIX}/include in the moc include path
+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/ioslaves/http/kcookiejar/CMakeFiles/kded_kcookiejar_autogen.dir/AutogenInfo.json
+SUBST_FILES.fix-moc+= _KDE_build/src/ioslaves/trash/CMakeFiles/kcm_trash_autogen.dir/AutogenInfo.json
+SUBST_FILES.fix-moc+= _KDE_build/src/urifilters/ikws/CMakeFiles/kurisearchfilter_autogen.dir/AutogenInfo.json
+SUBST_FILES.fix-moc+= _KDE_build/src/kcms/kio/CMakeFiles/kcm_kio_autogen.dir/AutogenInfo.json
+SUBST_NOOP_OK.fix-moc= yes
+SUBST_SED.fix-moc= -e 's;"${PREFIX}/include",;;g'
+
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/krb5.buildlink3.mk"
.include "../../archivers/karchive/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index