Created attachment 218707 [details] Update to rclone 1.53.1 Since 1.53.0, upstream removed the vendor directory, which requires a different way to build this package. It downloads all the modules, which requires ca_root_nss to validate the SSL certificates. Also, it no longer requires USES=go:modules (due to vendor dir removal), but just USES=go now.
Created attachment 218925 [details] Update to rclone 1.53.1 (fetch downloads all necessary modules now) Download all modules during fetch phase, since pkg buildboxes don't have internet access. This patch builds and runs fine in poudriere on 12.1-amd64
Created attachment 219319 [details] Update rclone to 1.53.2 Tested the issue from #250695 in my poudriere jail without curl installed and it seems to work just fine.
Sorry. Forgot to make my previous patch obsolete.
A commit references this bug: Author: mikael Date: Sat Nov 7 15:26:40 UTC 2020 New revision: 554396 URL: https://svnweb.freebsd.org/changeset/ports/554396 Log: net/rclone: update to 1.53.2 PR: 250312 Submitted by: Ralf van der Enden <tremere@cainites.net> Approved by: wg (maintainer timeout) Changes: head/net/rclone/Makefile head/net/rclone/distinfo
Thanks!