git: be6609877781 - main - misc/ola: Mark BROKEN on FreeBSD 13 and 14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Aug 2025 15:52:48 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=be6609877781bdb973cad78b618bfb802b7008bc
commit be6609877781bdb973cad78b618bfb802b7008bc
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-08-02 06:33:44 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-08-02 15:50:19 +0000
misc/ola: Mark BROKEN on FreeBSD 13 and 14
Fails to build, error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
Reported by: pkg-fallout and local builds
---
misc/ola/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/misc/ola/Makefile b/misc/ola/Makefile
index b62a7e2b874b..ae9c17a3d2c0 100644
--- a/misc/ola/Makefile
+++ b/misc/ola/Makefile
@@ -15,6 +15,9 @@ WWW= https://www.openlighting.org/ola/ \
LICENSE= GPLv2+
+BROKEN_FreeBSD_14= Fails to build, error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
+BROKEN_FreeBSD_13= Fails to build, error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
+
LIB_DEPENDS= libavahi-common.so:net/avahi-app \
libftdi1.so:devel/libftdi1 \
libmicrohttpd.so:www/libmicrohttpd \