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
Unknown Object (File)
Mon, Apr 14, 8:24 AM
Unknown Object (File)
Mon, Apr 14, 4:33 AM
Unknown Object (File)
Mon, Apr 14, 12:33 AM
Unknown Object (File)
Sun, Apr 13, 11:45 PM
Unknown Object (File)
Sun, Apr 13, 10:51 PM
Unknown Object (File)
Sun, Apr 13, 10:12 PM
Unknown Object (File)
Sun, Apr 13, 9:47 PM
Unknown Object (File)
Sun, Apr 13, 9:14 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 18154
Build 17889: 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.