git: 13d5524a0dec - main - graphics/mesa-devel: discard user edits to libmap.conf(5)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Apr 2023 23:42:04 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=13d5524a0dec75df4d80f3fca4f266cb790f1b76 commit 13d5524a0dec75df4d80f3fca4f266cb790f1b76 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-04-29 22:06:12 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-04-29 23:41:58 +0000 graphics/mesa-devel: discard user edits to libmap.conf(5) - pkg32.sh from emulators/wine* uses RUN_SCRIPTS=false, so mesa-devel.conf.sample isn't copied to mesa-devel.conf - other ports with libmap.conf(5) support don't use @sample - partially overriding mesa-{dri,libs} is only useful for debugging --- graphics/mesa-devel/Makefile | 3 ++- graphics/mesa-devel/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 5e3044f0f986..402345e8cc20 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,7 @@ PORTNAME= mesa DISTVERSION= 23.1-branchpoint-780 DISTVERSIONSUFFIX= -gb07f575a91d +PORTREVISION= 1 CATEGORIES= graphics PKGNAMESUFFIX= -devel @@ -175,6 +176,6 @@ post-patch-COINST-on: post-install-COINST-on: @${INSTALL_DATA} ${WRKDIR}/libmap.conf \ - ${STAGEDIR}${PREFIX}/etc/libmap.d/${PKGBASE}.conf.sample + ${STAGEDIR}${PREFIX}/etc/libmap.d/${PKGBASE}.conf .include <bsd.port.mk> diff --git a/graphics/mesa-devel/pkg-plist b/graphics/mesa-devel/pkg-plist index 0cc426306aed..3a43b378fa2b 100644 --- a/graphics/mesa-devel/pkg-plist +++ b/graphics/mesa-devel/pkg-plist @@ -1,7 +1,7 @@ %%VKLAYERS%%bin/mesa-overlay-control.py %%NO_COINST%%%%OPENCL%%etc/OpenCL/vendors/mesa.icd %%OPENCL%%etc/OpenCL/vendors/rusticl.icd -%%COINST%%@sample etc/libmap.d/mesa%%SUFFIX%%.conf.sample +%%COINST%%etc/libmap.d/mesa%%SUFFIX%%.conf %%NO_COINST%%include/EGL/eglext_angle.h %%NO_COINST%%include/EGL/eglmesaext.h %%NO_COINST%%include/GL/internal/dri_interface.h