Date: Sat, 19 Sep 2020 13:21:45 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548984 - branches/2020Q3/cad/openvsp Message-ID: <202009191321.08JDLjZo094963@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sat Sep 19 13:21:44 2020 New Revision: 548984 URL: https://svnweb.freebsd.org/changeset/ports/548984 Log: MFH: r548947 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 Approved by: ports-secteam (fluffy) Modified: branches/2020Q3/cad/openvsp/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/cad/openvsp/Makefile ============================================================================== --- branches/2020Q3/cad/openvsp/Makefile Sat Sep 19 13:10:26 2020 (r548983) +++ branches/2020Q3/cad/openvsp/Makefile Sat Sep 19 13:21:44 2020 (r548984) @@ -13,7 +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 BROKEN_aarch64= fails to compile: invokes x86 asm LIB_DEPENDS= libdrm.so:graphics/libdrm \ @@ -56,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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009191321.08JDLjZo094963>