pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/khtml



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Feb  2 11:00:05 UTC 2020

Modified Files:
        pkgsrc/www/khtml: Makefile

Log Message:
khtml: autogen now uses json files


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/khtml/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/khtml/Makefile
diff -u pkgsrc/www/khtml/Makefile:1.37 pkgsrc/www/khtml/Makefile:1.38
--- pkgsrc/www/khtml/Makefile:1.37      Wed Jan 29 11:49:29 2020
+++ pkgsrc/www/khtml/Makefile   Sun Feb  2 11:00:05 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2020/01/29 11:49:29 markd Exp $
+# $NetBSD: Makefile,v 1.38 2020/02/02 11:00:05 markd Exp $
 
 DISTNAME=      khtml-${KF5VER}
 CATEGORIES=    www
@@ -16,10 +16,10 @@ USE_TOOLS+= perl msgfmt
 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/CMakeFiles/khtmlpart_autogen.dir/AutogenInfo.cmake 
-SUBST_FILES.fix-moc+=  _KDE_build/src/CMakeFiles/khtmlimagepart_autogen.dir/AutogenInfo.cmake 
-SUBST_FILES.fix-moc+=  _KDE_build/src/kmultipart/CMakeFiles/kmultipart_autogen.dir/AutogenInfo.cmake 
-SUBST_SED.fix-moc=     -e 's,;${PREFIX}/include;,;,g'
+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_SED.fix-moc=     -e 's;"${PREFIX}/include",;;g'
 
 SUBST_CLASSES+=                xdg
 SUBST_STAGE.xdg=       pre-configure



Home | Main Index | Thread Index | Old Index