[Bug 230369] shells/xonsh: Update to 0.7.5

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Sep 13 12:53:53 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230369

John Hein <z7dr6ut7gs at snkmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |z7dr6ut7gs at snkmail.com

--- Comment #11 from John Hein <z7dr6ut7gs at snkmail.com> ---
(In reply to Nathan from comment #10)

I suspect LICENSE was removed because of the following error:

===>  Missing license file for BSD2CLAUSE in /license
*** Error code 1

That's because the LICENSE_FILE line that was added in the patch is:

LICENSE_FILE=  ${WRCDIR}/license

Two problems with that:

 - WRCDIR typo instead of WRKDIR

 - WRKDIR would be wrong, too.  WRKSRC is correct.

Removing LICENSE just skips all the license support, so it seems to "fix" the
problem, but effectively just comments it out.

In short, the patch should be updated to leave LICENSE as is and add this line:

LICENSE_FILE=  ${WRKSRC}/license

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-python mailing list