Subject: CVS commit: pkgsrc
From: Thomas Klausner
Date: 2024-05-15 01:01:13
Message id: 20240514230113.7695EFA2C@cvs.NetBSD.org

Log Message:
go: do not unpack go modules by default

Before this change, they were unpacked into ${WRKDIR}, but the actual build
process started from the zip archives again, leading to two copies of the
files on disk; even worse, you could assume the extracted sources were
used and could be patched.

Now, only the main tar.gz will be extracted into ${WRKDIR} and other
files need to be added to GO_MODULE_EXTRACT to be extracted.

Adapt the couple packages that already patch go sources, or need other
files extracted.

With help from bsiegert, thanks!

Files:
RevisionActionfile
1.58modifypkgsrc/databases/influxdb/Makefile
1.15modifypkgsrc/databases/sqlc/Makefile
1.16modifypkgsrc/lang/go/go-module.mk
1.44modifypkgsrc/security/authelia/Makefile
1.2modifypkgsrc/sysutils/superfile/Makefile