svn commit: r529106 - head/graphics/ilmbase
Matthias Andree
mandree at FreeBSD.org
Wed Mar 25 16:31:39 UTC 2020
Author: mandree
Date: Wed Mar 25 16:25:19 2020
New Revision: 529106
URL: https://svnweb.freebsd.org/changeset/ports/529106
Log:
graphics/ilmbase: make LARGE_STACK option effective
Was broken since the port switched from GNU configure to cmake.
Found with broadening validation after Matthias Fechner hat
reported pkg-plist issues against graphics/openexr.
Bump PORTREVISION for those who set LARGE_STACK in /etc/make.conf
or similar.
Modified:
head/graphics/ilmbase/Makefile
Modified: head/graphics/ilmbase/Makefile
==============================================================================
--- head/graphics/ilmbase/Makefile Wed Mar 25 15:46:43 2020 (r529105)
+++ head/graphics/ilmbase/Makefile Wed Mar 25 16:25:19 2020 (r529106)
@@ -3,6 +3,7 @@
PORTNAME= ilmbase
PORTVERSION= 2.4.1
+PORTREVISION= 1
CATEGORIES= graphics devel
MAINTAINER= mandree at FreeBSD.org
@@ -26,6 +27,7 @@ PORTDOCS= README.md
OPTIONS_DEFINE= DOCS LARGE_STACK
LARGE_STACK_DESC= Enable sys-dependent large stack optimizations
LARGE_STACK_CONFIGURE_ENABLE= large-stack
+LARGE_STACK_CMAKE_BOOL= ILMBASE_ENABLE_LARGE_STACK
CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX=${PREFIX} --target install
More information about the svn-ports-head
mailing list