Page MenuHomeFreeBSD

net/tigervnc: separate port into -server and -viewer
ClosedPublic

Authored by meta on Mar 26 2019, 9:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 6, 9:27 PM
Unknown Object (File)
Wed, Mar 6, 9:27 PM
Unknown Object (File)
Wed, Mar 6, 9:27 PM
Unknown Object (File)
Wed, Mar 6, 9:27 PM
Unknown Object (File)
Wed, Mar 6, 9:27 PM
Unknown Object (File)
Wed, Mar 6, 9:27 PM
Unknown Object (File)
Wed, Mar 6, 9:16 PM
Unknown Object (File)
Feb 16 2024, 5:04 PM

Details

Summary

I'm working on seperating net/tigervnc port into -server and -viewer.

net/tigervnc-server contains server components of TigerVNC.
net/tigervnc-viewer contains client(viewer) components of TigerVNC.

Now net/tigervnc is a metaport and contains common patches and Makefile.

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 23324
Build 22354: arc lint + arc unit

Event Timeline

The patch is failing as follows, almost at the end in net/tigervnc/Makefile, don’t understand why, but I reckon is the $FreeBSD$ string which is causing the problem:

|Index: net/tigervnc/Makefile
|--- net/tigervnc/Makefile
|+++ net/tigervnc/Makefile
--------------------------
Patching file net/tigervnc/Makefile using Plan A...
Hunk #1 failed at 1.
1 out of 1 hunks failed while patching net/tigervnc/Makefile

Yes, it works. I will build and test as soon as possible.

I’ve built the server component and replaced the previous version of TigerVNC without issues. Thanks for your work.

Pet portlint, use options in metaport

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