-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
26 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,22 @@ | ||
PORTNAME= libvncserver | ||
PORTVERSION= 0.9.13 | ||
PORTVERSION= 0.9.14 | ||
DISTVERSIONPREFIX= LibVNCServer- | ||
CATEGORIES= net devel | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Provide an easy API to a custom vnc server | ||
WWW= https://libvnc.github.io/ | ||
|
||
LICENSE= gpl2 | ||
|
||
LIB_DEPENDS= libpng.so:graphics/png \ | ||
liblzo2.so:archivers/lzo2 | ||
|
||
USES= cmake jpeg libtool pathfix pkgconfig | ||
USES= cmake cpe jpeg libtool pathfix pkgconfig | ||
USE_LDCONFIG= yes | ||
|
||
CPE_VENDOR= libvncserver_project | ||
|
||
CMAKE_ON= WITH_24BPP WITH_JPEG WITH_LZO WITH_PNG \ | ||
WITH_THREADS WITH_TIGHTVNC_FILETRANSFER \ | ||
WITH_WEBSOCKETS WITH_ZLIB | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1619289730 | ||
SHA256 (LibVNC-libvncserver-LibVNCServer-0.9.13_GH0.tar.gz) = 0ae5bb9175dc0a602fe85c1cf591ac47ee5247b87f2bf164c16b05f87cbfa81a | ||
SIZE (LibVNC-libvncserver-LibVNCServer-0.9.13_GH0.tar.gz) = 567491 | ||
TIMESTAMP = 1674074583 | ||
SHA256 (LibVNC-libvncserver-LibVNCServer-0.9.14_GH0.tar.gz) = 83104e4f7e28b02f8bf6b010d69b626fae591f887e949816305daebae527c9a5 | ||
SIZE (LibVNC-libvncserver-LibVNCServer-0.9.14_GH0.tar.gz) = 593516 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- client_examples/sshtunnel.c.orig 2023-01-18 22:59:01 UTC | ||
+++ client_examples/sshtunnel.c | ||
@@ -16,6 +16,9 @@ | ||
#include <netdb.h> | ||
#include <signal.h> | ||
#include <errno.h> | ||
+#ifdef __FreeBSD__ | ||
+#include <sys/socket.h> | ||
+#endif | ||
|
||
/* The one global bool that's global so we can set it via | ||
a signal handler... */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
LibVNCServer is ripped out of Xvnc to provide an easy API to write one's own | ||
vnc server. | ||
|
||
WWW: http://libvnc.github.io/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters