From nobody@FreeBSD.org  Thu Oct 17 17:35:34 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id AF2CCAA7
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Oct 2013 17:35:34 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 83EB1242D
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Oct 2013 17:35:34 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9HHZYm9065203
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Oct 2013 17:35:34 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9HHZYtI065192;
	Thu, 17 Oct 2013 17:35:34 GMT
	(envelope-from nobody)
Message-Id: <201310171735.r9HHZYtI065192@oldred.freebsd.org>
Date: Thu, 17 Oct 2013 17:35:34 GMT
From: Justin Hibbits <jhibbits@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: qemu-devel should build on powerpc64
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         183067
>Category:       ports
>Synopsis:       emulators/qemu-devel should build on powerpc64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nox
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 17 17:40:00 UTC 2013
>Closed-Date:    Sat Oct 19 22:08:26 UTC 2013
>Last-Modified:  Sat Oct 19 22:10:01 UTC 2013
>Originator:     Justin Hibbits
>Release:        10-CURRENT
>Organization:
>Environment:
>Description:
qemu-devel port excludes powerpc64, but it builds just fine on it.
>How-To-Repeat:

>Fix:
Add powerpc64 to the ONLY_FOR_ARCH line in the makefile

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->nox 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Oct 18 03:08:28 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183067 
State-Changed-From-To: open->closed 
State-Changed-By: nox 
State-Changed-When: Sat Oct 19 22:08:26 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183067 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183067: commit references a PR
Date: Sat, 19 Oct 2013 22:07:55 +0000 (UTC)

 Author: nox
 Date: Sat Oct 19 22:07:48 2013
 New Revision: 330945
 URL: http://svnweb.freebsd.org/changeset/ports/330945
 
 Log:
   Add powerpc64 to ONLY_FOR_ARCHS.
   
   PR:		ports/183067
   Submitted by:	jhibbits
 
 Modified:
   head/emulators/qemu-devel/Makefile
 
 Modified: head/emulators/qemu-devel/Makefile
 ==============================================================================
 --- head/emulators/qemu-devel/Makefile	Sat Oct 19 21:55:31 2013	(r330944)
 +++ head/emulators/qemu-devel/Makefile	Sat Oct 19 22:07:48 2013	(r330945)
 @@ -24,7 +24,7 @@ PATCH_STRIP=	-p1
  MAKE_ENV+=	BSD_MAKE="${MAKE}"
  MAN1=		qemu.1 qemu-img.1
  MAN8=		qemu-nbd.8
 -ONLY_FOR_ARCHS=	amd64 i386 powerpc # XXX someone wants to debug sparc64 hosts?
 +ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 # XXX someone wants to debug sparc64 hosts?
  CONFLICTS_INSTALL=	qemu-[0-9]*
  
  OPTIONS_DEFINE=	SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
