aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-12-14 15:40:00 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-12-14 15:49:39 +0000
commita85251480af2707d73c9bff351d66398f8ac961d (patch)
tree9b934e0e5714b20a901697053ec1dab3e8e44842
parentd7753df6fb1bdd9673faedac9e8b84b20e398624 (diff)
downloadports-a85251480af2707d73c9bff351d66398f8ac961d.tar.gz
ports-a85251480af2707d73c9bff351d66398f8ac961d.zip
cad/openroad: Mark BROKEN with libfmt 10+
- While I'm here, move PORTREVISION to the right place
-rw-r--r--cad/openroad/Makefile3
1 files changed, 2 insertions, 1 deletions
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