svn commit: r445400 - in head/deskutils/calibre: . files

Guido Falsi madpilot at FreeBSD.org
Tue Jul 11 08:35:53 UTC 2017


On 07/11/17 08:41, Mathieu Arnold wrote:
> Le 09/07/2017 à 12:13, Guido Falsi a écrit :
>> +python_OLD_CMD=	"/usr/bin/env python" /bin/python /usr/bin/python /usr/local/bin/python \
>> +		"/usr/bin/env python2" /bin/python2 /usr/bin/python2 /usr/local/bin/python2
> 
> All the values on the first line already are present in python_OLD_CMD,
> so now, they are here twice:
> 
> $ make -V python_OLD_CMD
> "/usr/bin/env python" /bin/python /usr/bin/python /usr/local/bin/python 
> "/usr/bin/env python2" /bin/python2 /usr/bin/python2
> /usr/local/bin/python2 "/usr/bin/env python" /bin/python /usr/bin/python
> /usr/local/bin/python
> 
> 
> You should remove them and only add values that are not already there.
> 

You're definitely right, sorry for the misuse of the variable. I did not
properly check how the content was being used and assumed, wrongly, I
would be overriding the defaults.

Thanks, I'll fix it shortly.

-- 
Guido Falsi <madpilot at FreeBSD.org>


More information about the svn-ports-all mailing list