[Bug 246915] [NEW PORT] audio/ardour6: Multichannel digital audio workstation (6.x)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jul 3 12:00:47 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246915
--- Comment #10 from Michael Beer <beerml at sigma6audio.de> ---
(In reply to daniel.engberg.lists from comment #9)
The link the ardour project provides points always to the current version only.
The reason why you can't just take a release (tagged version) from github is
more complicated. I hope, I explain it correctly:
The C++ file 'revision.cc' is not checked in on the git server but is created
on the fly by the used build system (waf) with the help of git.
This works perfect if actually work on a cloned repository and build ardour.
However this would also mean that you need to have the complete '.git' folder
available. For a freebsd port this would mean to include the entire .git to the
pkg-plist file, which is certainly not desired to have.
There is this 'release' mechanism in github which builds a tar ball. This
however doesn't support this particular version feature.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list