Date: Thu, 31 Oct 2024 08:32:24 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: 7dd29e6a9133 - main - cad/horizon-eda: Fix build on 15 Message-ID: <202410310832.49V8WOxe031489@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=7dd29e6a913345bf212e6f5636537c197ab77d3b commit 7dd29e6a913345bf212e6f5636537c197ab77d3b Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-10-31 08:31:40 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-10-31 08:31:40 +0000 cad/horizon-eda: Fix build on 15 --- cad/horizon-eda/Makefile | 3 +-- cad/horizon-eda/distinfo | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cad/horizon-eda/Makefile b/cad/horizon-eda/Makefile index 595ce7f6e880..322c7eb6209d 100644 --- a/cad/horizon-eda/Makefile +++ b/cad/horizon-eda/Makefile @@ -6,6 +6,7 @@ CATEGORIES= cad PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES= 3b6b783db797b593119756821c04ac64b66b7ffa.patch:-p1 # Fix build with libgit2 1.8.2 +PATCHFILES+= d5a46d2d7e879e82d0d2798715c1369f8ae54fcd.patch:-p1 MAINTAINER= yuri@FreeBSD.org COMMENT= EDA package for printed circuit board design @@ -15,8 +16,6 @@ WWW= https://horizon-eda.org/ \ 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 \ diff --git a/cad/horizon-eda/distinfo b/cad/horizon-eda/distinfo index c42d839493f0..047ad68c2fa7 100644 --- a/cad/horizon-eda/distinfo +++ b/cad/horizon-eda/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1729495536 +TIMESTAMP = 1730363447 SHA256 (horizon-eda-horizon-v2.6.0_GH0.tar.gz) = e7e680a05b92ac8ab4b6a32fb8e3b17bc298245d3d3d9224e9b3f7fb55b81256 SIZE (horizon-eda-horizon-v2.6.0_GH0.tar.gz) = 4358268 SHA256 (3b6b783db797b593119756821c04ac64b66b7ffa.patch) = 7f168ab1af5e51b2e357a621f36ece6e55b690d7987ef343ac6ff1be37814573 SIZE (3b6b783db797b593119756821c04ac64b66b7ffa.patch) = 2170 +SHA256 (d5a46d2d7e879e82d0d2798715c1369f8ae54fcd.patch) = 32327df19fc6f8b5c864dc785eaae7ac31b91d7ab8ae6a1384aebbafa5df411a +SIZE (d5a46d2d7e879e82d0d2798715c1369f8ae54fcd.patch) = 4575
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410310832.49V8WOxe031489>