From roth@secure.socket.ch  Thu Jan  6 11:13:58 2005
Return-Path: <roth@secure.socket.ch>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4C08516A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  6 Jan 2005 11:13:58 +0000 (GMT)
Received: from secure.socket.ch (secure.socket.ch [212.254.206.213])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 877DF43D39
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  6 Jan 2005 11:13:57 +0000 (GMT)
	(envelope-from roth@secure.socket.ch)
Received: from secure.socket.ch (localhost [127.0.0.1])
	by secure.socket.ch (8.12.10/8.12.5) with ESMTP id j06BDsJ8058418
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 6 Jan 2005 12:13:54 +0100 (CET)
	(envelope-from roth@secure.socket.ch)
Received: (from roth@localhost)
	by secure.socket.ch (8.12.10/8.12.5/Submit) id j06BDnWh058417;
	Thu, 6 Jan 2005 12:13:49 +0100 (CET)
Message-Id: <200501061113.j06BDnWh058417@secure.socket.ch>
Date: Thu, 6 Jan 2005 12:13:49 +0100 (CET)
From: Tobias Roth <ports@fsck.ch>
Reply-To: Tobias Roth <ports@fsck.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer-update] fix build error for misc/gkx86info2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         75876
>Category:       ports
>Synopsis:       [maintainer-update] fix build error for misc/gkx86info2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 06 11:20:14 GMT 2005
>Closed-Date:    Sat Jan 08 10:52:58 GMT 2005
>Last-Modified:  Sat Jan 08 10:52:58 GMT 2005
>Originator:     Tobias Roth
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD localhost 5.3-STABLE FreeBSD 5.3-STABLE #10: Mon Jan  3 15:46:33 CET 2005     root@localhost:/opt/obj/usr/src/sys/FOOBAR i386

>Description:
		Avoids build errors for alpha-4-full and sparc64-6-latest
		by defining ONLY_FOR_ARCHS=i386.
		This port was never ment for architectures other that i386,
		the above line should have been there from the beginning.

>How-To-Repeat:
>Fix:
diff -ruN gkx86info2.old/Makefile gkx86info2/Makefile
--- gkx86info2.old/Makefile	Thu Jan  6 12:05:15 2005
+++ gkx86info2/Makefile	Thu Jan  6 12:05:29 2005
@@ -17,6 +17,7 @@
 BUILD_DEPENDS=	${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
 RUN_DEPENDS=	gkrellm:${PORTSDIR}/sysutils/gkrellm2
 
+ONLY_FOR_ARCHS=	i386
 USE_X_PREFIX=	yes
 USE_GNOME=	gtk20
 
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Sat Jan 8 10:52:52 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=75876 
>Unformatted:
