Received: by mail.netbsd.org (Postfix, from userid 605) id 561A584D69; Sun, 24 May 2020 00:55:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D32BE84D62 for ; Sun, 24 May 2020 00:55:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id DyY93GepKcxF for ; Sun, 24 May 2020 00:55:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 351FE84CDB for ; Sun, 24 May 2020 00:55:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2853DFB26; Sun, 24 May 2020 00:55:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159028171829980" MIME-Version: 1.0 Date: Sun, 24 May 2020 00:55:18 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/www/khtml To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20200524005518.2853DFB26@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. --_----------=_159028171829980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun May 24 00:55:18 UTC 2020 Modified Files: pkgsrc/www/khtml: Makefile Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/www/khtml/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159028171829980 Content-Disposition: inline Content-Length: 1139 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/khtml/Makefile diff -u pkgsrc/www/khtml/Makefile:1.41 pkgsrc/www/khtml/Makefile:1.42 --- pkgsrc/www/khtml/Makefile:1.41 Sun Apr 12 08:28:08 2020 +++ pkgsrc/www/khtml/Makefile Sun May 24 00:55:17 2020 @@ -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_MESSAGE.fix-moc= Cleaning up MOC i 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 --_----------=_159028171829980--