pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/opencolorio



Module Name:    pkgsrc
Committed By:   maya
Date:           Tue Mar 17 03:07:01 UTC 2026

Modified Files:
        pkgsrc/graphics/opencolorio: Makefile

Log Message:
opencolorio: package wants expat >= 2.6.0.

Express this requirement in the package Makefile so on a system like
NetBSD 10 we pull in pkgsrc expat instead of system. Fixes configure
(and builds) for this platform.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/opencolorio/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/opencolorio/Makefile
diff -u pkgsrc/graphics/opencolorio/Makefile:1.19 pkgsrc/graphics/opencolorio/Makefile:1.20
--- pkgsrc/graphics/opencolorio/Makefile:1.19   Tue Jan 13 11:57:54 2026
+++ pkgsrc/graphics/opencolorio/Makefile        Tue Mar 17 03:07:01 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2026/01/13 11:57:54 adam Exp $
+# $NetBSD: Makefile,v 1.20 2026/03/17 03:07:01 maya Exp $
 
 DISTNAME=      OpenColorIO-2.5.1
 PKGNAME=       ${DISTNAME:tl}
@@ -63,7 +63,7 @@ BUILDLINK_API_DEPENDS.zlib+=  zlib>=1.2.1
 .include "../../graphics/glew/buildlink3.mk"
 .include "../../graphics/lcms2/buildlink3.mk"
 .include "../../math/imath/buildlink3.mk"
-BUILDLINK_API_DEPENDS.expat+=  expat>=2.4.1
+BUILDLINK_API_DEPENDS.expat+=  expat>=2.6.0
 .include "../../textproc/expat/buildlink3.mk"
 .include "../../textproc/yaml-cpp/buildlink3.mk"
 PY_PATCHPLIST= yes



Home | Main Index | Thread Index | Old Index