Website: http://vcvrack.com/ Github: https://github.com/VCVRack/Rack Building: https://vcvrack.com/manual/Building.html
June 28 2019 upstream issue comment: "vcvrack could likely be made to work in freebsd without much work." [1] [1] https://github.com/VCVRack/Rack/issues/1396#issuecomment-506863776 May not be port'able in its current form. needs-qa to determine feasibility.
I tried to port vcvrack but it depends on the project called "pfft". I have the potential port math/pfft but it depends on ${LOCALBASE}/lib/libfftw3_mpi.so: > .if !exists(${LOCALBASE}/lib/libfftw3_mpi.so) > IGNORE= need math/fftw3 to be built with OPENMPI=ON > .endif It depends on non-default option in math/fftw3. So far it's quite difficult to resolve this. This should become trivial when subpackages will become available (see https://reviews.freebsd.org/D16457).
Any progress on this?
Closing this as it's missing a patch file and not a bug