From owner-svn-ports-all@freebsd.org Sat Mar 19 17:54:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCC32AD6A31; Sat, 19 Mar 2016 17:54:28 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E07C253; Sat, 19 Mar 2016 17:54:28 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2JHsRdd068328; Sat, 19 Mar 2016 17:54:27 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2JHsRgh068327; Sat, 19 Mar 2016 17:54:27 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201603191754.u2JHsRgh068327@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sat, 19 Mar 2016 17:54:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r411419 - branches/2016Q1/net/tigervnc X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2016 17:54:28 -0000 Author: feld Date: Sat Mar 19 17:54:27 2016 New Revision: 411419 URL: https://svnweb.freebsd.org/changeset/ports/411419 Log: 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) Modified: branches/2016Q1/net/tigervnc/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/net/tigervnc/Makefile ============================================================================== --- branches/2016Q1/net/tigervnc/Makefile Sat Mar 19 17:53:43 2016 (r411418) +++ branches/2016Q1/net/tigervnc/Makefile Sat Mar 19 17:54:27 2016 (r411419) @@ -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 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 @@ -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/ \