Received: by mail.netbsd.org (Postfix, from userid 605) id D29AE84DC7; Sun, 2 Feb 2020 10:26:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5922284D8A for ; Sun, 2 Feb 2020 10:26:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Mr_s4kGCyJAI for ; Sun, 2 Feb 2020 10:26:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CF8CB84D33 for ; Sun, 2 Feb 2020 10:26:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C42FBFBF4; Sun, 2 Feb 2020 10:26:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1580639160169880" MIME-Version: 1.0 Date: Sun, 2 Feb 2020 10:26:00 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/devel/kio To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20200202102600.C42FBFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1580639160169880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Feb 2 10:26:00 UTC 2020 Modified Files: pkgsrc/devel/kio: Makefile Log Message: kio: autogen now uses json files To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/kio/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1580639160169880 Content-Disposition: inline Content-Length: 1833 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/kio/Makefile diff -u pkgsrc/devel/kio/Makefile:1.36 pkgsrc/devel/kio/Makefile:1.37 --- pkgsrc/devel/kio/Makefile:1.36 Wed Jan 29 11:49:24 2020 +++ pkgsrc/devel/kio/Makefile Sun Feb 2 10:26:00 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2020/01/29 11:49:24 markd Exp $ +# $NetBSD: Makefile,v 1.37 2020/02/02 10:26:00 markd Exp $ DISTNAME= kio-${KF5VER} CATEGORIES= devel @@ -32,12 +32,12 @@ CONF_FILES+= ${PREFIX}/share/examples/kd 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.cmake -SUBST_FILES.fix-moc+= _KDE_build/src/ioslaves/trash/CMakeFiles/kcm_trash_autogen.dir/AutogenInfo.cmake -SUBST_FILES.fix-moc+= _KDE_build/src/urifilters/ikws/CMakeFiles/kurisearchfilter_autogen.dir/AutogenInfo.cmake -SUBST_FILES.fix-moc+= _KDE_build/autotests/CMakeFiles/jobremotetest_autogen.dir/AutogenInfo.cmake -SUBST_FILES.fix-moc+= _KDE_build/src/kcms/kio/CMakeFiles/kcm_kio_autogen.dir/AutogenInfo.cmake -SUBST_SED.fix-moc= -e 's,;${PREFIX}/include;,;,g' +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/autotests/CMakeFiles/jobremotetest_autogen.dir/AutogenInfo.json +SUBST_FILES.fix-moc+= _KDE_build/src/kcms/kio/CMakeFiles/kcm_kio_autogen.dir/AutogenInfo.json +SUBST_SED.fix-moc= -e 's;"${PREFIX}/include",;;g' .include "../../devel/zlib/buildlink3.mk" .include "../../mk/krb5.buildlink3.mk" --_----------=_1580639160169880--