Date: Sun, 17 Apr 2016 21:05:18 +0000 From: bugzilla-noreply@freebsd.org To: tcltk@FreeBSD.org Subject: maintainer-feedback requested: [Bug 208874] devel/tclxml not PREFIX-safe Message-ID: <bug-208874-30738-vJLSTQX8wS@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-208874-30738@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
Mikhail Teterin <mi@FreeBSD.org> has reassigned Bugzilla Automation <bugzilla@FreeBSD.org>'s request for maintainer-feedback to tcltk@FreeBSD.org: Bug 208874: devel/tclxml not PREFIX-safe https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208874 --- Description --- Created attachment 169411 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=169411&action=edit Replace /usr/local with ${PREFIX} and only build documentation, if needed The problem is obvious and the patch is trivial, but without it the newly-built code fails to find itself under ${STAGEDIR} and can not generate its own documentation: -MAKE_ENV+= TCLLIBPATH=${STAGEDIR}/usr/local/lib +MAKE_ENV+= TCLLIBPATH=${STAGEDIR}/${PREFIX}/lib The second hunk in the patch stops generating the (useless) PORTDOCS, when docs are disabled. The port fails numerous self-tests after building -- this patch does not address that problem.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208874-30738-vJLSTQX8wS>
