Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Apr 2022 13:27:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 262124] security/crowdsec fails to build on the quarterly branch
Message-ID:  <bug-262124-7788-k52qX7Fc3t@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-262124-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-262124-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262124

marco+freebsd@crowdsec.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marco+freebsd@crowdsec.net

--- Comment #11 from marco+freebsd@crowdsec.net ---
Hi, I am the maintainer of the crowdsec package.

The first thing I did when taking over the package was to switch from "USES
go:modules" to "USES gmake". This fixed a bunch of issues but broke the bui=
ld
because it downloads dependencies at build time. I issued a fixed 1.2.3 ver=
sion
(and more) but they were not merged to quarterly until v1.3.2.

The fix was to provide the go dependencies within the repository: the
v1.3.2-freebsd tag on crowdsecurity/crowdsec is simply derived from v1.3.2 =
with
the addition of the "vendor" directories.
This is not the method used by go:modules but it was easier to implement.

I am also releasing a v1.3.3 today.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262124-7788-k52qX7Fc3t>