Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/khtml khtml: remove obsolete file from xdg SUBST. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f519bf0d2da1
branches:  trunk
changeset: 432648:f519bf0d2da1
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun May 24 00:55:17 2020 +0000

description:
khtml: remove obsolete file from xdg SUBST. allow noop on fix-moc SUBST.

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

diffstat:

 www/khtml/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r c93654dc8f4a -r f519bf0d2da1 www/khtml/Makefile
--- a/www/khtml/Makefile        Sun May 24 00:32:50 2020 +0000
+++ b/www/khtml/Makefile        Sun May 24 00:55:17 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2020/04/12 08:28:08 adam Exp $
+# $NetBSD: Makefile,v 1.42 2020/05/24 00:55:17 markd Exp $
 
 DISTNAME=      khtml-${KF5VER}
 PKGREVISION=   3
@@ -20,12 +20,13 @@
 SUBST_FILES.fix-moc=   _KDE_build/src/CMakeFiles/khtmlpart_autogen.dir/AutogenInfo.json 
 SUBST_FILES.fix-moc+=  _KDE_build/src/CMakeFiles/khtmlimagepart_autogen.dir/AutogenInfo.json 
 SUBST_FILES.fix-moc+=  _KDE_build/src/kmultipart/CMakeFiles/kmultipart_autogen.dir/AutogenInfo.json 
+SUBST_NOOP_OK.fix-moc= yes
 SUBST_SED.fix-moc=     -e 's;"${PREFIX}/include",;;g'
 
 SUBST_CLASSES+=                xdg
 SUBST_STAGE.xdg=       pre-configure
 SUBST_MESSAGE.xdg=     Install via examples dir.
-SUBST_FILES.xdg=       CMakeLists.txt src/CMakeLists.txt
+SUBST_FILES.xdg=       src/CMakeLists.txt
 SUBST_SED.xdg=         -e 's:{KDE_INSTALL_CONFDIR}:{KDE_INSTALL_XDG_EX_DIR}:'
 
 MAKE_DIRS+=    ${PKG_SYSCONFDIR}/xdg



Home | Main Index | Thread Index | Old Index