Page MenuHomeFreeBSD

Prepare openvsp for CMake 3.10
AbandonedPublic

Authored by adridg on Dec 11 2017, 12:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 22 2023, 11:00 PM
Unknown Object (File)
Dec 22 2023, 4:11 AM
Unknown Object (File)
Dec 21 2023, 5:34 AM
Unknown Object (File)
Nov 22 2023, 6:03 PM
Unknown Object (File)
Nov 22 2023, 5:52 PM
Unknown Object (File)
Nov 13 2023, 12:13 AM
Unknown Object (File)
Nov 12 2023, 11:34 PM
Unknown Object (File)
Nov 12 2023, 3:40 PM
Subscribers

Details

Reviewers
swills
tcberner
Summary

Uses libxml, without looking for it; currently this builds,
but newer cmake doesn't set up the variables the same way
(I guess some accidental import is happening in cmake 3.9),
so link fails with libxml-not-found. To fix, just look for
libxml.

Test Plan

See http://package23.nyi.freebsd.org/data/103i386-default-PR223872/2017-11-27_14h43m28s/logs/errors/openvsp-3.13.3_1.log for error log; with this patch the same failure no longer happens; harmless in CMake 3.9.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Dec 12 2017, 6:25 AM

Will do cmake update plus all these related fixes in one go in PR 223872