[Bug 250408] lang/ocaml - update to 4.11.1
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Nov 29 21:58:30 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250408
--- Comment #6 from Greg V <greg at unrelenting.technology> ---
Created attachment 220083
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=220083&action=edit
ocaml411.patch - full patch (w/o powerpc)
> Do we even need to pass the AS=.. stuff anymore
So we don't, at least on amd64 and aarch64.
---
Here's a more complete version of the patch (not just makefile) with extra
fixes.
- remove all BROKEN, aarch64 works with native codegen now, the others should
be fine with just the interpreter
- remove X11 option, the graphics library is not bundled with OCaml anymore
since 4.09!
- change '-no-pthread' to '--disable-systhreads', adjust other things for new
configure
- wait, why do we even support building without threads?
- drop spacetime profiler, it will be gone in 4.12
https://github.com/ocaml/ocaml/pull/9948 and we've had some *weird* stuff
around it in the port (defined(NO_PROFILE) || ${ARCH:Mpowerpc} ||
${ARCH:Mamd64} ---- what? it's actually *only* for amd64 but amd64 is excluded?
also the TMPPLIST thing in post-install??)
- unfortunately I've had to drop all the powerpc64 patches as they don't apply
anymore (mostly because of directory renames, also because lots of
non-FreeBSD-specific powerpc64 stuff has landed upstream already)
Can the powerpc64 crowd please upstream whatever patches are still necessary??
(Probably mostly just the configure script?)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list