From owner-svn-ports-all@freebsd.org Sat Oct 31 08:37:08 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 61BDA445F53; Sat, 31 Oct 2020 08:37:08 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CNXbl4gzxz4DSv; Sat, 31 Oct 2020 08:37:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 531E524E17; Sat, 31 Oct 2020 08:37:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09V8b53E046261; Sat, 31 Oct 2020 08:37:05 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09V8b5AN046260; Sat, 31 Oct 2020 08:37:05 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202010310837.09V8b5AN046260@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 31 Oct 2020 08:37:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553752 - head/x11-wm/mutter X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11-wm/mutter X-SVN-Commit-Revision: 553752 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Oct 2020 08:37:08 -0000 Author: jbeich Date: Sat Oct 31 08:37:04 2020 New Revision: 553752 URL: https://svnweb.freebsd.org/changeset/ports/553752 Log: x11-wm/mutter: unbreak with libglvnd In file included from ../cogl/cogl/driver/nop/cogl-clip-stack-nop.c:34: In file included from ../cogl/cogl/driver/nop/cogl-clip-stack-nop-private.h:38: In file included from ../cogl/cogl/cogl-context-private.h:44: In file included from ../cogl/cogl/cogl-driver.h:36: In file included from ../cogl/cogl/cogl-framebuffer-private.h:37: In file included from ../cogl/cogl/cogl-journal-private.h:37: In file included from ../cogl/cogl/cogl-fence-private.h:36: In file included from ../cogl/cogl/winsys/cogl-winsys-private.h:38: In file included from ../cogl/cogl/winsys/cogl-texture-pixmap-x11-private.h:45: In file included from ../cogl/cogl/cogl-texture-private.h:40: In file included from ../cogl/cogl/cogl-texture-2d.h:44: cogl/cogl/cogl-egl-defines.h:38:10: fatal error: 'EGL/eglmesaext.h' file not found #include ^~~~~~~~~~~~~~~~~~ Modified: head/x11-wm/mutter/Makefile (contents, props changed) Modified: head/x11-wm/mutter/Makefile ============================================================================== --- head/x11-wm/mutter/Makefile Sat Oct 31 08:36:54 2020 (r553751) +++ head/x11-wm/mutter/Makefile Sat Oct 31 08:37:04 2020 (r553752) @@ -40,7 +40,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c++0x gettext gl gnome localbase meson \ pkgconfig tar:xz xorg -USE_GL= egl +USE_GL= egl gbm USE_GNOME= cairo gdkpixbuf2 gnomedesktop3 introspection USE_XORG= ice sm x11 xcb xcomposite xcursor xdamage xext xfixes \ xi xinerama xrandr xrender xtst