Page MenuHomeFreeBSD

Fix databases/soci build w/ clang.
ClosedPublic

Authored by adridg on Jan 4 2018, 8:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 9, 8:56 AM
Unknown Object (File)
Fri, Mar 6, 12:01 PM
Unknown Object (File)
Fri, Feb 27, 1:03 PM
Unknown Object (File)
Wed, Feb 18, 6:50 PM
Unknown Object (File)
Mon, Feb 16, 10:59 AM
Unknown Object (File)
Feb 2 2026, 11:27 PM
Unknown Object (File)
Jan 24 2026, 5:12 PM
Unknown Object (File)
Jan 12 2026, 7:19 AM
Subscribers

Details

Summary

Add upstream patch that fixes bogus pointer-vs-int comparison.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 14120
Build 14295: arc lint + arc unit

Event Timeline

Come to think of it, if this previously compiled, the comparison
would be wrong and it's a bug which can mis-report an error.
While here, drop the BROKEN lines, since this fixes exactly that error.

Looks good from my side.

This revision is now accepted and ready to land.Jan 4 2018, 9:12 PM
This revision was automatically updated to reflect the committed changes.