Received: by mail.netbsd.org (Postfix, from userid 605) id 013E484D69; Sun, 24 May 2020 01:17:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7EBE384D62 for ; Sun, 24 May 2020 01:17:58 +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 lV5wFUMWnUoc for ; Sun, 24 May 2020 01:17:58 +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 D3FF784CDB for ; Sun, 24 May 2020 01:17:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CB098FB26; Sun, 24 May 2020 01:17:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159028307757150" MIME-Version: 1.0 Date: Sun, 24 May 2020 01:17:57 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/x11/kdelibs4support To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20200524011757.CB098FB26@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. --_----------=_159028307757150 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:17:57 UTC 2020 Modified Files: pkgsrc/x11/kdelibs4support: Makefile Log Message: kdelibs4support: 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.42 -r1.43 pkgsrc/x11/kdelibs4support/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159028307757150 Content-Disposition: inline Content-Length: 986 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/kdelibs4support/Makefile diff -u pkgsrc/x11/kdelibs4support/Makefile:1.42 pkgsrc/x11/kdelibs4support/Makefile:1.43 --- pkgsrc/x11/kdelibs4support/Makefile:1.42 Sun Apr 12 08:28:11 2020 +++ pkgsrc/x11/kdelibs4support/Makefile Sun May 24 01:17:57 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2020/04/12 08:28:11 adam Exp $ +# $NetBSD: Makefile,v 1.43 2020/05/24 01:17:57 markd Exp $ DISTNAME= kdelibs4support-${KF5VER} PKGREVISION= 3 @@ -51,6 +51,7 @@ SUBST_MESSAGE.fix-moc= Cleaning up MOC i SUBST_FILES.fix-moc= _KDE_build/src/solid-networkstatus/kded/CMakeFiles/kded_networkstatus_autogen.dir/AutogenInfo.json SUBST_FILES.fix-moc+= _KDE_build/src/kssl/kcm/CMakeFiles/kcm_ssl_autogen.dir/AutogenInfo.json SUBST_FILES.fix-moc+= _KDE_build/autotests/CMakeFiles/klibloadertestmodule5_autogen.dir/AutogenInfo.json +SUBST_NOOP_OK.fix-moc= yes SUBST_SED.fix-moc= -e 's;"${PREFIX}/include",;;g' .include "../../misc/kemoticons/buildlink3.mk" --_----------=_159028307757150--