[Bug 208874] devel/tclxml not PREFIX-safe

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 18 14:23:54 UTC 2016


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

--- Comment #9 from Mikhail Teterin <mi at FreeBSD.org> ---
> And you can see how it's used:
>  $ grep exec_prefix `make -V WRKSRC`/Makefile
>  exec_prefix     = /usr/local

No, that's my point. I do NOT see this even if I remove --exec-prefix from
CONFIGURE_ARGS locally. Here:

% make -V CONFIGURE_ARGS
--with-tcl=/opt/lib/tcl8.6  XML_CONFIG="/opt/bin/xml2-config" --prefix=/opt
${_LATE_CONFIGURE_ARGS}
% rm -rf `make -V WRKDIR`
% make configure > /dev/null
% grep -c /usr/local `make -V WRKSRC`/Makefile
0

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-tcltk mailing list