diff options
| author | Robert Clausecker <fuz@FreeBSD.org> | 2026-01-15 18:28:54 +0100 |
|---|---|---|
| committer | Robert Clausecker <fuz@FreeBSD.org> | 2026-01-16 14:29:18 +0100 |
| commit | 523cabd03a42068c6193b1a314df1e001a1c6b84 (patch) | |
| tree | efa3ffad1a0dc0de31c9340971237ff3c0be6884 | |
| parent | 7dbe81052ee81603af6bcc55beea1ce2365bd479 (diff) | |
graphics/sdl2_gpu: disable DOCS option due to OOM condition in graphviz
For some reason graphviz now needs more than 20 GB to process one of
the figures in the documentation of this project.
Disable docs to avoid OOM conditions.
MFH: 2026Q1
(cherry picked from commit 1f4db82dbd52c18499fb8f7d222415324877dff3)
| -rw-r--r-- | graphics/sdl2_gpu/Makefile | 3 | ||||
| -rw-r--r-- | graphics/sdl2_gpu/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/graphics/sdl2_gpu/Makefile b/graphics/sdl2_gpu/Makefile index 3158ab345d46..1e4b144949fd 100644 --- a/graphics/sdl2_gpu/Makefile +++ b/graphics/sdl2_gpu/Makefile @@ -1,6 +1,7 @@ PORTNAME= sdl2_gpu DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= fuz@FreeBSD.org @@ -22,6 +23,8 @@ CMAKE_ON= USE_SYSTEM_GLEW DYNAMIC_GLES_3 CFLAGS+= -Wno-incompatible-function-pointer-types OPTIONS_DEFINE= DOCS +# OOM condition running dot?! +OPTIONS_EXCLUDE= DOCS DOCS_CMAKE_BOOL= BUILD_DOCS DOCS_BUILD_DEPENDS= doxygen:devel/doxygen DOCS_ALL_TARGET= doc diff --git a/graphics/sdl2_gpu/pkg-descr b/graphics/sdl2_gpu/pkg-descr index f19baa90053b..b9b310565b4a 100644 --- a/graphics/sdl2_gpu/pkg-descr +++ b/graphics/sdl2_gpu/pkg-descr @@ -13,5 +13,5 @@ SDL_gpu, a library for making hardware-accelerated 2D graphics easy. - Compatible with either SDL 1.2 or 2.0 - Loads BMP, TGA, and PNG files via stb-image - Rotates and scales about the center of images, making reasoning - about the resulting corner coordinates more obvious (adjustable + about the resulting corner coordinates more obvious (adjustable via anchor settings) |
