Received: by mail.netbsd.org (Postfix, from userid 605) id 99F9C84EB6; Mon, 25 Jul 2022 09:49:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D05B384D53 for ; Mon, 25 Jul 2022 09:49:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id wpVQh-iyi9Wg for ; Mon, 25 Jul 2022 09:49:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EF0ED84D4D for ; Mon, 25 Jul 2022 09:49:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E3099FB1A; Mon, 25 Jul 2022 09:49:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165874254674900" MIME-Version: 1.0 Date: Mon, 25 Jul 2022 09:49:06 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/graphics/MesaLib To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20220725094906.E3099FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165874254674900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Mon Jul 25 09:49:06 UTC 2022 Modified Files: pkgsrc/graphics/MesaLib: Makefile PLIST Added Files: pkgsrc/graphics/MesaLib: hacks.mk Log Message: graphics/MesaLib: make this build & install on NetBSD/powerpc. * Add hacks.mk to make -latomic visible for 64-bit atomics. * Turn off nouveau build, as we do not have the DRI libs for that. * Introduce PLIST.xa, turned off on powerpc, apparently this requires one of nouveau, freedreno, i815 or svga gallium drivers. To generate a diff of this commit: cvs rdiff -u -r1.200 -r1.201 pkgsrc/graphics/MesaLib/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/graphics/MesaLib/PLIST cvs rdiff -u -r0 -r1.15 pkgsrc/graphics/MesaLib/hacks.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165874254674900 Content-Disposition: inline Content-Length: 3923 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/MesaLib/Makefile diff -u pkgsrc/graphics/MesaLib/Makefile:1.200 pkgsrc/graphics/MesaLib/Makefile:1.201 --- pkgsrc/graphics/MesaLib/Makefile:1.200 Thu Jul 7 14:05:25 2022 +++ pkgsrc/graphics/MesaLib/Makefile Mon Jul 25 09:49:06 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.200 2022/07/07 14:05:25 wiz Exp $ +# $NetBSD: Makefile,v 1.201 2022/07/25 09:49:06 he Exp $ DISTNAME= mesa-21.3.9 PKGNAME= ${DISTNAME:S/mesa/MesaLib/} @@ -53,7 +53,13 @@ BUILDLINK_API_DEPENDS.libdrm+= libdrm>=2 . endif MESON_ARGS+= -Degl=true MESON_ARGS+= -Dgbm=true +PLIST_VARS+= xa +. if empty(MACHINE_PLATFORM:MNetBSD-*-powerpc) +# XA state tracker requires at least one of the following gallium drivers: +# nouveau, freedreno, i915, svga MESON_ARGS+= -Dgallium-xa=enabled +PLIST.xa= yes +. endif . if ${X11_TYPE} == "native" && !exists(${X11BASE}/include/xcb/dri3.h) MESON_ARGS+= -Ddri3=false . endif @@ -74,10 +80,13 @@ PLIST.iris= yes . endif # FreeBSD lacks nouveau support (there are official binaries from Nvidia) . if ${OPSYS} != "FreeBSD" +. if empty(MACHINE_PLATFORM:MNetBSD-*-powerpc) +# nouveau not available on this platform PLIST.nouveau= yes PLIST.nouveau_dri= yes GALLIUM_DRIVERS+= nouveau DRI_DRIVERS+= nouveau +. endif . endif . if !empty(MACHINE_PLATFORM:MLinux-*-x86_64) # qemu Linux guest driver Index: pkgsrc/graphics/MesaLib/PLIST diff -u pkgsrc/graphics/MesaLib/PLIST:1.47 pkgsrc/graphics/MesaLib/PLIST:1.48 --- pkgsrc/graphics/MesaLib/PLIST:1.47 Sun Mar 13 15:50:05 2022 +++ pkgsrc/graphics/MesaLib/PLIST Mon Jul 25 09:49:06 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.47 2022/03/13 15:50:05 tnn Exp $ +@comment $NetBSD: PLIST,v 1.48 2022/07/25 09:49:06 he Exp $ ${PLIST.kms}include/EGL/egl.h ${PLIST.kms}include/EGL/eglext.h ${PLIST.kms}include/EGL/eglextchromium.h @@ -25,9 +25,9 @@ include/GLES3/gl3ext.h include/GLES3/gl3platform.h include/KHR/khrplatform.h ${PLIST.kms}include/gbm.h -${PLIST.kms}include/xa_composite.h -${PLIST.kms}include/xa_context.h -${PLIST.kms}include/xa_tracker.h +${PLIST.xa}${PLIST.kms}include/xa_composite.h +${PLIST.xa}${PLIST.kms}include/xa_context.h +${PLIST.xa}${PLIST.kms}include/xa_tracker.h ${PLIST.arm}lib/dri/armada-drm_dri.so ${PLIST.arm}lib/dri/etnaviv_dri.so ${PLIST.arm}lib/dri/exynos_dri.so @@ -100,9 +100,9 @@ ${PLIST.vulkan}${PLIST.arm}lib/libvulkan ${PLIST.vulkan_intel}lib/libvulkan_intel.so ${PLIST.vulkan}lib/libvulkan_lvp.so ${PLIST.vulkan}lib/libvulkan_radeon.so -${PLIST.kms}lib/libxatracker.so -${PLIST.kms}lib/libxatracker.so.2 -${PLIST.kms}lib/libxatracker.so.2.5.0 +${PLIST.xa}${PLIST.kms}lib/libxatracker.so +${PLIST.xa}${PLIST.kms}lib/libxatracker.so.2 +${PLIST.xa}${PLIST.kms}lib/libxatracker.so.2.5.0 lib/pkgconfig/dri.pc ${PLIST.kms}lib/pkgconfig/egl.pc ${PLIST.kms}lib/pkgconfig/gbm.pc @@ -110,7 +110,7 @@ ${PLIST.glx}lib/pkgconfig/gl.pc lib/pkgconfig/glesv1_cm.pc lib/pkgconfig/glesv2.pc lib/pkgconfig/osmesa.pc -${PLIST.kms}lib/pkgconfig/xatracker.pc +${PLIST.xa}${PLIST.kms}lib/pkgconfig/xatracker.pc ${PLIST.nouveau}${PLIST.vdpau}lib/vdpau/libvdpau_nouveau.so ${PLIST.nouveau}${PLIST.vdpau}lib/vdpau/libvdpau_nouveau.so.1 ${PLIST.nouveau}${PLIST.vdpau}lib/vdpau/libvdpau_nouveau.so.1.0 Added files: Index: pkgsrc/graphics/MesaLib/hacks.mk diff -u /dev/null pkgsrc/graphics/MesaLib/hacks.mk:1.15 --- /dev/null Mon Jul 25 09:49:06 2022 +++ pkgsrc/graphics/MesaLib/hacks.mk Mon Jul 25 09:49:06 2022 @@ -0,0 +1,13 @@ +# $NetBSD: hacks.mk,v 1.15 2022/07/25 09:49:06 he Exp $ + +.if !defined(GRAPHICS_MESALIB_HACKS_MK) +GRAPHICS_MESALIB__HACKS_MK= defined + +# [Sun Jul 24 20:23:03 CEST 2022 : he] +# On NetBSD/powerpc, use devel/libatomic to get 8-byte atomics. +.if ${MACHINE_ARCH} == "powerpc" && ${OPSYS} == "NetBSD" +PKG_HACKS+= powerpc-atomics +.include "../../devel/libatomic/buildlink3.mk" +.endif + +.endif # GRAPHICS_MESALIB_HACKS_MK --_----------=_165874254674900--