From owner-svn-ports-all@freebsd.org Sat Sep 26 03:12:09 2015 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 31542A09A46; Sat, 26 Sep 2015 03:12:09 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 0A5771EE0; Sat, 26 Sep 2015 03:12:09 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q3C8JK006989; Sat, 26 Sep 2015 03:12:08 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8Q3C8Yn006988; Sat, 26 Sep 2015 03:12:08 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201509260312.t8Q3C8Yn006988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 26 Sep 2015 03:12:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397926 - head/sysutils/acerhdf-kmod 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.20 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: Sat, 26 Sep 2015 03:12:09 -0000 Author: linimon Date: Sat Sep 26 03:12:07 2015 New Revision: 397926 URL: https://svnweb.freebsd.org/changeset/ports/397926 Log: Mark as x86-only. This is specific to one machine. Modified: head/sysutils/acerhdf-kmod/Makefile Modified: head/sysutils/acerhdf-kmod/Makefile ============================================================================== --- head/sysutils/acerhdf-kmod/Makefile Sat Sep 26 02:39:09 2015 (r397925) +++ head/sysutils/acerhdf-kmod/Makefile Sat Sep 26 03:12:07 2015 (r397926) @@ -25,6 +25,9 @@ GH_ACCOUNT= t6 IGNORE= does not support FreeBSD versions older than 10.1 .endif +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= specific to one machine + do-install: ${INSTALL_MAN} ${WRKSRC}/${KMODNAME}.4 ${STAGEDIR}${MANDIR} ${INSTALL_KLD} ${WRKSRC}/${KMODNAME}.ko ${STAGEDIR}${KMODDIR}