Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Mar 2021 08:14:50 +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: r569011 - head/devel/electron11
Message-ID:  <202103230814.12N8EoPh035084@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Mar 23 08:14:50 2021
New Revision: 569011
URL: https://svnweb.freebsd.org/changeset/ports/569011

Log:
  devel/electron11: unbreak with libglvnd (like r545308)
  
  [192/192] LINK gn
  ERROR at //build/config/linux/pkg_config.gni:103:17: Script returned non-zero exit code.
      pkgresult = exec_script(pkg_config_script, args, "value")
                  ^----------
  Package gbm was not found in the pkg-config search path.
  Perhaps you should add the directory containing `gbm.pc'
  to the PKG_CONFIG_PATH environment variable
  Package 'gbm', required by 'virtual:world', not found
  Could not run pkg-config.
  
  See //third_party/minigbm/BUILD.gn:122:3: whence it was called.
    pkg_config("libgbm") {
    ^---------------------
  See //ui/gfx/linux/BUILD.gn:41:5: which caused the file to be included.
      "//third_party/minigbm",
      ^----------------------

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

Modified: head/devel/electron11/Makefile
==============================================================================
--- head/devel/electron11/Makefile	Tue Mar 23 08:00:13 2021	(r569010)
+++ head/devel/electron11/Makefile	Tue Mar 23 08:14:50 2021	(r569011)
@@ -64,7 +64,7 @@ USE_GITHUB=	yes
 GH_TAGNAME=	${DISTVERSIONPREFIX}${ELECTRON_VER}
 GH_TUPLE=	nodejs:node:v${NODE_VER}:node \
 		nodejs:nan:${NAN_VER}:nan
-USE_GL=		gl glesv2
+USE_GL=		gbm gl glesv2
 USE_GNOME=	atk cairo gdkpixbuf2 gtk30 libxml2 libxslt pango
 USE_JAVA=	yes
 JAVA_VERSION=	1.8



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