aboutsummaryrefslogtreecommitdiff
path: root/net/libvncserver
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-10-14 08:20:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-10-14 08:20:09 +0000
commit8613a30c5f926006c329db2d4ab83bdff8e29cbd (patch)
tree4f3044ef6467370ed85de56a29d722aefe771114 /net/libvncserver
parent9117e089be648e54a4803f3a3ff3ef2d967507a0 (diff)
downloadports-8613a30c5f926006c329db2d4ab83bdff8e29cbd.tar.gz
ports-8613a30c5f926006c329db2d4ab83bdff8e29cbd.zip
- Upgrade to 0.9.8.1
- Fix some problem detecting gettimeofday [1] PR: ports/158748 [1] Submitted by: Larry Rosenman <ler@lerctr.org> [1] Patch by: Ryan Steinmetz <rpsfa@rit.edu> [1]
Notes
Notes: svn path=/head/; revision=283501
Diffstat (limited to 'net/libvncserver')
-rw-r--r--net/libvncserver/Makefile2
-rw-r--r--net/libvncserver/distinfo4
-rw-r--r--net/libvncserver/files/patch-configure10
3 files changed, 13 insertions, 3 deletions
diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile
index 1c9b7080e391..6fed09d84092 100644
--- a/net/libvncserver/Makefile
+++ b/net/libvncserver/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= libvncserver
-PORTVERSION= 0.9.8
+PORTVERSION= 0.9.8.1
CATEGORIES= net devel
MASTER_SITES= SF
DISTNAME= LibVNCServer-${PORTVERSION}
diff --git a/net/libvncserver/distinfo b/net/libvncserver/distinfo
index 3f3f436221d6..35a3f5103562 100644
--- a/net/libvncserver/distinfo
+++ b/net/libvncserver/distinfo
@@ -1,2 +1,2 @@
-SHA256 (LibVNCServer-0.9.8.tar.gz) = 1dcd436af2daeb2300fd730a3caca7519545a7f8b2967760f6065bbba5d7e22b
-SIZE (LibVNCServer-0.9.8.tar.gz) = 1240804
+SHA256 (LibVNCServer-0.9.8.1.tar.gz) = 0e63f09a8fb10f61d3cb283393b3d203faec03b8e21107fea9d73c85af125ffd
+SIZE (LibVNCServer-0.9.8.1.tar.gz) = 1238171
diff --git a/net/libvncserver/files/patch-configure b/net/libvncserver/files/patch-configure
new file mode 100644
index 000000000000..53ed92e512f5
--- /dev/null
+++ b/net/libvncserver/files/patch-configure
@@ -0,0 +1,10 @@
+--- ./configure.orig 2011-10-14 10:10:19.219720000 +0200
++++ ./configure 2011-10-14 10:16:40.505588294 +0200
+@@ -22008,7 +22008,6 @@
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getaddrinfo in -lws2_32" >&5
+ $as_echo_n "checking for getaddrinfo in -lws2_32... " >&6; }
+- LIBS="$LIBS -lws2_32"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ #include <ws2tcpip.h>