[Bug 226885] net/ucarp: [PATCH] Switch to Github source tree

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 24 23:27:26 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226885

--- Comment #2 from Artyom Davidov <ard_1 at mail.ru> ---
Hi Yuri,
We cannot use the identifier from "git describe --tags" since there are no tags
in that project on GH. So in this particular case we have to fallback to commit
identifier. Also the "git describe --always" returns "4f339d4" that is being
used in this patch.

Regarding those two "touch" statements in the Makefile - Autotools fails to
process the source code when those two files are missing.
If someone knows a better way to work-around this issue, without adding
additional build dependencies to port, please share it with me and I'll update
this patch accordingly.

wbr,
Artyom

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list