Received: by mail.netbsd.org (Postfix, from userid 605) id 80EC884D6A; Sun, 3 May 2020 07:07:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 06F3E84D68 for ; Sun, 3 May 2020 07:07:04 +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 FTmide20sEMY for ; Sun, 3 May 2020 07:07:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5806884D5D for ; Sun, 3 May 2020 07:07:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4CEEEFB27; Sun, 3 May 2020 07:07:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158848962311140" MIME-Version: 1.0 Date: Sun, 3 May 2020 07:07:03 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/graphics/GraphicsMagick To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200503070703.4CEEEFB27@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. --_----------=_158848962311140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun May 3 07:07:03 UTC 2020 Modified Files: pkgsrc/graphics/GraphicsMagick: Makefile Log Message: graphics/GraphicsMagick: remove unknown configure options To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 pkgsrc/graphics/GraphicsMagick/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158848962311140 Content-Disposition: inline Content-Length: 889 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/GraphicsMagick/Makefile diff -u pkgsrc/graphics/GraphicsMagick/Makefile:1.106 pkgsrc/graphics/GraphicsMagick/Makefile:1.107 --- pkgsrc/graphics/GraphicsMagick/Makefile:1.106 Tue Mar 10 22:08:48 2020 +++ pkgsrc/graphics/GraphicsMagick/Makefile Sun May 3 07:07:03 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.106 2020/03/10 22:08:48 wiz Exp $ +# $NetBSD: Makefile,v 1.107 2020/05/03 07:07:03 rillig Exp $ PKGREVISION= 2 .include "Makefile.common" @@ -18,8 +18,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared CONFIGURE_ARGS+= --with-modules=yes CONFIGURE_ARGS+= --with-gs-font-dir=${PREFIX}/share/fonts/urw -CONFIGURE_ARGS+= --with-ltdl-include=${BUILDLINK_PREFIX.libltdl}/include -CONFIGURE_ARGS+= --with-ltdl-lib=${BUILDLINK_PREFIX.libltdl}/lib CONFIGURE_ARGS+= --without-perl PKGCONFIG_OVERRIDE+= magick/GraphicsMagick.pc.in --_----------=_158848962311140--