aboutsummaryrefslogtreecommitdiff
path: root/editors
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 12:11:26 +0000
commitdd1c307fd52f0be584aa6eef745d9b1a5159e04e (patch)
tree7f6c55bbedd51982002de514dfc96db7b1f3e80d /editors
parent60992301b385f77f0b05fc4beda430f76d201d3f (diff)
downloadports-dd1c307fd52f0be584aa6eef745d9b1a5159e04e.tar.gz
ports-dd1c307fd52f0be584aa6eef745d9b1a5159e04e.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 (cherry picked from commit cb615a168346531cae978670e90a858f233946df)
Diffstat (limited to 'editors')
-rw-r--r--editors/libreoffice/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index 9d04de9426bf..7f4d00fcc486 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