[Bug 244671] www/gitea: 1.11.2 build fail

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 8 18:04:29 UTC 2020


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

--- Comment #4 from rozhuk.im at gmail.com ---

Makefile in gitea src contains:
go-check:
        $(eval GO_VERSION := $(shell printf "%03d%03d%03d" $(shell go version |
grep -Eo '[0-9]+\.?[0-9]+?\.?[0-9]?[[:space:]]' | tr '.' ' ');))
...
node-check:
        $(eval NODE_VERSION := $(shell printf "%03d%03d%03d" $(shell node -v |
grep -Eo '[0-9]+\.?[0-9]+?\.?[0-9]?' | tr '.' ' ');))


I try in console:
go version | grep -Eo '[0-9]+\.?[0-9]+?\.?[0-9]?[[:space:]]'
grep: repetition-operator operand invalid

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


More information about the freebsd-ports-bugs mailing list