pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/lcms2



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Apr 30 13:16:04 UTC 2026

Modified Files:
        pkgsrc/graphics/lcms2: Makefile

Log Message:
graphics/lcms2: Explain upstream's (very unclear) cmake status

I asked upstream a bunch of questions just now.   For now, avoid
jumping to cmake because 1) upstream hasn't said it's baked and 2)
usually new cmake systems have regressions and this one hasn't been
tested.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/lcms2/Makefile

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

Modified files:

Index: pkgsrc/graphics/lcms2/Makefile
diff -u pkgsrc/graphics/lcms2/Makefile:1.24 pkgsrc/graphics/lcms2/Makefile:1.25
--- pkgsrc/graphics/lcms2/Makefile:1.24 Thu Apr 30 05:13:07 2026
+++ pkgsrc/graphics/lcms2/Makefile      Thu Apr 30 13:16:04 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2026/04/30 05:13:07 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2026/04/30 13:16:04 gdt Exp $
 
 DISTNAME=      lcms2-2.19
 CATEGORIES=    graphics
@@ -9,6 +9,13 @@ HOMEPAGE=      http://www.littlecms.com/
 COMMENT=       Little Color Management System - a color management library
 LICENSE=       mit
 
+# Upstream added cmake support in 2.19, but that has not been declared
+# official/favored.  Pending upstream commentary (requested 20260430)
+# or some compelling reason, the package will remain on autoconf,
+# because the of the usual pattern of cmake build systems having
+# regressions from autoconf in various areas, typically cross
+# compilation and testing non-installed versions, at least until those
+# are assessed.
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 PKGCONFIG_OVERRIDE=    lcms2.pc.in



Home | Main Index | Thread Index | Old Index