Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2024 19:42:48 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 04764ed68694 - main - cad/horizon-eda: Broken on 15; Update WWW
Message-ID:  <202410301942.49UJgmSj001759@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=04764ed68694bfa32db78b46ddee03818dcf4c6b

commit 04764ed68694bfa32db78b46ddee03818dcf4c6b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-10-30 19:39:57 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-10-30 19:39:57 +0000

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

diff --git a/cad/horizon-eda/Makefile b/cad/horizon-eda/Makefile
index d7392af4f754..595ce7f6e880 100644
--- a/cad/horizon-eda/Makefile
+++ b/cad/horizon-eda/Makefile
@@ -9,11 +9,14 @@ PATCHFILES=	3b6b783db797b593119756821c04ac64b66b7ffa.patch:-p1 # Fix build with
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	EDA package for printed circuit board design
-WWW=		https://horizon-eda.org/
+WWW=		https://horizon-eda.org/ \
+		https://github.com/horizon-eda/horizon
 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_15=	compilation error: no matching function for call to 'git_commit_create', see https://github.com/horizon-eda/horizon/issues/790
+
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/optional.hpp:devel/boost-libs \
 		cmake:devel/cmake-core \
 		cppzmq>0:net/cppzmq \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410301942.49UJgmSj001759>