Page MenuHomeFreeBSD

net/tigervnc: update 1.8.0 -> 1.9.0 While here, * Adjust USE_XROG
ClosedPublic

Authored by meta on Jul 19 2018, 3:03 AM.
Tags
None
Referenced Files
F150883914: D16340.id45587.diff
Sat, Apr 4, 5:09 PM
F150879756: D16340.id45513.diff
Sat, Apr 4, 4:30 PM
F150863998: D16340.id45511.diff
Sat, Apr 4, 2:01 PM
F150797450: D16340.id45511.diff
Sat, Apr 4, 3:11 AM
Unknown Object (File)
Thu, Apr 2, 2:50 AM
Unknown Object (File)
Wed, Apr 1, 12:44 AM
Unknown Object (File)
Tue, Mar 31, 3:45 PM
Unknown Object (File)
Tue, Mar 31, 2:05 PM
Subscribers
None

Details

Summary

Approved by: ? (mentor)
Relnotes: https://github.com/TigerVNC/tigervnc/releases/tag/v1.9.0
#Differential Revision:

I'm planning to separate the port into tigervnc-server and tigervnc-viewer
but just updating at this time.

Test Plan
  • no new warnings by portlint -AC
  • poudriere testbuild finished successfully @112amd64
  • confirmed it actually works

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 18190
Build 17922: arc lint + arc unit

Event Timeline

remove other port's diff

remove tridiavnc from CONFLICTS since the port no longer exists

remove tridiavnc from CONFLICTS

I've test-build, and it looks good. Two small things:

  • The USES-line is almost 80chars long and already has a \ to the following line. Can you move one more element to the next line ?
  • The IGNORE for -devel needs to higher up in the Makefile, see portlint's complaints
This revision is now accepted and ready to land.Jul 20 2018, 7:19 AM
  • bring IGNORE line earlier
  • more one more USES element to the next line
This revision now requires review to proceed.Jul 20 2018, 8:07 AM
This revision was not accepted when it landed; it landed in state Needs Review.Jul 20 2018, 8:17 AM
This revision was automatically updated to reflect the committed changes.

Committed, thanks for your review.