svn commit: r297902 - head
NGie Cooper
yaneurabeya at gmail.com
Wed Apr 13 04:21:14 UTC 2016
> On Apr 12, 2016, at 20:02, Bryan Drewery <bdrewery at FreeBSD.org> wrote:
>
>> On 4/12/2016 8:00 PM, Steve Wills wrote:
>>> On 04/12/16 09:59 PM, Ian Lepore wrote:
>>>
>>> More succinctly:
>>>
>>> .if empty(SVN)
>>> SVN!= which svn || which svnlite
>>> .endif
>>
>> Fair enough, that's basically the intent. I think we like to avoid !=,
>> at least in ports, and I wanted the logic between src and ports to match
>> in this case.
>
> Yeah, please avoid != where possible.
>
> If you switch to this then also add .export SVN after the SVN!= line.
>
> I somewhat like this version more though since /usr/local/bin may not be
> in the PATH.
Plus it's not set in PATH probably in this portion of the build...
More information about the svn-src-head
mailing list