Page MenuHomeFreeBSD

src.conf(5): Remove the WITHOUT_GAMES build option
AbandonedPublic

Authored by gbe on Apr 22 2022, 10:03 AM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 8:23 AM
Unknown Object (File)
Nov 4 2023, 2:09 AM
Unknown Object (File)
Sep 9 2023, 5:58 AM
Unknown Object (File)
Apr 8 2023, 10:55 AM
Unknown Object (File)
Mar 22 2023, 6:26 PM
Unknown Object (File)
Dec 21 2022, 9:16 AM

Details

Reviewers
imp
emaste
Group Reviewers
manpages
Summary

The BSD games moved to ports a while ago,
so the build option is long deprecated.

MFC after: 1 week

Test Plan

regenerate src.conf

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 45317
Build 42205: arc lint + arc unit

Event Timeline

gbe requested review of this revision.Apr 22 2022, 10:03 AM

there are still a few things controlled by WITH_/WITHOUT_GAMES:

$ git grep MK_GAMES
Makefile.inc1:.if ${MK_GAMES} != "no"
release/Makefile:           MK_GAMES=no \
tools/build/mk/OptionalObsoleteFiles.inc:.if ${MK_GAMES} == no
usr.bin/Makefile:SUBDIR.${MK_GAMES}+=   caesar
usr.bin/Makefile:SUBDIR.${MK_GAMES}+=   factor
usr.bin/Makefile:SUBDIR.${MK_GAMES}+=   fortune
usr.bin/Makefile:SUBDIR.${MK_GAMES}+=   grdc
usr.bin/Makefile:SUBDIR.${MK_GAMES}+=   morse
usr.bin/Makefile:SUBDIR.${MK_GAMES}+=   number
usr.bin/Makefile:SUBDIR.${MK_GAMES}+=   pom
usr.bin/Makefile:SUBDIR.${MK_GAMES}+=   primes
usr.bin/Makefile:SUBDIR.${MK_GAMES}+=   random
pauamma_gundo.com added inline comments.
share/man/man5/src.conf.5
1654

Should still be .Va, I think. (May instead need to be fixed in whatever creates src.conf.5 instead, if it's autogenerated as Phab says it is.)

fortune is still in base so the removal of the build knob is not an option.