svn commit: r528592 - in head/devel/electron4: . files

Emanuel Haupt ehaupt at FreeBSD.org
Tue Mar 17 18:52:49 UTC 2020


Author: ehaupt
Date: Tue Mar 17 18:52:47 2020
New Revision: 528592
URL: https://svnweb.freebsd.org/changeset/ports/528592

Log:
  Fix build with -CURRENT
  
  Submitted by:   maintainer (via Github)

Added:
  head/devel/electron4/files/patch-third__party_angle_third__party_glslang_src_glslang_Include_PoolAlloc.h   (contents, props changed)
Modified:
  head/devel/electron4/Makefile

Modified: head/devel/electron4/Makefile
==============================================================================
--- head/devel/electron4/Makefile	Tue Mar 17 18:48:10 2020	(r528591)
+++ head/devel/electron4/Makefile	Tue Mar 17 18:52:47 2020	(r528592)
@@ -3,7 +3,7 @@
 PORTNAME=	electron
 DISTVERSIONPREFIX=	v
 DISTVERSION=	${ELECTRON_VER:S/-beta./.b/}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/tagattie/FreeBSD-Electron/releases/download/v4.1.0/:chromium \
 		https://commondatastorage.googleapis.com/chromium-browser-official/:chromium_official \

Added: head/devel/electron4/files/patch-third__party_angle_third__party_glslang_src_glslang_Include_PoolAlloc.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/electron4/files/patch-third__party_angle_third__party_glslang_src_glslang_Include_PoolAlloc.h	Tue Mar 17 18:52:47 2020	(r528592)
@@ -0,0 +1,10 @@
+--- third_party/angle/third_party/glslang/src/glslang/Include/PoolAlloc.h.orig	2020-03-14 11:01:09 UTC
++++ third_party/angle/third_party/glslang/src/glslang/Include/PoolAlloc.h
+@@ -304,7 +304,6 @@ class pool_allocator { (public)
+     size_type max_size() const { return static_cast<size_type>(-1) / sizeof(T); }
+     size_type max_size(int size) const { return static_cast<size_type>(-1) / size; }
+ 
+-    void setAllocator(TPoolAllocator* a) { allocator = *a; }
+     TPoolAllocator& getAllocator() const { return allocator; }
+ 
+ protected:


More information about the svn-ports-all mailing list