www/forgejo-lts: Fix non-BINDATA case
DATADIR is still needed for static assets in the non-BINDATA case.
Point StaticRootPath at it. In the BINDATA case (which is the default),
the assets are linked into the binary and StaticRootPath is not used.
PR: 294619
Fixes: 7c546a3a09e0 ("www/forgejo-lts: Correct AppWorkPAth")
MFH: 2026Q2
(cherry picked from commit 6d5d169cad9968a142e928d69e95438aafd95774)
www/forgejo: Fix non-BINDATA case
DATADIR is still needed for static assets in the non-BINDATA case.
Point StaticRootPath at it. In the BINDATA case (which is the default),
the assets are linked into the binary and StaticRootPath is not used.
PR: 294619
Fixes: 3686ad021c23 ("www/forgejo: Correct AppWorkPAth")
MFH: 2026Q2
(cherry picked from commit e75690e3147e1f973ad5936934721619ab319754)
www/forgejo-lts: Fix non-BINDATA case
DATADIR is still needed for static assets in the non-BINDATA case.
Point StaticRootPath at it. In the BINDATA case (which is the default),
the assets are linked into the binary and StaticRootPath is not used.
PR: 294619
Fixes: 7c546a3a09e0 ("www/forgejo-lts: Correct AppWorkPAth")
MFH: 2026Q2
www/forgejo: Fix non-BINDATA case
DATADIR is still needed for static assets in the non-BINDATA case.
Point StaticRootPath at it. In the BINDATA case (which is the default),
the assets are linked into the binary and StaticRootPath is not used.
PR: 294619
Fixes: 3686ad021c23 ("www/forgejo: Correct AppWorkPAth")
MFH: 2026Q2
games/coronapoker: Remove
coronapoker downloads binary module that defeats its GPL license.
This download presents a potential security risk.
Reference: https://github.com/tonikelope/coronapoker/issues/7
printenv: Clean up
* Error out if more than one argument is given.
* Check for stdio errors.
* Clean up the code.
* Clean up and expand the tests.
MFC after: 1 week
Reviewed by: ngie
Differential Revision: https://reviews.freebsd.org/D56506
(cherry picked from commit abdf2a711cabebc107a04fd286e441e2030827f0)
ident: Clean up
* Use libcasper instead of reinventing it.
* Add long option support.
* Drop pointless use of temporary locales.
* Consistently check for stdio errors.
* Clean up the code.
* Clean up and expand the tests.
MFC after: 1 week
Reviewed by: ngie
Differential Revision: https://reviews.freebsd.org/D56505
(cherry picked from commit 394f6b1b0a658755a9420906fb7a459c3d9501a5)
tests.7: Provide better examples
Previous authors appear to have prioritized brevity over clarity. This
unfortunately resulted in a manual page that left its reader with the
false impression that Kyua is difficult to use. Attempt to correct
this by providing more and simpler examples with longer explanations.
While here, correct outdated information about where Kyua stores its
logs and results.
MFC after: 1 week
Reviewed by: ziaee, ngie
Differential Revision: https://reviews.freebsd.org/D56475
(cherry picked from commit 3d00db6b8b73ef7f89654a2928d247d62d39ee29)
Revert "Tentative fix for powerpc boot1.chrp linking problem."
This reverts base 4822a2cf990048c6eed7822fd34a1aeeb7c39cdf. The change
in base aa0bc7cca153f67f8becec8a8fb259ff5fd30fd0 already fixed the
original issue, which is that newer versions of lld complain "section
'.text' address (0x38000) is smaller than image base (0x10000000);
specify --image-base".
Reported by: ivy
PR: 292067
MFC after: 1 month
build.7: Improve make delete-old example
Be more explicit that deleting old files and libraries needs to be
really after you're rebooted a third time and you're really actually
sure your applications aren't using old libs, following irc discussion.
Also adjust an example slightly to fit on 80 character console.
MFC after: 3 days
Discussed with: emaste, fuz, jhb
Differential Revision: https://reviews.freebsd.org/D54079
(cherry picked from commit 1d69c8e4ac7da648f63a830b23b872582469ba37)
committers-guide: Switch license to SPDX only
Matching what we did in style(9) and license-guide.
Reviewed by: emaste, imp, mhorne
Differential Revision: https://reviews.freebsd.org/D54444
chore: replace {0, 0} with {DEV,KOBJ}METHOD_END
Both of the aforementioned macros have been present in FreeBSD
for well over a decade: 2009 for `KOBJMETHOD_END`; 2011 for
`DEVMETHOD_END`.
Adapt all hardcoded references of `{0, 0}` with `DEVMETHOD_END`
and `KOBJMETHOD_END` as appropriate. This helps ensure that
future adaptations to drivers following patterns documented
in driver(9) can be made more easily/without issue.
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D55414
MFC notes:
All conflicts were dropped as they didn't apply to code in branch.
Conflicts:
sys/dev/flash/w25n.c
[7 lines not shown]
chore: replace {0, 0} with {DEV,KOBJ}METHOD_END
Both of the aforementioned macros have been present in FreeBSD
for well over a decade: 2009 for `KOBJMETHOD_END`; 2011 for
`DEVMETHOD_END`.
Adapt all hardcoded references of `{0, 0}` with `DEVMETHOD_END`
and `KOBJMETHOD_END` as appropriate. This helps ensure that
future adaptations to drivers following patterns documented
in driver(9) can be made more easily/without issue.
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D55414
MFC notes:
- All changes to nvme/nvd were dropped as they didn't apply.
- Change to ufshci_pci.c was adjusted to match code in branch.
Conflicts:
[5 lines not shown]