diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ceph14/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/ceph14/Makefile b/net/ceph14/Makefile index 2eb16d300a5d..36b3fbdddd76 100644 --- a/net/ceph14/Makefile +++ b/net/ceph14/Makefile @@ -12,8 +12,11 @@ WWW= https://ceph.com/ LICENSE= GPLv2 LGPL3 LICENSE_COMB= dual -BROKEN_FreeBSD_14= fails to build: static_assert failed due to requirement +BROKEN= fails to build with fmt 10 and newer +#BROKEN_FreeBSD_14= fails to build: static_assert failed due to requirement # even though i386 will build, it is not really advised. +DEPRECATED= End of life upstream since 2021-06-30 +EXPIRATION_DATE=2023-10-31 ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le BUILD_DEPENDS= \ |