Page MenuHomeFreeBSD

Disable LibVNC/libvncserver cmake default options
ClosedPublic

Authored by dereks_lifeofadishwasher.com on Jan 29 2019, 12:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 11, 5:45 AM
Unknown Object (File)
Jan 24 2025, 4:15 AM
Unknown Object (File)
Jan 16 2025, 8:56 AM
Unknown Object (File)
Jan 15 2025, 6:05 AM
Unknown Object (File)
Jan 6 2025, 4:42 AM
Unknown Object (File)
Jan 5 2025, 3:08 PM
Unknown Object (File)
Jan 4 2025, 2:26 PM
Unknown Object (File)
Dec 13 2024, 1:19 AM
Subscribers
None

Details

Summary

All cmake options default to YES so When building on a host system with
non-option or non-DEPENDS libs installed it's possible cmake will find
these and build parts of libvncserver that are not supported at this
time.

Disable all non-option and non-DEPENDS cmake options for now.
Enable cmake options that don't have ports options from USES= or that
can be found in the base system.

Test Plan

portlint, testport, bulk, test with virtualbox-ose

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 22267
Build 21467: arc lint + arc unit

Event Timeline

Based on comments from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234929
the last patch disabled some functionality with libvncserver. Also added SASL
support with patch to fix a build error.

This revision was not accepted when it landed; it landed in state Needs Review.Jan 31 2019, 1:47 AM
This revision was automatically updated to reflect the committed changes.