audio/csound6: Take maintainership; Change to github
This port is broken. It both failed to fetch and failed to build afterwards.
I fixed the fetching problem: it moved to github.
So far I couldn't fix the build problem - it seems to fail due to some
incompatibilities
with dependencies, but it is also badly outdated. New version doesn't build
either.
The upstream needs to fix at least these two problems:
* https://github.com/csound/csound/issues/1063
* https://github.com/csound/csound/issues/1064
I'll come back to it after they fix these build issues.
(Only the first 10 of 12 ports in this commit are shown above. )
- Copy from audio/csound and apply the patch. The API of the version 6 of csound
is not compatible of version 5.
- Update from 5.18.02 to 6.02
- Add stage support
- Use options helpers
PR: ports/185351
Submitted by: KATO Tsuguru <tkato432@yahoo.com>