[Bug 265421] net/rclone: does not respect WRKDIRPREFIX, creates huge directory structure in /usr/ports/distfiles/go
Date: Mon, 25 Jul 2022 17:16:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265421 --- Comment #2 from Martin Birgmeier <d8zNeCFG@aon.at> --- Hmmm... for my setup there are have previously been less than 5000 files in distfiles, most of them versioned tarballs, with multiple versions for various FreeBSD distributions. For rclone, the "go" subdirectory now holds slightly less than 40000 files which are not tarballs. Before the latest change, rclone would download just a few dozen tarballs in the "fetch" stage of the build process and expand them in WRKSRC, similar to what "normal" ports are doing. I would find it preferable to change the "modules" logic in Mk/Uses/go.mk to save tarballs instead of expanded directories. -- Martin -- You are receiving this mail because: You are the assignee for the bug.