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)
Sun, Feb 2, 9:31 AM
Unknown Object (File)
Sun, Jan 19, 2:29 AM
Unknown Object (File)
Thu, Jan 16, 6:14 PM
Unknown Object (File)
Dec 26 2024, 4:46 PM
Unknown Object (File)
Dec 8 2024, 8:12 AM
Unknown Object (File)
Nov 28 2024, 6:42 AM
Unknown Object (File)
Oct 6 2024, 2:08 AM
Unknown Object (File)
Sep 4 2024, 11:07 AM
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