Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Oct 2010 12:14:01 GMT
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/151795: [patch] lang/pike78 -- builds on sparc64
Message-ID:  <201010281214.o9SCE1sp087700@www.freebsd.org>
Resent-Message-ID: <201010281220.o9SCK7qm045803@freefall.freebsd.org>

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

>Number:         151795
>Category:       ports
>Synopsis:       [patch] lang/pike78 -- builds on sparc64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 28 12:20:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Pietro Cerutti
>Release:        
>Organization:
The FreeBSD Project
>Environment:
FreeBSD tucana.bfh.ch 9.0-CURRENT FreeBSD 9.0-CURRENT #2: Wed Aug 18 21:16:18 UTC 2010     root@tucana.bfh.ch:/usr/obj/usr/src/sys/TUCANA  sparc64
>Description:
lang/pike78 works fine on sparc64. The testsuite has 111 tests failing, against the 108 failing on amd64. I'd say we can include sparc64 in the list of supported platforms.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/pike78/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	31 May 2010 01:59:34 -0000	1.13
+++ Makefile	27 Oct 2010 21:47:13 -0000
@@ -91,7 +91,7 @@
 
 .include <bsd.port.pre.mk>
 
-ONLY_FOR_ARCHS=	i386 amd64
+ONLY_FOR_ARCHS=	i386 amd64 sparc64
 
 .ifdef(WITHOUT_RELOCATABLE_DUMPED_MODULES)
 CONFIGURE_ARGS+=	--without-relocatable-dumped-modules


>Release-Note:
>Audit-Trail:
>Unformatted:



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