From owner-svn-ports-head@FreeBSD.ORG Thu Jun 27 01:05:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E607D278; Thu, 27 Jun 2013 01:05:57 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D7CE51A73; Thu, 27 Jun 2013 01:05:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5R15vSa033629; Thu, 27 Jun 2013 01:05:57 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5R15vth033628; Thu, 27 Jun 2013 01:05:57 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201306270105.r5R15vth033628@svn.freebsd.org> From: Jung-uk Kim Date: Thu, 27 Jun 2013 01:05:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321828 - head/sysutils/acpica-tools/files 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.14 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, 27 Jun 2013 01:05:58 -0000 Author: jkim Date: Thu Jun 27 01:05:57 2013 New Revision: 321828 URL: http://svnweb.freebsd.org/changeset/ports/321828 Log: Add a forgotten patch in the previous commit. Added: head/sysutils/acpica-tools/files/patch-generate__unix__Makefile.common (contents, props changed) Added: head/sysutils/acpica-tools/files/patch-generate__unix__Makefile.common ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/acpica-tools/files/patch-generate__unix__Makefile.common Thu Jun 27 01:05:57 2013 (r321828) @@ -0,0 +1,11 @@ +--- Makefile.common.orig 2013-06-26 14:00:04.000000000 -0400 ++++ Makefile.common 2013-06-26 21:01:35.000000000 -0400 +@@ -6,7 +6,7 @@ + # Get the OS machine architecture. Anything with a "64" in the returned + # string will be treated as a 64-bit OS. Otherwise, the default is 32-bit. + # +-HARDWARE_NAME := $(shell uname -m) ++HARDWARE_NAME := $(shell uname -p) + + # + # Main rule will only generate versions that are appropriate for the running