Bug 276885 - www/gitea: Add extra config option
Summary: www/gitea: Add extra config option
Status: Open
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-08 07:35 UTC by Rudolph
Modified: 2024-04-02 16:35 UTC (History)
2 users (show)

See Also:
stb: maintainer-feedback+


Attachments
Patch to add extra compile option to www/gitea (833 bytes, patch)
2024-02-08 07:35 UTC, Rudolph
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rudolph 2024-02-08 07:35:11 UTC
Created attachment 248250 [details]
Patch to add extra compile option to www/gitea

With the attached patch the www/gitea port will support all current compile options of www/gitea. The possible options are documented here: https://docs.gitea.com/next/installation/install-from-source#build.
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2024-04-02 12:45:10 UTC
Is this also applicable to www/forgejo ?
Comment 2 Rudolph 2024-04-02 16:16:12 UTC
I assume it also applies to Forgejo, but I didn't test that yet
Comment 3 Rudolph 2024-04-02 16:35:39 UTC
I just tried to compile the Forgejo port and it works with the same patch. Afterwards I can confirm that gogit was used:

```
$ forgejo --version
Forgejo version 1.21.7-0 built with GNU Make 4.4.1, go1.21.8 : bindata, gogit, pam, sqlite, sqlite_unlock_notify
```