Page MenuHomeFreeBSD

lang/llvm39: Update for ino64
ClosedPublic

Authored by kib on May 18 2017, 3:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 19, 11:51 AM
Unknown Object (File)
Mon, Mar 4, 5:23 PM
Unknown Object (File)
Sun, Mar 3, 11:48 PM
Unknown Object (File)
Sun, Mar 3, 11:48 PM
Unknown Object (File)
Sun, Mar 3, 11:40 PM
Unknown Object (File)
Feb 6 2024, 10:29 PM
Unknown Object (File)
Jan 13 2024, 3:13 AM
Unknown Object (File)
Dec 25 2023, 10:49 AM

Details

Reviewers
brooks
Group Reviewers
portmgr
Commits
rP441627: Adapt to ino64 changes.[0]
Summary

This change adopts the port to ino64 commit, which is explained in
https://lists.freebsd.org/pipermail/freebsd-current/2017-April/065687.html
The src change is nearly ready to commit, and is undergoing a final round
of pre-commit testing. This will likely happen in the next few days,
unless some issue found.

In general, patches for ino64 support will be conditional on FreeBSD
version. It is likely that __FreeBSD_version / kern.osreldate 1200031
will be the value used for the ino64 change, and the port patch may have
a conditional test using that value. Of course, if the final value in
the src commit is different the ports patches will be updated before
commit.

A number of ports require updates after this change is committed to src.
I seek approval of the change to the port in this review, either directly
from the maintainer or portmgr blanket approval of the set of ino64 port
updates. In either case I will commit the ports change shortly after the
src tree commit.

I am also happy if you, as maintainer of the port, wish to handle this
yourself. Please add a comment here with your preference for this port.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

The ino64 src change is in review D10439

This revision is now accepted and ready to land.May 18 2017, 9:49 PM

This patch looks fine to me, but it would be nice to add some #ifdef __FreeBSD_version parts so it can be upstreamed.

This revision was automatically updated to reflect the committed changes.