Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2020 18:05:35 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527179 - head/devel/glslang
Message-ID:  <202002261805.01QI5Z2I065751@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Feb 26 18:05:35 2020
New Revision: 527179
URL: https://svnweb.freebsd.org/changeset/ports/527179

Log:
  devel/glslang: unbreak with Clang 10
  
  In file included from MachineIndependent/glslang.y:60:
  In file included from glslang/MachineIndependent/SymbolTable.h:68:
  In file included from glslang/MachineIndependent/../Include/Common.h:108:
  glslang/MachineIndependent/../Include/PoolAlloc.h:307:54: error: 'operator=' is a private member of 'glslang::TPoolAllocator'
      void setAllocator(TPoolAllocator* a) { allocator = *a; }
                                             ~~~~~~~~~ ^ ~~
  glslang/MachineIndependent/../Include/PoolAlloc.h:244:21: note: declared private here
      TPoolAllocator& operator=(const TPoolAllocator&);  // don't allow assignment operator
                      ^
  
  Reported by:	antoine (via bug 244251 exp-run)

Modified:
  head/devel/glslang/Makefile   (contents, props changed)
  head/devel/glslang/distinfo   (contents, props changed)

Modified: head/devel/glslang/Makefile
==============================================================================
--- head/devel/glslang/Makefile	Wed Feb 26 18:05:27 2020	(r527178)
+++ head/devel/glslang/Makefile	Wed Feb 26 18:05:35 2020	(r527179)
@@ -5,6 +5,9 @@ DISTVERSION=	7.11.3214
 PORTREVISION=	1
 CATEGORIES=	devel graphics
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	24b3e8384e93.patch:-p1
+
 MAINTAINER=	greg@unrelenting.technology
 COMMENT=	OpenGL and OpenGL ES shader front end and validator
 

Modified: head/devel/glslang/distinfo
==============================================================================
--- head/devel/glslang/distinfo	Wed Feb 26 18:05:27 2020	(r527178)
+++ head/devel/glslang/distinfo	Wed Feb 26 18:05:35 2020	(r527179)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1562246947
 SHA256 (KhronosGroup-glslang-7.11.3214_GH0.tar.gz) = b30b4668734328d256e30c94037e60d3775b1055743c04d8fd709f2960f302a9
 SIZE (KhronosGroup-glslang-7.11.3214_GH0.tar.gz) = 2841979
+SHA256 (24b3e8384e93.patch) = 06738b3f2d3579cd9b4d1ff876ba93d6b10a741b4deb4eab7fe3008cc577c893
+SIZE (24b3e8384e93.patch) = 972



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