From owner-svn-ports-head@freebsd.org Sat Jul 9 04:13:30 2016 Return-Path: Delivered-To: svn-ports-head@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 2C1BCB83B7C; Sat, 9 Jul 2016 04:13:30 +0000 (UTC) (envelope-from cy@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 C95D81A7E; Sat, 9 Jul 2016 04:13:29 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u694DS9t027421; Sat, 9 Jul 2016 04:13:28 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u694DSv1027420; Sat, 9 Jul 2016 04:13:28 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201607090413.u694DSv1027420@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sat, 9 Jul 2016 04:13:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418258 - head/net/tigervnc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2016 04:13:30 -0000 Author: cy Date: Sat Jul 9 04:13:28 2016 New Revision: 418258 URL: https://svnweb.freebsd.org/changeset/ports/418258 Log: Include fixes from net/tigervnc-devel. PR: 210908 Submitted by: Koichiro IWAO (maintainer) Suggested by: cy@ Modified: head/net/tigervnc/Makefile Modified: head/net/tigervnc/Makefile ============================================================================== --- head/net/tigervnc/Makefile Sat Jul 9 03:58:43 2016 (r418257) +++ head/net/tigervnc/Makefile Sat Jul 9 04:13:28 2016 (r418258) @@ -4,7 +4,7 @@ PORTNAME= tigervnc PORTVERSION= 1.6.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net x11-servers MAINTAINER= meta+ports@vmeta.jp @@ -21,21 +21,27 @@ BUILD_DEPENDS= ${LOCALBASE}/include/GL/i RUN_DEPENDS= ${LOCALBASE}/share/X11/xkb/rules/base:x11/xkeyboard-config \ xkbcomp:x11/xkbcomp -CONFLICTS= tridiavnc-[0-9]* \ +CONFLICTS= tigervnc-devel-[0-9]* \ tightvnc-[0-9]* \ + tridiavnc-[0-9]* \ vnc-[0-9]* -USES= autoreconf:build cmake cpe gmake jpeg libtool pkgconfig python +USES= autoreconf:build cmake cpe gmake iconv jpeg libtool pkgconfig \ + python ssl USE_GL= gl USE_LDCONFIG= yes -USE_OPENSSL= yes USE_GITHUB= yes GH_ACCOUNT= TigerVNC USE_XORG+= bigreqsproto compositeproto damageproto fixesproto fontsproto glproto \ - inputproto kbproto pixman randrproto renderproto resourceproto \ - scrnsaverproto videoproto xau xdmcp xext xkbfile xcmiscproto xextproto \ - xfont xproto xrandr xtrans xtst xorg-macros presentproto + ice inputproto kbproto pixman presentproto randrproto renderproto \ + resourceproto scrnsaverproto sm videoproto x11 xau xcmiscproto xdamage \ + xdmcp xext xextproto xfont xkbfile xorg-macros xproto xrandr xrender \ + xtrans xtst + +LIB_DEPENDS= libunwind.so:devel/libunwind \ + libxshmfence.so:x11/libxshmfence \ + libfontconfig.so:x11-fonts/fontconfig CFLAGS+= -fPIC