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)
Tue, Aug 5, 1:04 AM
Unknown Object (File)
Thu, Jul 31, 9:00 AM
Unknown Object (File)
Jul 8 2025, 9:03 AM
Unknown Object (File)
Jun 25 2025, 4:24 AM
Unknown Object (File)
Jun 22 2025, 3:04 AM
Unknown Object (File)
Jun 13 2025, 2:31 AM
Unknown Object (File)
Jun 9 2025, 9:11 AM
Unknown Object (File)
Jun 2 2025, 8:32 AM
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 18189
Build 17921: 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.