Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Apr 2010 23:14:31 GMT
From:      Chris Petrik <chris@officialunix.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/146127: [PATCH] fix science/peekabot on sparc64 mark as ignore on this arch 
Message-ID:  <201004282314.o3SNEV0l058183@www.freebsd.org>
Resent-Message-ID: <201004282320.o3SNK1qY023951@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 28 23:20:00 UTC 2010
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004282314.o3SNEV0l058183>