Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jan 2026 13:27:41 +0000
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1f4db82dbd52 - main - graphics/sdl2_gpu: disable DOCS option due to OOM condition in graphviz
Message-ID:  <696a3ccd.8376.15268d87@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1f4db82dbd52c18499fb8f7d222415324877dff3

commit 1f4db82dbd52c18499fb8f7d222415324877dff3
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-01-15 17:28:54 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-01-16 13:26:15 +0000

    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
---
 graphics/sdl2_gpu/Makefile  | 3 +++
 graphics/sdl2_gpu/pkg-descr | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

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)


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696a3ccd.8376.15268d87>