git: 24155f7f0004 - main - cad/librepcb: Broken on 15; Update WWW

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 30 Oct 2024 19:25:40 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=24155f7f0004e6610f36c68539c5c30ad998627c

commit 24155f7f0004e6610f36c68539c5c30ad998627c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-10-30 19:25:11 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-10-30 19:25:11 +0000

    cad/librepcb: Broken on 15; Update WWW
    
    Reported by:    fallout
---
 cad/librepcb/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/cad/librepcb/Makefile b/cad/librepcb/Makefile
index 024c5317f279..61848df352d4 100644
--- a/cad/librepcb/Makefile
+++ b/cad/librepcb/Makefile
@@ -7,11 +7,14 @@ MASTER_SITES=	https://download.librepcb.org/releases/${DISTVERSION}/
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Schematic and PCB editing software
-WWW=		https://librepcb.org/
+WWW=		https://librepcb.org/ \
+		https://github.com/LibrePCB/LibrePCB
 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_FreeBSD_15=	compilation error: no member named 'construct' in 'optional<type-parameter-0-0 &>', see https://github.com/LibrePCB/LibrePCB/issues/1454
+
 LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg4 \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreeimage.so:graphics/freeimage \