Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C04F84D8A for ; Thu, 21 Dec 2023 02:27:27 +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 GuXpMl9V2x3Z for ; Thu, 21 Dec 2023 02:27:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E89A184D6C for ; Thu, 21 Dec 2023 02:27:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D5369FA42; Thu, 21 Dec 2023 02:27:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170312564668410" MIME-Version: 1.0 Date: Thu, 21 Dec 2023 02:27:26 +0000 From: "Charlotte Koch" Subject: CVS commit: pkgsrc/graphics/ImageMagick6 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: charlotte@netbsd.org X-Mailer: log_accum Message-Id: <20231221022726.D5369FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170312564668410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: charlotte Date: Thu Dec 21 02:27:26 UTC 2023 Modified Files: pkgsrc/graphics/ImageMagick6: options.mk Log Message: graphics/ImageMagick6: PKG_OPTIONS_VAR shouldn't conflict with graphics/ImageMagick To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/ImageMagick6/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170312564668410 Content-Disposition: inline Content-Length: 699 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/ImageMagick6/options.mk diff -u pkgsrc/graphics/ImageMagick6/options.mk:1.6 pkgsrc/graphics/ImageMagick6/options.mk:1.7 --- pkgsrc/graphics/ImageMagick6/options.mk:1.6 Tue Nov 14 19:03:37 2023 +++ pkgsrc/graphics/ImageMagick6/options.mk Thu Dec 21 02:27:26 2023 @@ -1,6 +1,6 @@ -# $NetBSD: options.mk,v 1.6 2023/11/14 19:03:37 nia Exp $ +# $NetBSD: options.mk,v 1.7 2023/12/21 02:27:26 charlotte Exp $ -PKG_OPTIONS_VAR= PKG_OPTIONS.ImageMagick +PKG_OPTIONS_VAR= PKG_OPTIONS.ImageMagick6 PKG_SUPPORTED_OPTIONS= doc fontconfig ghostscript x11 jp2 djvu openexr PKG_SUPPORTED_OPTIONS+= wmf fpx PKG_SUGGESTED_OPTIONS= doc fontconfig ghostscript x11 jp2 --_----------=_170312564668410--