From nobody@FreeBSD.org  Wed Apr 28 23:14:31 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BAD4D106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 28 Apr 2010 23:14:31 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id A9C848FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 28 Apr 2010 23:14:31 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o3SNEVMA058184
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 28 Apr 2010 23:14:31 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o3SNEV0l058183;
	Wed, 28 Apr 2010 23:14:31 GMT
	(envelope-from nobody)
Message-Id: <201004282314.o3SNEV0l058183@www.freebsd.org>
Date: Wed, 28 Apr 2010 23:14:31 GMT
From: Chris Petrik <chris@officialunix.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] fix science/peekabot on sparc64 mark as ignore on this arch 
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         146127
>Category:       ports
>Synopsis:       [PATCH] fix science/peekabot on sparc64 mark as ignore on this arch
>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:   Wed Apr 28 23:20:00 UTC 2010
>Closed-Date:    Tue May 04 11:43:51 UTC 2010
>Last-Modified:  Tue May  4 11:50:01 UTC 2010
>Originator:     Chris Petrik
>Release:        FreeBSD-8-STABLE
>Organization:
Officialunix
>Environment:
FreeBSD chris.gateway.2wire.net 8.0-STABLE FreeBSD 8.0-STABLE #0: Tue Apr 27 01:10:59 CDT 2010     root@chris.gateway.2wire.net:/usr/obj/usr/src/sys/chris  amd64

>Description:
Small fix to mark peekabot as ignore on sparc64 and other archs. This should fix the pointyhat issue.

http://people.freebsd.org/~fenner/errorlogs/chris@officialunix.com-date.html

sparc64-8-latest	 Apr 21 20:55:26 2010	peekabot-0.7.2_4.log	 	368k	science/peekabot	badc++
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: peekabot/Makefile
===================================================================
RCS file: /usr/local/freebsdcvs/ports/science/peekabot/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- peekabot/Makefile	7 Apr 2010 02:57:47 -0000	1.16
+++ peekabot/Makefile	28 Apr 2010 23:10:38 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	peekabot
 PORTVERSION=	0.7.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	science
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/0.7.x/ \
 		http://distfiles.officialunix.com/
@@ -26,6 +26,9 @@
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 
+ONLY_FOR_ARCHS=	i386 amd64
+NOT_FOR_ARCHS= alpha ia64 sparc64
+NOT_FOR_ARCHS_REASON_SPARC64= Gives issues regarding boost
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 700042


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Tue May 4 11:39:59 UTC 2010 
State-Changed-Why:  
Committed a different patch to the same result (BROKEN instead of IGNORE) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/146127: commit references a PR
Date: Tue,  4 May 2010 11:43:41 +0000 (UTC)

 pav         2010-05-04 11:43:33 UTC
 
   FreeBSD ports repository
 
   Modified files:
     science/peekabot     Makefile 
   Log:
   - Mark BROKEN on sparc64
   
   PR:             ports/146127
   Submitted by:   Chris Petrik <chris@officialunix.com> (maintainer)
   
   Revision  Changes    Path
   1.17      +4 -0      ports/science/peekabot/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
