aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2022-04-28 11:25:44 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2022-04-28 11:58:19 +0000
commitcb615a168346531cae978670e90a858f233946df (patch)
tree1dbe94a2462b48ed3670d2ed2395d4c2c23dbc5d
parentd6f2f631da0aaff77159d62ce958c95e8871d1d0 (diff)
downloadports-cb615a168346531cae978670e90a858f233946df.tar.gz
ports-cb615a168346531cae978670e90a858f233946df.zip
editors/libreoffice: warn users about libcxxrt ABI incompatibility
Mark BROKEN on affected versions of FreeBSD main and stable/13 and tell users to update FreeBSD first so they have the latest libcxxrt. PR: 263596
-rw-r--r--editors/libreoffice/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index 20440af97e14..a7069da25a02 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -308,6 +308,13 @@ MAKE_ENV+= verbose=1
.include <bsd.port.pre.mk>
+.if ${OPSYS} == FreeBSD && ( \
+ (${OSVERSION} >= 1300525 && ${OSVERSION} < 1301000) || \
+ (${OSVERSION} >= 1301500 && ${OSVERSION} < 1301502) || \
+ (${OSVERSION} >= 1400051 && ${OSVERSION} < 1400057))
+BROKEN= please update FreeBSD base system first to fix an ABI incompatibility
+.endif
+
.if ${ARCH:Mpowerpc*}
EXTRA_PATCHES+= ${FILESDIR}/powerpc64
.endif