- 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]
This commit is contained in:
Baptiste Daroussin
2011-10-14 08:20:09 +00:00
parent 9117e089be
commit 8613a30c5f
3 changed files with 13 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
#
PORTNAME= libvncserver
PORTVERSION= 0.9.8
PORTVERSION= 0.9.8.1
CATEGORIES= net devel
MASTER_SITES= SF
DISTNAME= LibVNCServer-${PORTVERSION}

View File

@@ -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

View File

@@ -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>