Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Aug 2022 10:34:15 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 62b1cfbfa8d1 - 2022Q3 - graphics/mesa-devel: unbreak standalone build after 85ef7d020401
Message-ID:  <202208121034.27CAYFwj034494@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=62b1cfbfa8d11d407779ff68b06b4024f6818940

commit 62b1cfbfa8d11d407779ff68b06b4024f6818940
Author:     Evgeniy Khramtsov <evgeniy@khramtsov.org>
AuthorDate: 2022-08-12 02:53:25 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-08-12 10:33:57 +0000

    graphics/mesa-devel: unbreak standalone build after 85ef7d020401
    
    $ echo DEFAULT_VERSIONS+=gl=mesa-devel >>/etc/make.conf
    $ make restage check-plist
    [...]
    ====> Checking for pkg-plist issues (check-plist)
    ===> Parsing plist
    ===> Checking for items in STAGEDIR missing from pkg-plist
    ===> Checking for items in pkg-plist which are not in STAGEDIR
    Error: Missing: include/EGL/eglextchromium.h
    ===> Error: Plist issues found.
    *** Error code 1
    
    PR:             265784
    Regressed by:   https://gitlab.freedesktop.org/mesa/mesa/-/commit/f5bb9dd738ac
    
    (cherry picked from commit b9e8d13bc3549849f78e707cc1e09e2c93984e90)
---
 graphics/mesa-devel/pkg-plist | 1 -
 1 file changed, 1 deletion(-)

diff --git a/graphics/mesa-devel/pkg-plist b/graphics/mesa-devel/pkg-plist
index 6b868ee11054..c207e2a9a0ee 100644
--- a/graphics/mesa-devel/pkg-plist
+++ b/graphics/mesa-devel/pkg-plist
@@ -1,7 +1,6 @@
 %%VKLAYERS%%bin/mesa-overlay-control.py
 %%COINST%%@sample etc/libmap.d/mesa%%SUFFIX%%.conf.sample
 %%NO_COINST%%include/EGL/eglext_angle.h
-%%NO_COINST%%include/EGL/eglextchromium.h
 %%NO_COINST%%include/EGL/eglmesaext.h
 %%NO_COINST%%include/GL/internal/dri_interface.h
 %%NO_COINST%%include/gbm.h



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