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/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230369 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: ===> 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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230369-21822-3KYUE2Fwth>
