From owner-svn-ports-all@freebsd.org Tue Oct 13 20:20:46 2015 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 393BEA120C0; Tue, 13 Oct 2015 20:20:46 +0000 (UTC) (envelope-from kwm@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 0493A1B7E; Tue, 13 Oct 2015 20:20:45 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9DKKjqO052648; Tue, 13 Oct 2015 20:20:45 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9DKKjMQ052647; Tue, 13 Oct 2015 20:20:45 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201510132020.t9DKKjMQ052647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 13 Oct 2015 20:20:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399216 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 13 Oct 2015 20:20:46 -0000 Author: kwm Date: Tue Oct 13 20:20:44 2015 New Revision: 399216 URL: https://svnweb.freebsd.org/changeset/ports/399216 Log: Add presentproto, which is a build dependancy of xorg-server. This should fix tigervnc in poudriere again. Submitted by: olgeni@ Modified: head/net/tigervnc/Makefile Modified: head/net/tigervnc/Makefile ============================================================================== --- head/net/tigervnc/Makefile Tue Oct 13 20:19:58 2015 (r399215) +++ head/net/tigervnc/Makefile Tue Oct 13 20:20:44 2015 (r399216) @@ -35,7 +35,7 @@ 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 + xfont xproto xrandr xtrans xtst xorg-macros presentproto CFLAGS+= -fPIC