FreeBSD Bugzilla – Attachment 193045 Details for
Bug 227973
/usr/doc fails to update when WITH_SVN= is specified
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix "make update" when WITH_SVN= is specified
Makefile.diff (text/plain), 308 bytes, created by
Dries Michiels
on 2018-05-04 16:56:10 UTC
(
hide
)
Description:
Patch to fix "make update" when WITH_SVN= is specified
Filename:
MIME Type:
Creator:
Dries Michiels
Created:
2018-05-04 16:56:10 UTC
Size:
308 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 51615) >+++ Makefile (working copy) >@@ -38,6 +38,8 @@ > > .if exists(/usr/bin/svnlite) > SVN?= /usr/bin/svnlite >+.elif exists(/usr/bin/svn) >+SVN?= /usr/bin/svn > .else > SVN?= /usr/local/bin/svn > .endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 227973
: 193045