Compiling sguil-server on Release 9.2 i386

John Marino freebsd.contact at marino.st
Sat Oct 19 14:23:54 UTC 2013


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


More information about the freebsd-ports mailing list