From owner-svn-ports-head@freebsd.org Sun May 3 16:15:25 2020 Return-Path: Delivered-To: svn-ports-head@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 88E482E1C02; Sun, 3 May 2020 16:15:25 +0000 (UTC) (envelope-from zeising@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) server-signature RSA-PSS (4096 bits) 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 49FWL534rKz3PG0; Sun, 3 May 2020 16:15:25 +0000 (UTC) (envelope-from zeising@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 64F9EDBEE; Sun, 3 May 2020 16:15:25 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 043GFPk2095987; Sun, 3 May 2020 16:15:25 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 043GFNGo095980; Sun, 3 May 2020 16:15:23 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202005031615.043GFNGo095980@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Sun, 3 May 2020 16:15:23 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head: graphics/libosmesa graphics/libxatracker graphics/mesa-dri graphics/mesa-dri/files graphics/mesa-libs lang/clover X-SVN-Commit-Revision: 533793 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 May 2020 16:15:25 -0000 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 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 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