aboutsummaryrefslogtreecommitdiff
path: root/cad/openvsp
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-09-19 08:47:02 +0000
committerRene Ladan <rene@FreeBSD.org>2020-09-19 08:47:02 +0000
commit56fbdb910f4c52930bbb9af9d64092fe2ece6718 (patch)
treea418f3c7c02185a5c31f7e213c157135b1239524 /cad/openvsp
parent59f8721ef7c9bc4094e457bdb67006ab1e6acccb (diff)
downloadports-56fbdb910f4c52930bbb9af9d64092fe2ece6718.tar.gz
ports-56fbdb910f4c52930bbb9af9d64092fe2ece6718.zip
cad/openvsp: unexpire by allowing it to build on FreeBSD versions with PR 230888 fixed.
PR: 242229 Submitted by: fernape@ (maintainer) Approved by: build fix blanket MFH: 2020Q3
Notes
Notes: svn path=/head/; revision=548947
Diffstat (limited to 'cad/openvsp')
-rw-r--r--cad/openvsp/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile
index 50ee14a2100a..d68cffa81a14 100644
--- a/cad/openvsp/Makefile
+++ b/cad/openvsp/Makefile
@@ -13,9 +13,6 @@ LICENSE_NAME= NASA Open Source Agreement version 1.3
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-BROKEN= fails to link
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-08-26
BROKEN_aarch64= fails to compile: invokes x86 asm
LIB_DEPENDS= libdrm.so:graphics/libdrm \
@@ -58,7 +55,7 @@ USE_GNOME= libxml2
# See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888
.if ${OPSYS} == FreeBSD
-.if (${OSVERSION} < 1200000 || ${OSVERSION} >=1300000)
+.if (${OSVERSION} < 1104507) || (${OSVERSION} >= 1200000 && ${OSVERSION} < 1202000) || (${OSVERSION} >= 1300000 && ${OSVERSION} < 1300115)
BROKEN= undefined reference to __atomic_load
.endif
.endif