aboutsummaryrefslogtreecommitdiff
path: root/audio/supercollider
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-03-31 16:15:16 +0000
committerRene Ladan <rene@FreeBSD.org>2020-03-31 16:15:16 +0000
commit3c6fba3a38899c63d3dbc2bcbc45740cf327c6b3 (patch)
tree3dde9d52f34dfb1247213c04b75eda5c746d1114 /audio/supercollider
parent22ddb939272b64b06b07a246858f63dbfaf2906a (diff)
downloadports-3c6fba3a38899c63d3dbc2bcbc45740cf327c6b3.tar.gz
ports-3c6fba3a38899c63d3dbc2bcbc45740cf327c6b3.zip
Clean up ports after FreeBSD 12.0 reached end-of-life.
emulators/mesen is left out for now, as it breaks on 11.3 Submitted by: rene Reviewed by: jbeich, zeising X-Differential Revision: https://reviews.freebsd.org/D24211
Notes
Notes: svn path=/head/; revision=529986
Diffstat (limited to 'audio/supercollider')
-rw-r--r--audio/supercollider/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/audio/supercollider/Makefile b/audio/supercollider/Makefile
index 1c56a7dca83c..28c2e32f8829 100644
--- a/audio/supercollider/Makefile
+++ b/audio/supercollider/Makefile
@@ -13,6 +13,8 @@ COMMENT= Programming language for real time audio synthesis
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_FreeBSD= fails to compile with Clang 8 due shipped Boost 1.66 libraries. Not compatible with Boost 1.70+, either
+
BUILD_DEPENDS= ${LOCALBASE}/include/boost/intrusive/unordered_set.hpp:devel/boost-libs
LIB_DEPENDS= libavahi-client.so:net/avahi-app \
libavahi-common.so:net/avahi-app \
@@ -54,14 +56,6 @@ SUPERNOVA_CMAKE_BOOL= SUPERNOVA
CMAKE_ARGS+= -DSSE:BOOL=FALSE -DSSE2:BOOL=FALSE
.endif
-.if ${OPSYS} == FreeBSD
-.if ${OSVERSION} < 1200000 || \
- (${OSVERSION} >= 1200506 && ${OSVERSION} < 1300000) || \
- ${OSVERSION} >= 1300014
-BROKEN= fails to compile with Clang 8 due shipped Boost 1.66 libraries. Not compatible with Boost 1.70+, either
-.endif
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|MATCHES "Linux" AND|MATCHES "FreeBSD" AND|' \
${WRKSRC}/CMakeLists.txt