svn commit: r283151 - head

2015-05-20 Thread Garrett Cooper
Author: ngie Date: Wed May 20 13:04:00 2015 New Revision: 283151 URL: https://svnweb.freebsd.org/changeset/base/283151 Log: cddl/lib/libctf isn't always a requirement for lib/libproc; its use is dependent on MK_CTF != no. Use the other divined value instead of reinventing the wheel

Re: svn commit: r283151 - head

2015-05-20 Thread Andriy Gapon
On 20/05/2015 16:04, Garrett Cooper wrote: Author: ngie Date: Wed May 20 13:04:00 2015 New Revision: 283151 URL: https://svnweb.freebsd.org/changeset/base/283151 Log: cddl/lib/libctf isn't always a requirement for lib/libproc; its use is dependent on MK_CTF != no. Use the other

Re: svn commit: r283151 - head

2015-05-20 Thread Shawn Webb
On Wed, 2015-05-20 at 20:01 +0300, Andriy Gapon wrote: On 20/05/2015 16:04, Garrett Cooper wrote: Author: ngie Date: Wed May 20 13:04:00 2015 New Revision: 283151 URL: https://svnweb.freebsd.org/changeset/base/283151 Log: cddl/lib/libctf isn't always a requirement for

Re: svn commit: r283151 - head

2015-05-20 Thread Andriy Gapon
On 20/05/2015 20:01, Andriy Gapon wrote: On 20/05/2015 16:04, Garrett Cooper wrote: Author: ngie Date: Wed May 20 13:04:00 2015 New Revision: 283151 URL: https://svnweb.freebsd.org/changeset/base/283151 Log: cddl/lib/libctf isn't always a requirement for lib/libproc; its use is

Re: svn commit: r283151 - head

2015-05-20 Thread Craig Rodrigues
On Wed, May 20, 2015 at 10:24 AM, Andriy Gapon a...@freebsd.org wrote: lib/libproc__L: \ -cddl/lib/libctf__L lib/libelf__L lib/librtld_db__L lib/libutil__L +${_cddl_lib_libctf} lib/libelf__L lib/librtld_db__L lib/libutil__L Should the above perhaps be ${_cddl_lib_libctf}__L?

Re: svn commit: r283151 - head

2015-05-20 Thread Garrett Cooper
On May 20, 2015, at 10:43, Craig Rodrigues rodr...@freebsd.org wrote: On Wed, May 20, 2015 at 10:24 AM, Andriy Gapon a...@freebsd.org wrote: lib/libproc__L: \ -cddl/lib/libctf__L lib/libelf__L lib/librtld_db__L lib/libutil__L +${_cddl_lib_libctf} lib/libelf__L lib/librtld_db__L