Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 May 2018 18:57:24 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
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
Message-ID:  <201805051857.w45IvOeC008791@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805051857.w45IvOeC008791>