Files
guru/www-apps
Artemis Everfree aa5efe0710 www-apps/forgejo: match build flags to changes upstream
forgejo v11 adjusts the names of various internal modules to drop the
old gitea branding and use the forgejo name. Because build variables in
Go use these module names, this changes the build variables as well. We
were using the old gitea setting still.

This would not affect forgejo running through the bundled service
management scripts, because those set runtime variables that override
the build-time variables. But, since we did not update our build script
to match, it would break the behavior of any other means of invoking
forgejo (manual, runit, etc.), leaving it to point at file paths that
don't exist.

This change fixes the build variables to be what they ought to be.

Thanks to Enne Eziarc for explaining this issue and providing a patch

Bug: https://bugs.gentoo.org/960471
Reference: e286457990

Signed-off-by: Artemis Everfree <artemis@artemis.sh>
2025-07-22 16:05:28 -07:00
..
2025-02-21 17:51:14 +05:00