Index: head/audio/sc3-plugins/Makefile =================================================================== --- head/audio/sc3-plugins/Makefile (revision 460314) +++ head/audio/sc3-plugins/Makefile (revision 460315) @@ -1,39 +1,38 @@ # $FreeBSD$ PORTNAME= sc3-plugins -DISTVERSION= 3.8.0 -PORTREVISION= 1 +DISTVERSIONPREFIX= Version- +DISTVERSION= 3.9.0 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org COMMENT= Extension plugins for the SuperCollider3 audio synthesis server LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/license.txt BUILD_DEPENDS= ${LOCALBASE}/include/SuperCollider/SCVersion.txt:audio/supercollider \ ${LOCALBASE}/include/boost/intrusive/unordered_set.hpp:devel/boost-libs \ ${LOCALBASE}/include/fftw3.h:math/fftw3 LIB_DEPENDS= libfftw3f.so:math/fftw3-float \ libstk.so:audio/stk OPTIONS_DEFINE= SUPERNOVA OPTIONS_DEFAULT= SUPERNOVA SUPERNOVA_DESC= Build plugins for supernova OPTIONS_SUB= yes USES= cmake:outsource localbase pkgconfig USE_GITHUB= yes GH_ACCOUNT= supercollider -GH_TAGNAME= 5342a4a GH_TUPLE= timblechmann:nova-simd:3140689:n/external_libraries/nova-simd CMAKE_ARGS+= -DSYSTEM_STK:BOOL=ON CMAKE_ARGS+= -DSC_PATH:STRING=${LOCALBASE}/include/SuperCollider/ # see https://github.com/supercollider/sc3-plugins/issues/170 SUPERNOVA_CMAKE_BOOL= SUPERNOVA post-patch: @${REINPLACE_CMD} -e ' \ s|/usr/local|${PREFIX}|' \ ${WRKSRC}/cmake_modules/*.cmake .include Index: head/audio/sc3-plugins/distinfo =================================================================== --- head/audio/sc3-plugins/distinfo (revision 460314) +++ head/audio/sc3-plugins/distinfo (revision 460315) @@ -1,5 +1,5 @@ -TIMESTAMP = 1503361784 -SHA256 (supercollider-sc3-plugins-3.8.0-5342a4a_GH0.tar.gz) = 09fa3e09828d1ace053a71527b89811704505bb0743d266e5c47a7ef70ae4183 -SIZE (supercollider-sc3-plugins-3.8.0-5342a4a_GH0.tar.gz) = 3454858 +TIMESTAMP = 1515960660 +SHA256 (supercollider-sc3-plugins-Version-3.9.0_GH0.tar.gz) = b9f5cc6444c087671879b973bd281289dbe1faa66a5965d21e855f7639e4fc19 +SIZE (supercollider-sc3-plugins-Version-3.9.0_GH0.tar.gz) = 3455817 SHA256 (timblechmann-nova-simd-3140689_GH0.tar.gz) = ba2d5e6d42208d85fae6eacad9f51f34e9b582c7f83cfdf2c71c8fb05f92eeda SIZE (timblechmann-nova-simd-3140689_GH0.tar.gz) = 52899 Index: head/audio/sc3-plugins/files/patch-source_StkInst_CMakeLists.txt =================================================================== --- head/audio/sc3-plugins/files/patch-source_StkInst_CMakeLists.txt (revision 460314) +++ head/audio/sc3-plugins/files/patch-source_StkInst_CMakeLists.txt (nonexistent) @@ -1,12 +0,0 @@ ---- source/StkInst/CMakeLists.txt.orig 2017-08-11 11:25:31 UTC -+++ source/StkInst/CMakeLists.txt -@@ -51,6 +51,9 @@ endif() - - if(SUPERNOVA) - add_library(${PROJECT}_supernova MODULE ${PROJECT}.cpp ${STKSources}) -+ if(SYSTEM_STK) -+ target_link_libraries(${PROJECT}_supernova ${STK_LIBRARY}) -+ endif() - set_property(TARGET ${PROJECT}_supernova APPEND PROPERTY COMPILE_DEFINITIONS "SUPERNOVA") - include_directories(${SC_PATH}/external_libraries - ${SC_PATH}/external_libraries/boost-lockfree Property changes on: head/audio/sc3-plugins/files/patch-source_StkInst_CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property