git: 69c482006dcf - main - misc/ola: Broken on 15 with clag-19; Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Nov 2024 05:36:17 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=69c482006dcff808263a68af46b1b3cb59f716e9
commit 69c482006dcff808263a68af46b1b3cb59f716e9
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-03 05:30:37 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-03 05:30:37 +0000
misc/ola: Broken on 15 with clag-19; Update WWW
Reported by: fallout
---
misc/ola/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/misc/ola/Makefile b/misc/ola/Makefile
index f15fe82a19de..cfbdcb41d246 100644
--- a/misc/ola/Makefile
+++ b/misc/ola/Makefile
@@ -6,10 +6,13 @@ MASTER_SITES= https://github.com/OpenLightingProject/ola/releases/download/${DIS
MAINTAINER= yuri@FreeBSD.org
COMMENT= Open Lighting Architecture: framework for lighting control information
-WWW= https://www.openlighting.org/ola/
+WWW= https://www.openlighting.org/ola/ \
+ https://github.com/OpenLightingProject/ola
LICENSE= GPLv2+
+BROKEN_FreeBSD_15= compilation fails with clang-19, see https://github.com/OpenLightingProject/ola/issues/1982
+
LIB_DEPENDS= libavahi-common.so:net/avahi-app \
libftdi1.so:devel/libftdi1 \
libmicrohttpd.so:www/libmicrohttpd \