Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2021 00:14:54 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: a4f99b3c2384 - stable/13 - Disable building svnlite(1) by default.
Message-ID:  <202106100014.15A0Es5j082567@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=a4f99b3c2384e04118182d917c689d446a63be71

commit a4f99b3c2384e04118182d917c689d446a63be71
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2021-05-05 21:05:10 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2021-06-09 22:21:59 +0000

    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
    Relnotes:       yes
    Differential Revision:  https://reviews.freebsd.org/D30105
    
    (cherry picked from commit a2bc17474b962ba9e29c4526356203fe48a549eb)
---
 share/mk/src.opts.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index d01472c7fae6..70462adb6a37 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -176,7 +176,6 @@ __DEFAULT_YES_OPTIONS = \
     SOURCELESS_HOST \
     SOURCELESS_UCODE \
     STATS \
-    SVNLITE \
     SYSCONS \
     SYSTEM_COMPILER \
     SYSTEM_LINKER \
@@ -216,6 +215,7 @@ __DEFAULT_NO_OPTIONS = \
     RPCBIND_WARMSTART_SUPPORT \
     SORT_THREADS \
     SVN \
+    SVNLITE \
     ZONEINFO_LEAPSECONDS_SUPPORT \
 
 # LEFT/RIGHT. Left options which default to "yes" unless their corresponding



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106100014.15A0Es5j082567>