Disable building svnlite(1) by default.

Now that all repositories have switched to git, initiate the de-orbit
burn for svnlite(1).

Reviewed by:	emaste
MFC after:	1 month
Relnotes:	yes
Differential Revision:	https://reviews.freebsd.org/D30105
This commit is contained in:
John Baldwin 2021-05-05 14:05:10 -07:00
parent 9c87db4b3c
commit a2bc17474b

View File

@ -173,7 +173,6 @@ __DEFAULT_YES_OPTIONS = \
SOURCELESS_HOST \ SOURCELESS_HOST \
SOURCELESS_UCODE \ SOURCELESS_UCODE \
STATS \ STATS \
SVNLITE \
SYSCONS \ SYSCONS \
SYSTEM_COMPILER \ SYSTEM_COMPILER \
SYSTEM_LINKER \ SYSTEM_LINKER \
@ -213,6 +212,7 @@ __DEFAULT_NO_OPTIONS = \
RPCBIND_WARMSTART_SUPPORT \ RPCBIND_WARMSTART_SUPPORT \
SORT_THREADS \ SORT_THREADS \
SVN \ SVN \
SVNLITE \
ZONEINFO_LEAPSECONDS_SUPPORT \ ZONEINFO_LEAPSECONDS_SUPPORT \
# LEFT/RIGHT. Left options which default to "yes" unless their corresponding # LEFT/RIGHT. Left options which default to "yes" unless their corresponding