Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 2020 16:46:03 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555497 - in head/graphics/mandelbulber: . files
Message-ID:  <202011161646.0AGGk3ec099220@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Nov 16 16:46:02 2020
New Revision: 555497
URL: https://svnweb.freebsd.org/changeset/ports/555497

Log:
  - Update to 2.23

Added:
  head/graphics/mandelbulber/files/
  head/graphics/mandelbulber/files/patch-mandelbulber2_src_radiance__hdr.cpp   (contents, props changed)
Modified:
  head/graphics/mandelbulber/Makefile
  head/graphics/mandelbulber/distinfo

Modified: head/graphics/mandelbulber/Makefile
==============================================================================
--- head/graphics/mandelbulber/Makefile	Mon Nov 16 16:34:23 2020	(r555496)
+++ head/graphics/mandelbulber/Makefile	Mon Nov 16 16:46:02 2020	(r555497)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mandelbulber
-DISTVERSION=	2.22
+PORTVERSION=	2.23
 CATEGORIES=	graphics
 
 MAINTAINER=	amdmi3@FreeBSD.org
@@ -15,6 +15,7 @@ LIB_DEPENDS=	libgsl.so:math/gsl \
 		libpng.so:graphics/png \
 		libtiff.so:graphics/tiff \
 		liblzo2.so:archivers/lzo2
+BUILD_DEPENDS=	${LOCALBASE}/include/stb/stb_image.h:devel/stb
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	buddhi1980
@@ -36,6 +37,9 @@ OPTIONS_DEFINE=	OPENCL OPENMP DOCS
 OPTIONS_EXCLUDE=	OPENMP  # not properly supported yet
 
 OPENCL_BUILD_DEPENDS=	opencl>=0:devel/opencl
+
+post-extract:
+	@${RM} -rf ${WRKSRC}/mandelbulber2/third-party
 
 post-patch-OPENMP-off:
 	@${REINPLACE_CMD} -e 's|-fopenmp||' \

Modified: head/graphics/mandelbulber/distinfo
==============================================================================
--- head/graphics/mandelbulber/distinfo	Mon Nov 16 16:34:23 2020	(r555496)
+++ head/graphics/mandelbulber/distinfo	Mon Nov 16 16:46:02 2020	(r555497)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1594156159
-SHA256 (buddhi1980-mandelbulber2-2.22_GH0.tar.gz) = f545254bc2254f8b6d1719a60071094a05322010c7dc68ed33ab40bf1684a984
-SIZE (buddhi1980-mandelbulber2-2.22_GH0.tar.gz) = 85911088
+TIMESTAMP = 1603671800
+SHA256 (buddhi1980-mandelbulber2-2.23_GH0.tar.gz) = d48f16ccb183f777ae1ad744ff5a37058ea57f9d282f72147c73c041b6b3125c
+SIZE (buddhi1980-mandelbulber2-2.23_GH0.tar.gz) = 89977115

Added: head/graphics/mandelbulber/files/patch-mandelbulber2_src_radiance__hdr.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/mandelbulber/files/patch-mandelbulber2_src_radiance__hdr.cpp	Mon Nov 16 16:46:02 2020	(r555497)
@@ -0,0 +1,11 @@
+--- mandelbulber2/src/radiance_hdr.cpp.orig	2020-09-28 17:07:46 UTC
++++ mandelbulber2/src/radiance_hdr.cpp
+@@ -40,7 +40,7 @@
+ // custom includes
+ #define STB_IMAGE_IMPLEMENTATION
+ #define STBI_ONLY_HDR
+-#include "third-party/stb/stb_image.h"
++#include <stb/stb_image.h>
+ 
+ cRadianceHDR::cRadianceHDR()
+ {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011161646.0AGGk3ec099220>