Index: head/net/libvncserver/Makefile =================================================================== --- head/net/libvncserver/Makefile (revision 283500) +++ head/net/libvncserver/Makefile (revision 283501) @@ -1,57 +1,57 @@ # ex:ts=8 # Ports collection makefile for: libvncserver # Date created: Feb 9, 2004 # Whom: ijliao # # $FreeBSD$ # PORTNAME= libvncserver -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.8.1 CATEGORIES= net devel MASTER_SITES= SF DISTNAME= LibVNCServer-${PORTVERSION} MAINTAINER= bapt@FreeBSD.org COMMENT= Provide an easy API to write one's own vnc server LICENSE= GPLv2 LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg USE_GNOME= gnomehack USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --without-x OPTIONS= GNUTLS "Adds GnuTLS support" Off \ GCRYPT "Adds Libgcrypt support" Off .include .if defined(WITH_GNUTLS) LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-gnutls .else CONFIGURE_ARGS+= --without-gnutls .endif .if defined(WITH_GCRYPT) LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS+= --with-gcrypt .else CONFIGURE_ARGS+= --without-gcrypt .endif post-patch: @${REINPLACE_CMD} -e \ 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ '/^SUBDIRS/s|x11vnc||g' ${WRKSRC}/Makefile.in post-install: ${INSTALL_DATA} ${WRKSRC}/rfb/default8x16.h ${PREFIX}/include/rfb .include Property changes on: head/net/libvncserver/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/net/libvncserver/distinfo =================================================================== --- head/net/libvncserver/distinfo (revision 283500) +++ head/net/libvncserver/distinfo (revision 283501) @@ -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 Property changes on: head/net/libvncserver/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/net/libvncserver/files/patch-configure =================================================================== --- head/net/libvncserver/files/patch-configure (nonexistent) +++ head/net/libvncserver/files/patch-configure (revision 283501) @@ -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 Property changes on: head/net/libvncserver/files/patch-configure ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property