Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 745B284D1D for ; Sat, 30 Dec 2023 01:12:41 +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 n7A541U5cl_U for ; Sat, 30 Dec 2023 01:12:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C67D884D08 for ; Sat, 30 Dec 2023 01:12:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BD985FA42; Sat, 30 Dec 2023 01:12:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703898760163490" MIME-Version: 1.0 Date: Sat, 30 Dec 2023 01:12:40 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/wm/awesome To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20231230011240.BD985FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703898760163490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sat Dec 30 01:12:40 UTC 2023 Modified Files: pkgsrc/wm/awesome: Makefile Log Message: awesome: note the precarious position of successful building To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 pkgsrc/wm/awesome/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703898760163490 Content-Disposition: inline Content-Length: 857 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/awesome/Makefile diff -u pkgsrc/wm/awesome/Makefile:1.90 pkgsrc/wm/awesome/Makefile:1.91 --- pkgsrc/wm/awesome/Makefile:1.90 Thu Dec 28 18:20:02 2023 +++ pkgsrc/wm/awesome/Makefile Sat Dec 30 01:12:40 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.90 2023/12/28 18:20:02 gutteridge Exp $ +# $NetBSD: Makefile,v 1.91 2023/12/30 01:12:40 gutteridge Exp $ DISTNAME= awesome-4.3 PKGREVISION= 14 @@ -47,6 +47,8 @@ DEPENDS+= ${LUA_PKGPREFIX}-gi>=0.7.0:../ # Switched to ImageMagick6 to work around image conversion failures with # the convert tool provided by the most recent ImageMagick 7 releases. +# NB the latest ImageMagick 6 releases (not yet in pkgsrc) also exhibit this +# changed behaviour. Needs further investigation. TOOL_DEPENDS+= ImageMagick6-[0-9]*:../../graphics/ImageMagick6 SUBST_CLASSES+= convert --_----------=_1703898760163490--