Date: Fri, 30 Oct 2020 05:56:20 +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: r553665 - head/www/iridium Message-ID: <202010300556.09U5uKeT059157@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Oct 30 05:56:20 2020 New Revision: 553665 URL: https://svnweb.freebsd.org/changeset/ports/553665 Log: www/iridium: unbreak with libglvnd (like r545308) [188/188] 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/www/iridium/Makefile (contents, props changed) Modified: head/www/iridium/Makefile ============================================================================== --- head/www/iridium/Makefile Fri Oct 30 05:30:02 2020 (r553664) +++ head/www/iridium/Makefile Fri Oct 30 05:56:20 2020 (r553665) @@ -64,7 +64,7 @@ ONLY_FOR_ARCHS= amd64 i386 USES= bison cpe desktop-file-utils dos2unix gl gnome jpeg localbase:ldflags \ ninja perl5 pkgconfig python:2.7,build shebangfix tar:xz xorg -USE_GL= gl +USE_GL= gbm gl USE_LDCONFIG= ${DATADIR} USE_PERL5= build USE_XORG= x11 xcb xcomposite xcursor xext xdamage xfixes xi \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010300556.09U5uKeT059157>