On Sat, 07 Jul 2018 at 13:02:16 +0100, Stuart Henderson wrote:
> # clean up for install
> post-patch:
>         cd ${WRKSRC}/src && find . -type f -name \*.orig -exec rm "{}" \;
> 
> I think this is not used at the moment anyway, no .orig files in the tarballs.

Yep, this is a hold-over from when the port needed patches.  
Removed.

> that works, though most ports would use pax or cp rather than executing
> install once per file.

Ok, updated to use pax.

>         cd ${WRKSRC}; \
>                 ulimit -Sd `ulimit -Hd`; ulimit -Ss `ulimit -Hs`; \
>                 CRYSTAL_CONFIG_PATH="lib:${TRUEPREFIX}/lib/crystal" \
>                 CXX=${CXX} ${MAKE_PROGRAM} ${ALL_TARGET}
> 
> I'd prefer to set the limit to roughly what it actually needs

Ok, I've added explicit data and stack limits.

Attachment: crystal.tar.gz
Description: Binary data

Reply via email to