mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net/libvncserver: Update to 0.9.15
This commit is contained in:
parent
ed7c516cb5
commit
0f10157d5d
4 changed files with 6 additions and 23 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= libvncserver
|
PORTNAME= libvncserver
|
||||||
PORTVERSION= 0.9.14
|
PORTVERSION= 0.9.15
|
||||||
PORTREVISION= 1
|
|
||||||
DISTVERSIONPREFIX= LibVNCServer-
|
DISTVERSIONPREFIX= LibVNCServer-
|
||||||
CATEGORIES= net devel
|
CATEGORIES= net devel
|
||||||
|
|
||||||
|
@ -49,7 +48,4 @@ GNUTLS_CMAKE_BOOL= WITH_GNUTLS
|
||||||
OPENSSL_CMAKE_BOOL= WITH_OPENSSL
|
OPENSSL_CMAKE_BOOL= WITH_OPENSSL
|
||||||
OPENSSL_USES= ssl
|
OPENSSL_USES= ssl
|
||||||
|
|
||||||
post-install:
|
|
||||||
${INSTALL_DATA} ${WRKSRC}/rfb/default8x16.h ${STAGEDIR}${PREFIX}/include/rfb
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1674074583
|
TIMESTAMP = 1739930494
|
||||||
SHA256 (LibVNC-libvncserver-LibVNCServer-0.9.14_GH0.tar.gz) = 83104e4f7e28b02f8bf6b010d69b626fae591f887e949816305daebae527c9a5
|
SHA256 (LibVNC-libvncserver-LibVNCServer-0.9.15_GH0.tar.gz) = 62352c7795e231dfce044beb96156065a05a05c974e5de9e023d688d8ff675d7
|
||||||
SIZE (LibVNC-libvncserver-LibVNCServer-0.9.14_GH0.tar.gz) = 593516
|
SIZE (LibVNC-libvncserver-LibVNCServer-0.9.15_GH0.tar.gz) = 600387
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
--- 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... */
|
|
|
@ -1,4 +1,3 @@
|
||||||
include/rfb/default8x16.h
|
|
||||||
include/rfb/keysym.h
|
include/rfb/keysym.h
|
||||||
include/rfb/rfb.h
|
include/rfb/rfb.h
|
||||||
include/rfb/rfbclient.h
|
include/rfb/rfbclient.h
|
||||||
|
@ -11,10 +10,10 @@ lib/cmake/LibVNCServer/LibVNCServerConfigVersion.cmake
|
||||||
lib/cmake/LibVNCServer/LibVNCServerTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
lib/cmake/LibVNCServer/LibVNCServerTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/LibVNCServer/LibVNCServerTargets.cmake
|
lib/cmake/LibVNCServer/LibVNCServerTargets.cmake
|
||||||
lib/libvncclient.so
|
lib/libvncclient.so
|
||||||
lib/libvncclient.so.0.9.14
|
lib/libvncclient.so.0.9.15
|
||||||
lib/libvncclient.so.1
|
lib/libvncclient.so.1
|
||||||
lib/libvncserver.so
|
lib/libvncserver.so
|
||||||
lib/libvncserver.so.0.9.14
|
lib/libvncserver.so.0.9.15
|
||||||
lib/libvncserver.so.1
|
lib/libvncserver.so.1
|
||||||
libdata/pkgconfig/libvncclient.pc
|
libdata/pkgconfig/libvncclient.pc
|
||||||
libdata/pkgconfig/libvncserver.pc
|
libdata/pkgconfig/libvncserver.pc
|
||||||
|
|
Loading…
Add table
Reference in a new issue