pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/wm/awesome



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Dec 31 20:44:29 UTC 2023

Modified Files:
        pkgsrc/wm/awesome: Makefile

Log Message:
awesome: update comment about ImageMagick

ImageMagick 6 will no longer be an issue. When 7 is fixed in pkgsrc, we
can switch back to it, if desired.


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/wm/awesome/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/awesome/Makefile
diff -u pkgsrc/wm/awesome/Makefile:1.91 pkgsrc/wm/awesome/Makefile:1.92
--- pkgsrc/wm/awesome/Makefile:1.91     Sat Dec 30 01:12:40 2023
+++ pkgsrc/wm/awesome/Makefile  Sun Dec 31 20:44:29 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2023/12/30 01:12:40 gutteridge Exp $
+# $NetBSD: Makefile,v 1.92 2023/12/31 20:44:29 gutteridge Exp $
 
 DISTNAME=      awesome-4.3
 PKGREVISION=   14
@@ -47,8 +47,6 @@ 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



Home | Main Index | Thread Index | Old Index