From owner-svn-ports-all@freebsd.org Thu Nov 3 20:20:23 2016 Return-Path: Delivered-To: svn-ports-all@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 4F0AFC13993; Thu, 3 Nov 2016 20:20:23 +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 1E421112D; Thu, 3 Nov 2016 20:20:23 +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 uA3KKM5u044144; Thu, 3 Nov 2016 20:20:22 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA3KKMB8044142; Thu, 3 Nov 2016 20:20:22 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201611032020.uA3KKMB8044142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 3 Nov 2016 20:20:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425270 - in head/graphics: linux-c6-dri linux-c7-dri X-SVN-Group: ports-head 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.23 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, 03 Nov 2016 20:20:23 -0000 Author: tijl Date: Thu Nov 3 20:20:21 2016 New Revision: 425270 URL: https://svnweb.freebsd.org/changeset/ports/425270 Log: Add missing dependency. Modified: head/graphics/linux-c6-dri/Makefile head/graphics/linux-c7-dri/Makefile Modified: head/graphics/linux-c6-dri/Makefile ============================================================================== --- head/graphics/linux-c6-dri/Makefile Thu Nov 3 19:46:18 2016 (r425269) +++ head/graphics/linux-c6-dri/Makefile Thu Nov 3 20:20:21 2016 (r425270) @@ -3,7 +3,7 @@ PORTNAME= dri PORTVERSION= 11.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics linux LIB_DISTFILES= mesa-libGL-${PORTVERSION}-4.el6${EXTRACT_SUFX} \ mesa-libGLU-${PORTVERSION}-4.el6${EXTRACT_SUFX} \ @@ -20,7 +20,7 @@ COMMENT= Mesa libGL runtime libraries (L CONFLICTS= linux_dri-[0-9]* linux_dri-devel-[0-9]* linux-f10-dri-[0-9]* linux-dri-[0-9]* USES= linux:c6 -USE_LINUX= xorglibs +USE_LINUX= libpciaccess xorglibs USE_LINUX_RPM= yes USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr Modified: head/graphics/linux-c7-dri/Makefile ============================================================================== --- head/graphics/linux-c7-dri/Makefile Thu Nov 3 19:46:18 2016 (r425269) +++ head/graphics/linux-c7-dri/Makefile Thu Nov 3 20:20:21 2016 (r425270) @@ -3,7 +3,7 @@ PORTNAME= dri PORTVERSION= 10.6.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics linux LIB_DISTFILES= mesa-libGL-${PORTVERSION}-3.20150824.el7${EXTRACT_SUFX} \ mesa-libGLU-9.0.0-4.el7${EXTRACT_SUFX} \ @@ -20,7 +20,7 @@ COMMENT= Mesa libGL runtime libraries (L CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* USES= linux:c7 -USE_LINUX= xorglibs +USE_LINUX= libpciaccess xorglibs USE_LINUX_RPM= yes USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr