[Bug 283301] lang/smlnj: Update to 110.99.6.1

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 15 Dec 2024 16:28:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283301

--- Comment #3 from Johannes 5 <joemann@beefree.free.de> ---
> Unfortunately, compilation fails at the configure stage:
> 
> Configuring asdl.
> [...]
> checking for gcc... gcc
> [...]
> configure:3575: gcc -O2 -pipe  -Wno-error=incompatible-function-pointer-types -fPIC -fstack-protector-strong -fno-strict-aliasing    -fstack-protector-strong  conftest.c  >&5
> cc1: error: '-Wno-error=incompatible-function-pointer-types': no option '-Wincompatible-function-pointer-types'; did you mean '-Wincompatible-pointer-types'?
This should not happen when building the package with poudriere,
because in poudriere's clean jail no gcc would be hanging around.
But fortunately passing down CC='${CC}' from the port's Makefile
to SML/NJ's own build procedure seems to help as well:

        <ftp://wrap7.free.de/pub/patch/smlnj.patch.20241215>
        MD5 (smlnj.patch.20241215) = 0c5dfe976a2f41a73e9b8171331d3ac1

> Also, there is a warning from portlint, but you probably know.
If you have an idea how to avoid ${CHOWN}, please let me know.
As far as I can see, the warning is less annoying than having
stage-qa fail or trying to make USES=shebangfix work during
the build phase of the port.

Thanks for your feedback and patience!
Johannes

-- 
You are receiving this mail because:
You are the assignee for the bug.