Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2019 14:43:51 +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: r508997 - in branches/2019Q3/graphics/libGLw: . files
Message-ID:  <201908151443.x7FEhpRY028949@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Thu Aug 15 14:43:50 2019
New Revision: 508997
URL: https://svnweb.freebsd.org/changeset/ports/508997

Log:
  MFH: r508996
  
  graphics/libGLw: Fix extern visibility
  
  Import upstream patches to graphics/libGLw to fix extern visibility of some
  symbols.  While here, also add a patch to fix a typo.
  These patches pulls libGLw on par with upstream git master.
  
  PR:		237917
  Reported by:	Jason W. Bacon
  
  Approved by:	ports-secteam (joneum)

Added:
  branches/2019Q3/graphics/libGLw/files/
     - copied from r508996, head/graphics/libGLw/files/
Modified:
  branches/2019Q3/graphics/libGLw/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/graphics/libGLw/Makefile
==============================================================================
--- branches/2019Q3/graphics/libGLw/Makefile	Thu Aug 15 14:37:13 2019	(r508996)
+++ branches/2019Q3/graphics/libGLw/Makefile	Thu Aug 15 14:43:50 2019	(r508997)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libGLw
 PORTVERSION=	8.0.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.freedesktop.org/pub/mesa/glw/
 DISTNAME=	glw-${PORTVERSION}



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