Compiling sguil-server on Release 9.2 i386

John Marino freebsd.contact at marino.st
Mon Oct 21 19:05:18 UTC 2013


On 10/21/2013 20:40, Paul Schmehl wrote:
> --On October 21, 2013 7:09:06 PM +0200 John Marino
>>
>> Look at section 5.8.9 of the Porters Handbook:
>> http://www.freebsd.org/doc/en/books/porters-handbook/makefile-depend.html
>>
>> Something like this should work:
>> RUN_DEPENDS+= mysqltcl>3:${PORTSDIR}/databases/mysqltcl
>>
> No, it won't.  You can't use that construction on libraries, which is
> what mysqltcl is.


Are you as certain about that as you were about the RUN_DEPENDS line not
being a shell command before?   As the handbook clearly states, you can
use that construction on RUN_DEPENDS.  The fact that you want a library
out of the port is not relevant.  It would install everything in the
mysqltcl port, including the library you desire.

The rest of your post doesn't merit a response.

John


More information about the freebsd-ports mailing list