Received: by mail.netbsd.org (Postfix, from userid 605) id 6EF5184ED7; Sun, 26 Apr 2020 10:03:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EB76284EC4 for ; Sun, 26 Apr 2020 10:03:25 +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 OcIjvHgueArT for ; Sun, 26 Apr 2020 10:03:25 +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 4D08C84CDB for ; Sun, 26 Apr 2020 10:03:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4091FFB27; Sun, 26 Apr 2020 10:03:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1587895405197760" MIME-Version: 1.0 Date: Sun, 26 Apr 2020 10:03:25 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/graphics/ImageMagick6 To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200426100325.4091FFB27@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. --_----------=_1587895405197760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun Apr 26 10:03:25 UTC 2020 Modified Files: pkgsrc/graphics/ImageMagick6: Makefile Log Message: graphics/ImageMagick6: allow SUBST block to be a no-op To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/ImageMagick6/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1587895405197760 Content-Disposition: inline Content-Length: 902 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/ImageMagick6/Makefile diff -u pkgsrc/graphics/ImageMagick6/Makefile:1.30 pkgsrc/graphics/ImageMagick6/Makefile:1.31 --- pkgsrc/graphics/ImageMagick6/Makefile:1.30 Fri Apr 24 09:24:34 2020 +++ pkgsrc/graphics/ImageMagick6/Makefile Sun Apr 26 10:03:25 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2020/04/24 09:24:34 nia Exp $ +# $NetBSD: Makefile,v 1.31 2020/04/26 10:03:25 rillig Exp $ .include "Makefile.common" @@ -47,6 +47,10 @@ SUBST_SED.pkgcfg+= -e 's|Magick-config | SUBST_SED.pkgcfg+= -e 's|s Magick++|s Magick++-6.Q16|g' SUBST_SED.pkgcfg+= -e 's|@PKG_CONFIG@|${PREFIX}/bin/pkg-config|g' SUBST_STAGE.pkgcfg= pre-configure +SUBST_NOOP_OK.pkgcfg= yes +# The files magick/ImageMagick.pc.in and magick/MagickCore.pc.in are not +# modified, and they don't need to since their names don't appear in any +# "Requires:" line. GCC_REQD+= 2.95.3 --_----------=_1587895405197760--