[Bug 241695] Update net/yggdrasil to 0.3.11

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 4 01:13:07 UTC 2019


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

Dmitri Goutnik <dmgk at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |dmgk at freebsd.org

--- Comment #3 from Dmitri Goutnik <dmgk at freebsd.org> ---
(In reply to Neil Alexander from comment #2)
Hi,

Thanks for the update, there are a few issues that need fixing:

(1) It doesn't pass portlint checks:

$ portlint -AC
FATAL: Makefile: [3]: use a tab (not space) after a variable name
FATAL: Makefile: [4]: use a tab (not space) after a variable name
FATAL: Makefile: [5]: use a tab (not space) after a variable name
FATAL: Makefile: [6]: use a tab (not space) after a variable name
FATAL: Makefile: [7]: use a tab (not space) after a variable name
FATAL: Makefile: [9]: use a tab (not space) after a variable name
FATAL: Makefile: [10]: use a tab (not space) after a variable name
FATAL: Makefile: [12]: use a tab (not space) after a variable name
FATAL: Makefile: [13]: use a tab (not space) after a variable name
FATAL: Makefile: [15]: use a tab (not space) after a variable name
FATAL: Makefile: [17]: use a tab (not space) after a variable name
FATAL: Makefile: [18]: use a tab (not space) after a variable name
FATAL: Makefile: [19]: use a tab (not space) after a variable name
FATAL: Makefile: [20]: use a tab (not space) after a variable name
FATAL: Makefile: [21]: use a tab (not space) after a variable name
FATAL: Makefile: [37]: use a tab (not space) after a variable name
WARN: Makefile: [38]: use tab (not space) to make indentation
WARN: Makefile: [39]: use a tab (not space) after a variable name
FATAL: Makefile: [41]: use a tab (not space) after a variable name
17 fatal errors and 2 warnings found.

(2) Please remove MASTER_SITES/GH_TAGNAME and put back DISTVERSIONPREFIX=v.

(3) Remove BUILD_DEPENDS=go>=1.13:lang/go, Go ports should use USES=go
(USES=go:modules in this case [1])

(4) Remove MAKE_ENV+=GOFLAGS=-mod=vendor, go.mk already takes care of that.

--
[1] https://www.freebsd.org/doc/en/books/porters-handbook/book.html#using-go

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


More information about the freebsd-ports-bugs mailing list