Page MenuHomeFreeBSD

Update net/libvncserver to 0.9.12
ClosedPublic

Authored by dereks_lifeofadishwasher.com on Jan 14 2019, 12:43 AM.
Tags
None
Referenced Files
F82099677: D18836.diff
Thu, Apr 25, 12:33 PM
F82024075: D18836.id.diff
Wed, Apr 24, 5:14 PM
Unknown Object (File)
Wed, Apr 24, 3:46 AM
Unknown Object (File)
Sat, Apr 20, 2:11 PM
Unknown Object (File)
Wed, Apr 17, 12:23 AM
Unknown Object (File)
Thu, Apr 4, 2:34 AM
Unknown Object (File)
Thu, Apr 4, 2:33 AM
Unknown Object (File)
Thu, Apr 4, 2:33 AM
Subscribers
None

Details

Summary
  • Update to 0.9.12 [1]
  • cmake is the new build system
  • portlint clean up
  • patch-common_md5* is now in upstream
  • lzo2 is now included via a shared lib
  • libva removed in 0.9.11

[1] - https://github.com/LibVNC/libvncserver/releases/tag/LibVNCServer-0.9.12

Looking for 0.9.12 update to support this fix https://github.com/LibVNC/libvncserver/pull/238
That fixes this issue in emulators/virtualbox-ose https://www.virtualbox.org/ticket/17396

First attempt at cmake port (at least converting from make to cmake).

A couple questions:
New to 0.9.12 should the shared lzo2 be an option or default?
pkgconfig -config was removed or not included in cmake now?
static libs haven't been added to cmake files (yet?) either

Test Plan

testport, bulk, rebuild alt. port depending on libvncserver (x11vnc)

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 21947
Build 21189: arc lint + arc unit

Event Timeline

Rebuilt net/x11vnc and emulators/virtualbox-ose.
Also confirmed 0.9.12 fixes emulators/virtualbox-ose virtualbox.org ticket.

I will commit it in a few!
Thanks again and sorry my delay!

This revision is now accepted and ready to land.Jan 28 2019, 6:12 AM
This revision was automatically updated to reflect the committed changes.

Looks like there were a couple scenarios that might cause the port to fail due to the new cmake build system and the defaults it sets.