From owner-svn-ports-branches@freebsd.org Sat May 5 18:57:25 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A9F5FB6B67; Sat, 5 May 2018 18:57:25 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D3C3F6BE2C; Sat, 5 May 2018 18:57:24 +0000 (UTC) (envelope-from zeising@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE728218FE; Sat, 5 May 2018 18:57:24 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w45IvO8M008792; Sat, 5 May 2018 18:57:24 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w45IvOeC008791; Sat, 5 May 2018 18:57:24 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201805051857.w45IvOeC008791@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Sat, 5 May 2018 18:57:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r469158 - in branches/2018Q2/x11/alacritty: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in branches/2018Q2/x11/alacritty: . files X-SVN-Commit-Revision: 469158 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 May 2018 18:57:25 -0000 Author: zeising Date: Sat May 5 18:57:24 2018 New Revision: 469158 URL: https://svnweb.freebsd.org/changeset/ports/469158 Log: MFH: r468774 Fix GL context creation Add patch from upstream to fix errors in creating GL context. See Upstream issue for details: https://github.com/jwilm/alacritty/issues/921 PR: 227846 Submitted by: Sascha Holzleiter Approved by: ports-secteam (riggs) Added: branches/2018Q2/x11/alacritty/files/ - copied from r468774, head/x11/alacritty/files/ Modified: branches/2018Q2/x11/alacritty/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/x11/alacritty/Makefile ============================================================================== --- branches/2018Q2/x11/alacritty/Makefile Sat May 5 17:57:35 2018 (r469157) +++ branches/2018Q2/x11/alacritty/Makefile Sat May 5 18:57:24 2018 (r469158) @@ -2,7 +2,7 @@ PORTNAME= alacritty PORTVERSION= g20180126 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= zeising@FreeBSD.org