Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2020 06:12:15 +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: r536738 - head/www/wpebackend-fdo
Message-ID:  <202005280612.04S6CFcH099963@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu May 28 06:12:15 2020
New Revision: 536738
URL: https://svnweb.freebsd.org/changeset/ports/536738

Log:
  www/wpebackend-fdo: unbreak with libglvnd
  
  src/ws.cpp:30:10: fatal error: 'EGL/eglmesaext.h' file not found
   #include <EGL/eglmesaext.h>
            ^~~~~~~~~~~~~~~~~~

Modified:
  head/www/wpebackend-fdo/Makefile   (contents, props changed)
  head/www/wpebackend-fdo/distinfo   (contents, props changed)

Modified: head/www/wpebackend-fdo/Makefile
==============================================================================
--- head/www/wpebackend-fdo/Makefile	Thu May 28 05:47:54 2020	(r536737)
+++ head/www/wpebackend-fdo/Makefile	Thu May 28 06:12:15 2020	(r536738)
@@ -5,6 +5,9 @@ PORTVERSION=	1.4.1
 CATEGORIES=	www
 MASTER_SITES=	https://wpewebkit.org/releases/
 
+PATCH_SITES=	https://github.com/Igalia/WPEBackend-fdo/commit/
+PATCHFILES+=	b01aa039d1fe.patch:-p1
+
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Freedesktop.org backend for WPE WebKit
 

Modified: head/www/wpebackend-fdo/distinfo
==============================================================================
--- head/www/wpebackend-fdo/distinfo	Thu May 28 05:47:54 2020	(r536737)
+++ head/www/wpebackend-fdo/distinfo	Thu May 28 06:12:15 2020	(r536738)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1581852467
 SHA256 (wpebackend-fdo-1.4.1.tar.xz) = 6249a0b7cbfa662206a8d2fa24e2c574e75c681ad0e93468091f1dc68ddb299d
 SIZE (wpebackend-fdo-1.4.1.tar.xz) = 30248
+SHA256 (b01aa039d1fe.patch) = 3687a3798b6876d5907ed092da52df0c2234c22eeff2a27c5a6fabc8874ace83
+SIZE (b01aa039d1fe.patch) = 1320



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