Date: Sun, 3 May 2020 16:15:23 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533793 - in head: graphics/libosmesa graphics/libxatracker graphics/mesa-dri graphics/mesa-dri/files graphics/mesa-libs lang/clover Message-ID: <202005031615.043GFNGo095980@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Sun May 3 16:15:23 2020 New Revision: 533793 URL: https://svnweb.freebsd.org/changeset/ports/533793 Log: graphics/mesa: Update to 19.0.8 Update mesa and related ports to 19.0.8. This is the last version where the autotools build system is being used. This serves as a stepping stone for reworking the ports to use the meson build system and to enable further updates. PR: 235570 Submitted by: jbeich (with minor changes) Differential Revision: https://reviews.freebsd.org/D19099 https://reviews.freebsd.org/D19100 Deleted: head/graphics/mesa-dri/files/patch-9cab8cc.c Modified: head/graphics/libosmesa/Makefile head/graphics/libxatracker/Makefile head/graphics/libxatracker/pkg-plist head/graphics/mesa-dri/Makefile head/graphics/mesa-dri/Makefile.common head/graphics/mesa-dri/distinfo head/graphics/mesa-libs/Makefile head/lang/clover/Makefile Modified: head/graphics/libosmesa/Makefile ============================================================================== --- head/graphics/libosmesa/Makefile Sun May 3 16:14:02 2020 (r533792) +++ head/graphics/libosmesa/Makefile Sun May 3 16:15:23 2020 (r533793) @@ -3,11 +3,11 @@ PORTNAME= libosmesa PORTVERSION= ${MESAVERSION} -PORTREVISION= 6 CATEGORIES= graphics COMMENT= Off-Screen Mesa implementation of the OpenGL API +USES= xorg USE_XORG= xorgproto .include <bsd.port.options.mk> Modified: head/graphics/libxatracker/Makefile ============================================================================== --- head/graphics/libxatracker/Makefile Sun May 3 16:14:02 2020 (r533792) +++ head/graphics/libxatracker/Makefile Sun May 3 16:15:23 2020 (r533793) @@ -8,6 +8,7 @@ CATEGORIES= graphics COMMENT= Mesa XA state tracker +USES= xorg USE_XORG= xorgproto .include <bsd.port.options.mk> Modified: head/graphics/libxatracker/pkg-plist ============================================================================== --- head/graphics/libxatracker/pkg-plist Sun May 3 16:14:02 2020 (r533792) +++ head/graphics/libxatracker/pkg-plist Sun May 3 16:15:23 2020 (r533793) @@ -3,5 +3,5 @@ include/xa_context.h include/xa_tracker.h lib/libxatracker.so lib/libxatracker.so.2 -lib/libxatracker.so.2.4.0 +lib/libxatracker.so.2.5.0 libdata/pkgconfig/xatracker.pc Modified: head/graphics/mesa-dri/Makefile ============================================================================== --- head/graphics/mesa-dri/Makefile Sun May 3 16:14:02 2020 (r533792) +++ head/graphics/mesa-dri/Makefile Sun May 3 16:15:23 2020 (r533793) @@ -3,11 +3,11 @@ PORTNAME= mesa-dri PORTVERSION= ${MESAVERSION} -PORTREVISION= 10 CATEGORIES= graphics COMMENT= OpenGL hardware acceleration drivers for DRI2+ +USES= xorg USE_XORG= xorgproto x11 xdamage xext xfixes xshmfence xv xvmc OPTIONS_DEFINE= VAAPI VDPAU WAYLAND Modified: head/graphics/mesa-dri/Makefile.common ============================================================================== --- head/graphics/mesa-dri/Makefile.common Sun May 3 16:14:02 2020 (r533792) +++ head/graphics/mesa-dri/Makefile.common Sun May 3 16:15:23 2020 (r533793) @@ -14,7 +14,7 @@ MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/} MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/} -MESABASEVERSION= 18.3.2 +MESABASEVERSION= 19.0.8 # if there is a subversion, don't include the '-' between 7.11-rc2. MESASUBVERSION= @@ -51,6 +51,7 @@ USES+= compiler:c++11-lib bison gettext-tools gmake l localbase pathfix pkgconfig python:2.7,build shebangfix tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--enable-autotools # only have one port to check with portscout. .if ${PORTNAME} != mesa-dri Modified: head/graphics/mesa-dri/distinfo ============================================================================== --- head/graphics/mesa-dri/distinfo Sun May 3 16:14:02 2020 (r533792) +++ head/graphics/mesa-dri/distinfo Sun May 3 16:15:23 2020 (r533793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547724382 -SHA256 (mesa-18.3.2.tar.xz) = f7ce7181c07b6d8e0132da879af1729523a6c8aa87f79a9d59dfd064024cfb35 -SIZE (mesa-18.3.2.tar.xz) = 11868440 +TIMESTAMP = 1561580048 +SHA256 (mesa-19.0.8.tar.xz) = d017eb53a810c32dabeedf6ca2238ae1e897ce9090e470e9ce1d6c9e3f1b0862 +SIZE (mesa-19.0.8.tar.xz) = 11967592 Modified: head/graphics/mesa-libs/Makefile ============================================================================== --- head/graphics/mesa-libs/Makefile Sun May 3 16:14:02 2020 (r533792) +++ head/graphics/mesa-libs/Makefile Sun May 3 16:15:23 2020 (r533793) @@ -3,11 +3,11 @@ PORTNAME= mesa-libs PORTVERSION= ${MESAVERSION} -PORTREVISION= 4 CATEGORIES= graphics COMMENT= OpenGL libraries that support GLX and EGL clients +USES= xorg USE_XORG= xorgproto x11 xcb xdamage xext \ xfixes xshmfence xxf86vm Modified: head/lang/clover/Makefile ============================================================================== --- head/lang/clover/Makefile Sun May 3 16:14:02 2020 (r533792) +++ head/lang/clover/Makefile Sun May 3 16:15:23 2020 (r533793) @@ -2,7 +2,6 @@ PORTNAME= clover PORTVERSION= ${MESAVERSION} -PORTREVISION= 5 CATEGORIES= lang COMMENT= Mesa OpenCL implementation for AMD GPUs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005031615.043GFNGo095980>