svn commit: r528594 - in head/devel/electron6: . files

Emanuel Haupt ehaupt at FreeBSD.org
Tue Mar 17 18:57:27 UTC 2020


Author: ehaupt
Date: Tue Mar 17 18:57:25 2020
New Revision: 528594
URL: https://svnweb.freebsd.org/changeset/ports/528594

Log:
  - Fix build with -CURRENT
  - In addition to build fixes, remove some unnecessary patches
  
  Submitted by:   maintainer (via Github)

Added:
  head/devel/electron6/files/patch-third__party_glslang_src_glslang_Include_PoolAlloc.h   (contents, props changed)
Deleted:
  head/devel/electron6/files/patch-third__party_ffmpeg_BUILD.gn
  head/devel/electron6/files/patch-third__party_flac_BUILD.gn
  head/devel/electron6/files/patch-third__party_fontconfig_BUILD.gn
  head/devel/electron6/files/patch-third__party_libdrm_BUILD.gn
  head/devel/electron6/files/patch-third__party_libjpeg.gni
  head/devel/electron6/files/patch-third__party_libusb_BUILD.gn
  head/devel/electron6/files/patch-third__party_libvpx_BUILD.gn
  head/devel/electron6/files/patch-third__party_libwebp_BUILD.gn
  head/devel/electron6/files/patch-third__party_libxml_BUILD.gn
  head/devel/electron6/files/patch-third__party_libxslt_BUILD.gn
  head/devel/electron6/files/patch-third__party_openh264_BUILD.gn
  head/devel/electron6/files/patch-third__party_opus_BUILD.gn
  head/devel/electron6/files/patch-third__party_re2_BUILD.gn
  head/devel/electron6/files/patch-third__party_snappy_BUILD.gn
Modified:
  head/devel/electron6/Makefile

Modified: head/devel/electron6/Makefile
==============================================================================
--- head/devel/electron6/Makefile	Tue Mar 17 18:53:19 2020	(r528593)
+++ head/devel/electron6/Makefile	Tue Mar 17 18:57:25 2020	(r528594)
@@ -3,6 +3,7 @@
 PORTNAME=	electron
 DISTVERSIONPREFIX=	v
 DISTVERSION=	${ELECTRON_VER:S/-beta./.b/}
+PORTREVISION=	1
 CATEGORIES=	devel java
 MASTER_SITES=	https://github.com/tagattie/FreeBSD-Electron/releases/download/v6.0.9/:chromium \
 		https://commondatastorage.googleapis.com/chromium-browser-official/:chromium_official \

Added: head/devel/electron6/files/patch-third__party_glslang_src_glslang_Include_PoolAlloc.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/electron6/files/patch-third__party_glslang_src_glslang_Include_PoolAlloc.h	Tue Mar 17 18:57:25 2020	(r528594)
@@ -0,0 +1,10 @@
+--- third_party/glslang/src/glslang/Include/PoolAlloc.h.orig	2020-03-15 04:26:41 UTC
++++ 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