From owner-svn-ports-head@freebsd.org Thu Nov 17 14:28:00 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 99955C479C8; Thu, 17 Nov 2016 14:28:00 +0000 (UTC) (envelope-from madpilot@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 6B42D16A; Thu, 17 Nov 2016 14:28:00 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAHERxPX052215; Thu, 17 Nov 2016 14:27:59 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAHERxGF052214; Thu, 17 Nov 2016 14:27:59 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201611171427.uAHERxGF052214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 17 Nov 2016 14:27:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426285 - head/multimedia/libva-intel-driver 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: Thu, 17 Nov 2016 14:28:00 -0000 Author: madpilot Date: Thu Nov 17 14:27:59 2016 New Revision: 426285 URL: https://svnweb.freebsd.org/changeset/ports/426285 Log: Mark port as ONLY_FOR_ARCHS=amd64 i386, as it supports hardware specific to those architectures. PR: 214561 Submitted by: matthew@reztek.cz Modified: head/multimedia/libva-intel-driver/Makefile Modified: head/multimedia/libva-intel-driver/Makefile ============================================================================== --- head/multimedia/libva-intel-driver/Makefile Thu Nov 17 13:55:47 2016 (r426284) +++ head/multimedia/libva-intel-driver/Makefile Thu Nov 17 14:27:59 2016 (r426285) @@ -23,7 +23,8 @@ USE_LDCONFIG= yes PLIST_FILES= lib/va/i965_drv_video.so -BROKEN_aarch64= Fails to compile: fatal error: intel_bufmgr.h file not found +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= Driver for hardware present only on intel i386 and amd64 CPUs post-patch: .SILENT ${REINPLACE_CMD} -e 's/-ldl//' \