Received: by mail.netbsd.org (Postfix, from userid 605) id D0DCD84D69; Sun, 24 May 2020 01:30:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5938484D62 for ; Sun, 24 May 2020 01:30:22 +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 6L3GtJnprqkm for ; Sun, 24 May 2020 01:30:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id ACDD584CDB for ; Sun, 24 May 2020 01:30:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A55C2FB26; Sun, 24 May 2020 01:30:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590283821295490" MIME-Version: 1.0 Date: Sun, 24 May 2020 01:30:21 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/sysutils/baloo5 To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20200524013021.A55C2FB26@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. --_----------=_1590283821295490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun May 24 01:30:21 UTC 2020 Modified Files: pkgsrc/sysutils/baloo5: Makefile Log Message: baloo5: 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.37 -r1.38 pkgsrc/sysutils/baloo5/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1590283821295490 Content-Disposition: inline Content-Length: 1174 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/baloo5/Makefile diff -u pkgsrc/sysutils/baloo5/Makefile:1.37 pkgsrc/sysutils/baloo5/Makefile:1.38 --- pkgsrc/sysutils/baloo5/Makefile:1.37 Sun Apr 12 08:28:06 2020 +++ pkgsrc/sysutils/baloo5/Makefile Sun May 24 01:30:21 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2020/04/12 08:28:06 adam Exp $ +# $NetBSD: Makefile,v 1.38 2020/05/24 01:30:21 markd Exp $ DISTNAME= baloo-${KF5VER} PKGNAME= baloo5-${KF5VER} @@ -20,7 +20,7 @@ USE_TOOLS+= msgmerge SUBST_CLASSES+= xdg SUBST_STAGE.xdg= pre-configure SUBST_MESSAGE.xdg= Install via examples dir. -SUBST_FILES.xdg= CMakeLists.txt src/file/CMakeLists.txt +SUBST_FILES.xdg= src/file/CMakeLists.txt SUBST_SED.xdg= -e 's:{AUTOSTART_INSTALL_DIR}:{KDE_INSTALL_AUTOSTARTEXDIR}:' MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg/autostart @@ -34,6 +34,7 @@ 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/kioslaves/kded/CMakeFiles/baloosearchmodule_autogen.dir/AutogenInfo.json +SUBST_NOOP_OK.fix-moc= yes SUBST_SED.fix-moc= -e 's;"${PREFIX}/include",;;g' .include "../../mk/bsd.prefs.mk" --_----------=_1590283821295490--