audio/supercollider: Update 3.13.1-g20250219 => 3.14.0
Changelog:
https://github.com/supercollider/supercollider/releases/tag/Version-3.14.0
Port changes:
- Add BUILD_DEPENDS=${LOCALBASE}/include/fftw3.h:math/fftw3 - port uses this file to find libfftw3f.so.
- Convert CMAKE_ARGS to CMAKE_ON and CMAKE_OFF.
- Move SSE, SSE2 and WEBENGINE from CMAKE_ARGS to OPTIONS:
- SSE and SSE2 are available for x86 only, WEBENGINE is available for all arches.
- SSE and SSE2 are default for amd64 only, WEBENGINE is default for x86 only.
- Rename the HELP option to DOCS - it is now correctly handled by the ports infrastructure and is useful for users who have the DOCS option forcibly disabled for all ports.
- Refresh patches.
PR: 288866
Approved by: Neal Nelson <ports@nicandneal.net> (maintainer)
Co-authored-by: Neal Nelson <ports@nicandneal.net>