From owner-svn-ports-all@freebsd.org Thu Oct 31 18:01:12 2019 Return-Path: Delivered-To: svn-ports-all@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 1E9ED16195F; Thu, 31 Oct 2019 18:01:12 +0000 (UTC) (envelope-from danfe@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 473tRX04STz4dRr; Thu, 31 Oct 2019 18:01:12 +0000 (UTC) (envelope-from danfe@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 DB54B26717; Thu, 31 Oct 2019 18:01:11 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9VI1BQF037916; Thu, 31 Oct 2019 18:01:11 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9VI1B6f037240; Thu, 31 Oct 2019 18:01:11 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201910311801.x9VI1B6f037240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 31 Oct 2019 18:01:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516183 - in head/x11: . linux-nvidia-libs linux-nvidia-libs-390 X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/x11: . linux-nvidia-libs linux-nvidia-libs-390 X-SVN-Commit-Revision: 516183 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2019 18:01:12 -0000 Author: danfe Date: Thu Oct 31 18:01:10 2019 New Revision: 516183 URL: https://svnweb.freebsd.org/changeset/ports/516183 Log: - Update NVidia Linux bits port to version 410.104 - Move 390.xx to corresponding legacy slave port and update to the latest version 390.129 Added: head/x11/linux-nvidia-libs-390/ head/x11/linux-nvidia-libs-390/Makefile (contents, props changed) Modified: head/x11/Makefile head/x11/linux-nvidia-libs/Makefile head/x11/linux-nvidia-libs/distinfo Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Thu Oct 31 18:01:08 2019 (r516182) +++ head/x11/Makefile Thu Oct 31 18:01:10 2019 (r516183) @@ -193,6 +193,7 @@ SUBDIR += linux-nvidia-libs SUBDIR += linux-nvidia-libs-304 SUBDIR += linux-nvidia-libs-340 + SUBDIR += linux-nvidia-libs-390 SUBDIR += listres SUBDIR += lsw SUBDIR += luit Added: head/x11/linux-nvidia-libs-390/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/linux-nvidia-libs-390/Makefile Thu Oct 31 18:01:10 2019 (r516183) @@ -0,0 +1,10 @@ +# $FreeBSD$ + +DISTVERSION= 390.129 +# Explicitly set PORTREVISION as it can be overridden by the master port +PORTREVISION= 0 + +MASTERDIR= ${.CURDIR}/../linux-nvidia-libs +PKGNAMESUFFIX= -390 + +.include "${MASTERDIR}/Makefile" Modified: head/x11/linux-nvidia-libs/Makefile ============================================================================== --- head/x11/linux-nvidia-libs/Makefile Thu Oct 31 18:01:08 2019 (r516182) +++ head/x11/linux-nvidia-libs/Makefile Thu Oct 31 18:01:10 2019 (r516183) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nvidia-libs -DISTVERSION?= 390.87 +DISTVERSION?= 410.104 # Always try to set PORTREVISION as it can be overridden by the slave ports PORTREVISION?= 0 CATEGORIES= x11 linux @@ -118,7 +118,11 @@ PLIST_RE+= '\,${LINUXBASE}.*libGLESv(1_CM|2)_nvidia\.s '\,${LINUXBASE}.*libnvidia-fatbinaryloader\.so,d' \ '\,${LINUXBASE}.*libnvidia-ptxjitcompiler\.so,d' .endif -.if ${NVVERSION} >= 387.012 +.if ${NVVERSION} >= 410.057 +LINUX_LIBS+= libnvidia-egl-wayland.so.1.1.0 +LINUX_LINKS+= libnvidia-egl-wayland.so.1.1.0 libnvidia-egl-wayland.so.1 +PLIST_RE+= '\,${LINUXBASE},s/(libnvidia-egl-wayland\.so)\.X/\1.1.1.0/' +.elif ${NVVERSION} >= 387.012 LINUX_LIBS+= libnvidia-egl-wayland.so.1.0.2 LINUX_LINKS+= libnvidia-egl-wayland.so.1.0.2 libnvidia-egl-wayland.so.1 PLIST_RE+= '\,${LINUXBASE},s/(libnvidia-egl-wayland\.so)\.X/\1.1.0.2/' Modified: head/x11/linux-nvidia-libs/distinfo ============================================================================== --- head/x11/linux-nvidia-libs/distinfo Thu Oct 31 18:01:08 2019 (r516182) +++ head/x11/linux-nvidia-libs/distinfo Thu Oct 31 18:01:10 2019 (r516183) @@ -1,8 +1,10 @@ TIMESTAMP = 1482026038 -SHA256 (NVIDIA-Linux-x86_64-390.87.run) = 38290a0b19e86037112f22397e02be9cdd6bcd677dd926b2977bbd49119e611e -SIZE (NVIDIA-Linux-x86_64-390.87.run) = 82690871 -SHA256 (NVIDIA-Linux-x86-390.87.run) = 5c29c5f9d80a07ea71219c6323fe5fc9b7577847b970f23161685d4b890b9966 -SIZE (NVIDIA-Linux-x86-390.87.run) = 47959124 +SHA256 (NVIDIA-Linux-x86_64-410.104.run) = 6ac4f7355a11e4b6ea2ff5b3d6ea677247f286daecf2e9373ef947ee08682cb7 +SIZE (NVIDIA-Linux-x86_64-410.104.run) = 106042115 +SHA256 (NVIDIA-Linux-x86_64-390.129.run) = d690cf21bda0bb6eb5c8a7f71073f0c9aea5857c6dd392a4dac3b48b27631240 +SIZE (NVIDIA-Linux-x86_64-390.129.run) = 82314424 +SHA256 (NVIDIA-Linux-x86-390.129.run) = 5854268c26f112a16c6fd7ded0031bf95cc8f4dab617ac5d701090fec19d6f36 +SIZE (NVIDIA-Linux-x86-390.129.run) = 47560033 SHA256 (NVIDIA-Linux-x86_64-340.107.run) = e3e359964ed568008584c4fb2dbcb76b76a848591d1456a783e94dd0c7f6695f SIZE (NVIDIA-Linux-x86_64-340.107.run) = 70233686 SHA256 (NVIDIA-Linux-x86-340.107.run) = 8d8bd2b04019eaa55d848534e2dbdc460be918e7731ecd8da87199ef9c1a0856