git: ebdf4025de71 - main - graphics/osgearth: Mark BROKEN and set expiration date to 2025-12-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Nov 2025 17:00:34 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ebdf4025de71827608fed0c7d8d4d207468b9a3c
commit ebdf4025de71827608fed0c7d8d4d207468b9a3c
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-11-01 13:19:37 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-11-01 16:40:43 +0000
graphics/osgearth: Mark BROKEN and set expiration date to 2025-12-31
Fails to build
error: cannot assign to non-static data member 'length' with const-qualified type 'const SizeType'
Reported by: pkg-fallout
---
graphics/osgearth/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/graphics/osgearth/Makefile b/graphics/osgearth/Makefile
index 037173005bf2..95e8b341d493 100644
--- a/graphics/osgearth/Makefile
+++ b/graphics/osgearth/Makefile
@@ -11,6 +11,9 @@ WWW= http://osgearth.org/
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+BROKEN= Fails to build, error: cannot assign to non-static data member 'length' with const-qualified type 'const SizeType'
+EXPIRATION_DATE=2025-12-31
+
LIB_DEPENDS= libcurl.so:ftp/curl \
libgdal.so:graphics/gdal \
libgeos_c.so:graphics/geos \