Compiling sguil-server on Release 9.2 i386
s_gammons at charter.net
s_gammons at charter.net
Sat Oct 19 14:32:50 UTC 2013
On Sat, Oct 19, 2013 at 9:23 AM, John Marino wrote:
> On 10/19/2013 16:15, s_gammons at charter.net wrote:
>> I modified like so, and it still bombs... Guess I'll have to file a
>> PR
>> or build it manually like I talked about before.
>>
>> .if ${PORT_OPTIONS:MMYSQL}
>> # @${ECHO_CMD} $$(${MYSQLTCL_CMDS})
>> RUN_DEPENDS+=
>> ${LOCALBASE}/lib/mysqltcl-3.052:${PORTSDIR}/databases/mysqltcl
>> .endif
>
> Ah, try removing the "tab" before RUN_DEPENDS, so that the "R" is on
> the
> first column (iow, remove the indent).
>
> you can test it my "make -V RUN_DEPENDS" and verifying mysqltcl is in
> the result (and that there is no shell error)
>
> John
Looks like that fixed it. It's building now.
Should the tab be removed before @${ECHO_CMD} $$(${MYSQLTCL_CMDS}) ?
Thanks for your help!
Stan
More information about the freebsd-ports
mailing list