From owner-svn-ports-head@freebsd.org Mon Dec 19 21:13:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78856C88C9E; Mon, 19 Dec 2016 21:13:04 +0000 (UTC) (envelope-from tijl@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 mx1.freebsd.org (Postfix) with ESMTPS id 250C11E24; Mon, 19 Dec 2016 21:13:04 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJLD3uq076650; Mon, 19 Dec 2016 21:13:03 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJLD3X2076647; Mon, 19 Dec 2016 21:13:03 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201612192113.uBJLD3X2076647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 19 Dec 2016 21:13:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428960 - in head/x11: nvidia-driver nvidia-driver-304 nvidia-driver-340 X-SVN-Group: ports-head 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.23 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: Mon, 19 Dec 2016 21:13:04 -0000 Author: tijl Date: Mon Dec 19 21:13:02 2016 New Revision: 428960 URL: https://svnweb.freebsd.org/changeset/ports/428960 Log: Add build dependency on linux_base so the build process can run tls_test. This affects which copy of Linux libnvidia-tls gets installed. Also add a run dependency on Linux Xorg libraries needed by some of the installed libraries. PR: 215345 Modified: head/x11/nvidia-driver-304/Makefile head/x11/nvidia-driver-340/Makefile head/x11/nvidia-driver/Makefile Modified: head/x11/nvidia-driver-304/Makefile ============================================================================== --- head/x11/nvidia-driver-304/Makefile Mon Dec 19 20:47:19 2016 (r428959) +++ head/x11/nvidia-driver-304/Makefile Mon Dec 19 21:13:02 2016 (r428960) @@ -3,7 +3,7 @@ DISTVERSION= 304.131 # Explicitly set PORTREVISION as it can be overridden by the master port -PORTREVISION= 3 +PORTREVISION= 4 MASTERDIR= ${.CURDIR}/../nvidia-driver PKGNAMESUFFIX= -304 Modified: head/x11/nvidia-driver-340/Makefile ============================================================================== --- head/x11/nvidia-driver-340/Makefile Mon Dec 19 20:47:19 2016 (r428959) +++ head/x11/nvidia-driver-340/Makefile Mon Dec 19 21:13:02 2016 (r428960) @@ -3,7 +3,7 @@ DISTVERSION= 340.96 # Explicitly set PORTREVISION as it can be overridden by the master port -PORTREVISION= 3 +PORTREVISION= 4 MASTERDIR= ${.CURDIR}/../nvidia-driver PKGNAMESUFFIX= -340 Modified: head/x11/nvidia-driver/Makefile ============================================================================== --- head/x11/nvidia-driver/Makefile Mon Dec 19 20:47:19 2016 (r428959) +++ head/x11/nvidia-driver/Makefile Mon Dec 19 21:13:02 2016 (r428960) @@ -12,7 +12,7 @@ PORTNAME= nvidia-driver DISTVERSION?= 367.44 # Always try to set PORTREVISION as it can be overridden by the slave ports -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= x11 MASTER_SITES= NVIDIA/XFree86/FreeBSD-${ARCH_SUFX}/${DISTVERSION} DISTNAME= NVIDIA-FreeBSD-${ARCH_SUFX}-${DISTVERSION} @@ -97,6 +97,7 @@ PLIST_SUB+= LINUXBASE=${LINUXBASE} SHLIB .if ${PORT_OPTIONS:MLINUX} CONFLICTS_INSTALL= linux[-_]dri-[0-9]* linux-f10-dri-[0-9]* USES+= linux +USE_LINUX= base:build,run xorglibs PLIST_SUB+= LINUX="" .else PLIST_SUB+= LINUX="@comment "