svn commit: r508997 - in branches/2019Q3/graphics/libGLw: . files

Niclas Zeising zeising at FreeBSD.org
Thu Aug 15 14:43:51 UTC 2019


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}


More information about the svn-ports-branches mailing list