diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-12-14 23:40:00 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-12-14 23:49:39 +0800 |
commit | a85251480af2707d73c9bff351d66398f8ac961d (patch) | |
tree | 9b934e0e5714b20a901697053ec1dab3e8e44842 /cad | |
parent | math/R-cran-recipes: Update to 1.0.9 (diff) |
cad/openroad: Mark BROKEN with libfmt 10+
- While I'm here, move PORTREVISION to the right place
Diffstat (limited to 'cad')
-rw-r--r-- | cad/openroad/Makefile | 3 |
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 |