aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-05-05 18:57:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-05-05 18:57:50 +0000
commit62057fb50a536bb818b58af2029a675588a9bc75 (patch)
treec84cfa5b301fdcaa344735d9fee7d36eea51ec85 /net
parent0c114d5f3dc6218a6888afec2e6c9726e7c2faa8 (diff)
downloadports-62057fb50a536bb818b58af2029a675588a9bc75.tar.gz
ports-62057fb50a536bb818b58af2029a675588a9bc75.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/libvncserver/Makefile10
-rw-r--r--net/libvncserver/distinfo4
2 files changed, 11 insertions, 3 deletions
diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile
index 4ad74e66db2b..0043dc1983d1 100644
--- a/net/libvncserver/Makefile
+++ b/net/libvncserver/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= libvncserver
-PORTVERSION= 0.9.8.2
+PORTVERSION= 0.9.9
CATEGORIES= net devel
MASTER_SITES= SF
DISTNAME= LibVNCServer-${PORTVERSION}
@@ -27,6 +27,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --without-x
OPTIONS= GNUTLS "Adds GnuTLS support" Off \
+ OPENSSL "Adds OpenSSL support" on \
GCRYPT "Adds Libgcrypt support" Off
.include <bsd.port.options.mk>
@@ -38,6 +39,13 @@ CONFIGURE_ARGS+= --with-gnutls
CONFIGURE_ARGS+= --without-gnutls
.endif
+.if defined(WITH_OPENSSL)
+USE_OPENSSL= yes
+CONFIGURE_ARGS= --with-ssl
+.else
+CONFIGURE_ARGS+= --without-crypto --without-ssl
+.endif
+
.if defined(WITH_GCRYPT)
LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt
CONFIGURE_ARGS+= --with-gcrypt
diff --git a/net/libvncserver/distinfo b/net/libvncserver/distinfo
index 1fbe600be8a4..ce83b38107b7 100644
--- a/net/libvncserver/distinfo
+++ b/net/libvncserver/distinfo
@@ -1,2 +1,2 @@
-SHA256 (LibVNCServer-0.9.8.2.tar.gz) = 2d243cd4b8d7f09a26b5d65e74375cedc85f3298621540a0724bde7e0fa1eaff
-SIZE (LibVNCServer-0.9.8.2.tar.gz) = 1238439
+SHA256 (LibVNCServer-0.9.9.tar.gz) = cf060d3525c2fb92be2fa18bbc697fb355592b52484e60745f3bcac5c3f803f9
+SIZE (LibVNCServer-0.9.9.tar.gz) = 1678609