git: a85251480af2 - main - cad/openroad: Mark BROKEN with libfmt 10+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Dec 2023 15:50:06 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a85251480af2707d73c9bff351d66398f8ac961d commit a85251480af2707d73c9bff351d66398f8ac961d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-12-14 15:40:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-12-14 15:49:39 +0000 cad/openroad: Mark BROKEN with libfmt 10+ - While I'm here, move PORTREVISION to the right place --- cad/openroad/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cad/openroad/Makefile b/cad/openroad/Makefile index f963a536d63a..5e2966f2a424 100644 --- a/cad/openroad/Makefile +++ b/cad/openroad/Makefile @@ -1,8 +1,8 @@ PORTNAME= openroad DISTVERSIONPREFIX= v DISTVERSION= 2.0-2930 -PORTREVISION= 4 DISTVERSIONSUFFIX= -gaa6d690df +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= cad @@ -13,6 +13,7 @@ WWW= https://theopenroadproject.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= does not build with libfmt 10+. See https://github.com/The-OpenROAD-Project/OpenROAD/pull/3911 BROKEN_i386= C++ issue on i386, should be resolved in the next update .if !exists(/usr/include/omp.h) BROKEN= requires OpenMP support that is missing on this architecture