Date: Sat, 19 Mar 2016 17:53:43 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411418 - head/net/tigervnc Message-ID: <201603191753.u2JHrhsV068137@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Sat Mar 19 17:53:43 2016 New Revision: 411418 URL: https://svnweb.freebsd.org/changeset/ports/411418 Log: 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 MFH: 2016Q1 Modified: head/net/tigervnc/Makefile Modified: head/net/tigervnc/Makefile ============================================================================== --- head/net/tigervnc/Makefile Sat Mar 19 17:45:23 2016 (r411417) +++ head/net/tigervnc/Makefile Sat Mar 19 17:53:43 2016 (r411418) @@ -3,6 +3,7 @@ PORTNAME= tigervnc PORTVERSION= 1.6.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net x11-servers @@ -24,7 +25,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 @@ -38,10 +39,9 @@ USE_XORG+= bigreqsproto compositeproto d 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> @@ -89,12 +89,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/ \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603191753.u2JHrhsV068137>