Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2018 12:53:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 230369] shells/xonsh: Update to 0.7.5
Message-ID:  <bug-230369-21822-3KYUE2Fwth@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230369-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230369-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230369

John Hein <z7dr6ut7gs@snkmail.com> changed:

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

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

I suspect LICENSE was removed because of the following error:

=3D=3D=3D>  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=3D  ${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" t=
he
problem, but effectively just comments it out.

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

LICENSE_FILE=3D  ${WRKSRC}/license

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230369-21822-3KYUE2Fwth>