Bug 227973

Summary: /usr/doc fails to update when WITH_SVN= is specified
Product: Documentation Reporter: Dries Michiels <driesm>
Component: Books & ArticlesAssignee: Sevan Janiyan <sevan>
Status: Closed FIXED    
Severity: Affects Many People CC: sevan
Priority: --- Keywords: easy, patch
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D16695
Attachments:
Description Flags
Patch to fix "make update" when WITH_SVN= is specified none

Description Dries Michiels freebsd_committer freebsd_triage 2018-05-04 16:56:10 UTC
Created attachment 193045 [details]
Patch to fix "make update" when WITH_SVN= is specified

/usr/doc fails to update when WITH_SVN= is used to build from source.
The makefile checks either the existence of the svn command of the package or svnlite but not for /usr/bin/svn.

This causes the following error when issuing "make update":

--------------------------------------------------------------
>>> /usr/local/bin/svn is required to update /usr/doc
--------------------------------------------------------------
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-08-12 10:13:38 UTC
A commit references this bug:

Author: sevan
Date: Sun Aug 12 10:12:51 UTC 2018
New revision: 52119
URL: https://svnweb.freebsd.org/changeset/doc/52119

Log:
  Handle building on systems utilising WITH_SVN knob.

  PR:		227973
  Submitted by:	Dries Michiels <dries.michiels at gmail>
  Approved by:	bcr (mentor)
  Sponsored by:	Essen Hackathon
  Differential Revision:	https://reviews.freebsd.org/D16695

Changes:
  head/Makefile
Comment 2 Sevan Janiyan freebsd_committer freebsd_triage 2018-08-12 10:14:17 UTC
Committed, thanks!