aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2016-03-19 17:54:27 +0000
committerMark Felder <feld@FreeBSD.org>2016-03-19 17:54:27 +0000
commitabe1dfa44e95b49284d9d24dd991a47823f99652 (patch)
tree226033b7dd69612e1eef4fd5cb31408fecdbfc2d
parent03a38d74a16c8ce9b806c30160540e81b3e8138a (diff)
downloadports-abe1dfa44e95b49284d9d24dd991a47823f99652.tar.gz
ports-abe1dfa44e95b49284d9d24dd991a47823f99652.zip
MFH: r411418
net/tigervnc: Remove HPJPG option The HPJPG option has been broken and irrelevant since the ports tree changed to make jpeg-turbo the default jpeg provider in r397084 PR: 208088 Approved by: maintainer Approved by: ports-secteam (with hat)
Notes
Notes: svn path=/branches/2016Q1/; revision=411419
-rw-r--r--net/tigervnc/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/net/tigervnc/Makefile b/net/tigervnc/Makefile
index 03e38b11c391..d37f4443f213 100644
--- a/net/tigervnc/Makefile
+++ b/net/tigervnc/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tigervnc
PORTVERSION= 1.5.0
+PORTREVISION= 1
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= net x11-servers
@@ -25,7 +26,7 @@ CONFLICTS= tridiavnc-[0-9]* \
tightvnc-[0-9]* \
vnc-[0-9]*
-USES= autoreconf:build cmake cpe gmake libtool pkgconfig python
+USES= autoreconf:build cmake cpe gmake jpeg libtool pkgconfig python
USE_GL= gl
USE_LDCONFIG= yes
USE_OPENSSL= yes
@@ -39,10 +40,9 @@ USE_XORG+= bigreqsproto compositeproto damageproto fixesproto fontsproto glproto
CFLAGS+= -fPIC
-OPTIONS_DEFINE= GNUTLS NLS PAM VIEWER HPJPG DOCS
+OPTIONS_DEFINE= GNUTLS NLS PAM VIEWER DOCS
OPTIONS_DEFAULT= GNUTLS NLS PAM VIEWER
VIEWER_DESC= Build vncviewer
-HPJPG_DESC= Build with High-Performance JPEG support
.include <bsd.port.options.mk>
@@ -90,12 +90,6 @@ CMAKE_ARGS+= -DBUILD_VIEWER=0
PLIST_SUB+= VIEWER="@comment "
.endif
-.if ${PORT_OPTIONS:MHPJPG}
-LIB_DEPENDS+= libturbojpeg.so:${PORTSDIR}/graphics/libjpeg-turbo
-.else
-USES+= jpeg
-.endif
-
MAKE_ARGS+= TIGERVNC_SRCDIR=${WRKSRC}
CONFIGURE_ARGS+= \
--prefix=${PREFIX} --mandir=${PREFIX}/man/ \