diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-10-30 19:39:57 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-10-30 19:39:57 +0000 |
commit | 04764ed68694bfa32db78b46ddee03818dcf4c6b (patch) | |
tree | df66e7ec87d6dcaae7894ea4af4b94216d9ca0d8 | |
parent | 24155f7f0004e6610f36c68539c5c30ad998627c (diff) | |
download | ports-04764ed68694bfa32db78b46ddee03818dcf4c6b.tar.gz ports-04764ed68694bfa32db78b46ddee03818dcf4c6b.zip |
cad/horizon-eda: Broken on 15; Update WWW
Reported by: fallout
-rw-r--r-- | cad/horizon-eda/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 \ |