svn commit: r337621 - in head/share/man: man5 man7

Alexander Leidinger netchild at FreeBSD.org
Sat Aug 11 13:18:21 UTC 2018


Author: netchild
Date: Sat Aug 11 13:18:19 2018
New Revision: 337621
URL: https://svnweb.freebsd.org/changeset/base/337621

Log:
  Add svnlite to places where svn is mentioned.
  
  The Makefile part in the PR is solved already differently, so this
  part is skipped form the PR The man page change change is slightly
  changed to adapt to the way the Makefile works and to the spirit
  of what is intended here.
  
  Submitted by:	Juan Ramón Molina Menor <info at juanmolina.eu>
  PR:		194910
  Sponsored by:	Essen Hackathon

Modified:
  head/share/man/man5/make.conf.5
  head/share/man/man7/build.7

Modified: head/share/man/man5/make.conf.5
==============================================================================
--- head/share/man/man5/make.conf.5	Sat Aug 11 13:01:46 2018	(r337620)
+++ head/share/man/man5/make.conf.5	Sat Aug 11 13:18:19 2018	(r337621)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 20, 2018
+.Dd August 11, 2018
 .Dt MAKE.CONF 5
 .Os
 .Sh NAME
@@ -234,12 +234,13 @@ Set this to not update the ports tree during
 .Pq Vt bool
 Set this to use
 .Xr svn 1
+or
+.Xr svnlite 1
 to update your
 .Pa src
 tree with
 .Dq Li "make update" .
-Note that since a subversion client is not included in the base system,
-you will need to set
+Note that you can set
 .Va SVN
 to the full path of a
 .Xr svn 1

Modified: head/share/man/man7/build.7
==============================================================================
--- head/share/man/man7/build.7	Sat Aug 11 13:01:46 2018	(r337620)
+++ head/share/man/man7/build.7	Sat Aug 11 13:18:19 2018	(r337621)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 24, 2017
+.Dd August 11, 2018
 .Dt BUILD 7
 .Os
 .Sh NAME
@@ -42,6 +42,8 @@ and
 These directories may be initially empty or non-existent until updated with
 .Xr svn 1
 or
+.Xr svnlite 1
+or
 .Xr portsnap 8 .
 Directory
 .Pa /usr/src
@@ -789,6 +791,7 @@ make TARGET_ARCH=armv6 DESTDIR=/clients/arm64 installw
 .Xr install 1 ,
 .Xr make 1 ,
 .Xr svn 1 ,
+.Xr svnlite 1 ,
 .Xr make.conf 5 ,
 .Xr src.conf 5 ,
 .Xr arch 7 ,


More information about the svn-src-all mailing list