pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/radiance
Module Name: pkgsrc
Committed By: wiz
Date: Sun Mar 5 20:33:26 UTC 2023
Modified Files:
pkgsrc/graphics/radiance: Makefile
Log Message:
radiance: mark as BROKEN
tiff does not provide a public uv_encode symbol (it's private)
A newer version is available, 5R3 (from 2016 though, so unsure if
that would fix it).
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/graphics/radiance/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/radiance/Makefile
diff -u pkgsrc/graphics/radiance/Makefile:1.47 pkgsrc/graphics/radiance/Makefile:1.48
--- pkgsrc/graphics/radiance/Makefile:1.47 Sun Jan 29 21:16:44 2023
+++ pkgsrc/graphics/radiance/Makefile Sun Mar 5 20:33:26 2023
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2023/01/29 21:16:44 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.48 2023/03/05 20:33:26 wiz Exp $
DISTNAME= rad3R6P1
PKGNAME= radiance-3.6.1
@@ -14,6 +13,8 @@ HOMEPAGE= http://www.radiance-online.org
COMMENT= Physically-based, image-generating, backward raytracer
LICENSE= radiance-license
+BROKEN= "graphics/tiff does not provide a public uv_encode any longer"
+
USE_TOOLS+= pax csh:run
WRKSRC= ${WRKDIR}/ray
@@ -54,7 +55,7 @@ REPLACE_CSH+= obj/office/anim.csh obj/of
PLIST_VARS+= gl
-.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "Bitrig"
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"
PKGSRC_ARCH= 9
.elif ${OPSYS} == "FreeBSD"
PKGSRC_ARCH= 8
Home |
Main Index |
Thread Index |
Old Index