git: ca664299dc58 - main - math/g2o: Broken on 15; Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Oct 2024 19:51:05 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca664299dc5845323cd898459de8263239b5ac7c commit ca664299dc5845323cd898459de8263239b5ac7c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-10-30 19:50:30 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-10-30 19:51:02 +0000 math/g2o: Broken on 15; Update WWW Reported by: fallout --- math/g2o/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/math/g2o/Makefile b/math/g2o/Makefile index bcaa23e0958b..d06045d674af 100644 --- a/math/g2o/Makefile +++ b/math/g2o/Makefile @@ -6,11 +6,14 @@ CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= General framework for graph optimization -WWW= https://openslam-org.github.io/g2o.html +WWW= https://openslam-org.github.io/g2o.html \ + https://github.com/RainerKuemmerle/g2o LICENSE= LGPL3 GPLv3 LICENSE_COMB= dual +BROKEN_FreeBSD_15= compilation error: static assertion failed due to requirement 'is_unsigned<int>::value', see https://github.com/RainerKuemmerle/g2o/issues/838 + LIB_DEPENDS= libamd.so:math/suitesparse-amd \ libcamd.so:math/suitesparse-camd \ libccolamd.so:math/suitesparse-ccolamd \