1c11b9ae32
https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.5 "Specific OSS-fuzz issues include: OSS-fuzz #30291 Timeout in openexr_exrcheck_fuzzer OSS-fuzz #29106 Heap-buffer-overflow in Imf_2_5::FastHufDecoder::decode OSS-fuzz #28971 Undefined-shift in Imf_2_5::cachePadding OSS-fuzz #29829 Integer-overflow in Imf_2_5::DwaCompressor::initializeBuffers OSS-fuzz #30121 Out-of-memory in openexr_exrcheck_fuzzer" Bump PORTREVISION of ports that directly depend on openexr and/or ilmbase. MFH: 2021Q1 Security: 98044aba-6d72-11eb-aed7-1b1b8a70cc8b
42 lines
1 KiB
Makefile
42 lines
1 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= curv
|
|
DISTVERSION= 0.4-417
|
|
DISTVERSIONSUFFIX= -gf6f8d011
|
|
PORTREVISION= 13
|
|
CATEGORIES= math lang graphics
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Language for making art using mathematics
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= glm>0:math/glm
|
|
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
|
|
libdouble-conversion.so:devel/double-conversion \
|
|
libglfw.so:graphics/glfw \
|
|
libHalf.so:graphics/ilmbase \
|
|
libopenvdb.so:misc/openvdb \
|
|
libtbb.so:devel/tbb
|
|
|
|
USES= cmake compiler:c++14-lang gl localbase:ldflags xorg
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= curv3d
|
|
GH_TUPLE= ocornut:imgui:e0cab56:imgui/extern/imgui \
|
|
Tessil:ordered-map:3c14151:om/extern/ordered-map \
|
|
AmokHuginnsson:replxx:9da16bb:replxx/extern/replxx
|
|
USE_GL= gl
|
|
USE_XORG= x11
|
|
|
|
PLIST_FILES= bin/curv \
|
|
lib/curv/lib/blend.curv \
|
|
lib/curv/lib/noise.curv \
|
|
lib/curv/lib/web_colour.curv \
|
|
lib/curv/std.curv \
|
|
share/gtksourceview-3.0/language-specs/curv.lang
|
|
|
|
post-install:
|
|
@${RM} ${STAGEDIR}${PREFIX}/lib/curv/lib/README
|
|
|
|
.include <bsd.port.mk>
|