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)
Sat, Apr 6, 8:00 PM
Unknown Object (File)
Mar 6 2024, 9:27 PM
Unknown Object (File)
Mar 6 2024, 9:27 PM
Unknown Object (File)
Mar 6 2024, 9:27 PM
Unknown Object (File)
Mar 6 2024, 9:27 PM
Unknown Object (File)
Mar 6 2024, 9:27 PM
Unknown Object (File)
Mar 6 2024, 9:27 PM
Unknown Object (File)
Mar 6 2024, 9:16 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

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.