From scode@hyperion.scode.org  Wed Jan  2 18:33:09 2008
Return-Path: <scode@hyperion.scode.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5478416A418
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Jan 2008 18:33:09 +0000 (UTC)
	(envelope-from scode@hyperion.scode.org)
Received: from hyperion.scode.org (hyperion.scode.org [85.17.42.115])
	by mx1.freebsd.org (Postfix) with ESMTP id 1FB7C13C461
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Jan 2008 18:33:09 +0000 (UTC)
	(envelope-from scode@hyperion.scode.org)
Received: by hyperion.scode.org (Postfix, from userid 1001)
	id 5CB0423C476; Wed,  2 Jan 2008 19:17:37 +0100 (CET)
Message-Id: <20080102181737.5CB0423C476@hyperion.scode.org>
Date: Wed,  2 Jan 2008 19:17:37 +0100 (CET)
From: peter.schuller@infidyne.com
Reply-To: peter.schuller@infidyne.com
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] www/yaws - enable compilation on non-i386
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         119275
>Category:       ports
>Synopsis:       [patch] www/yaws - enable compilation on non-i386
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    olgeni
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 02 18:40:03 UTC 2008
>Closed-Date:    Fri Jun 20 21:38:10 UTC 2008
>Last-Modified:  Fri Jun 20 21:38:10 UTC 2008
>Originator:     peter.schuller@infidyne.com
>Release:        FreeBSD 6.2-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD hyperion.scode.org 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #0: Fri Oct 19 05:50:09 CEST 2007 scode@hyperion.scode.org:/usr/obj/usr/src/sys/GENERIC i386

>Description:
	For some reason www/yaws is marked as broken on non-i386. I have successfully built
        and used it on amd64 machines on FreeBSD 7.

        I have contacted the maintainer about it but got no response as to why
        it is marked as broken. Thus, unless someone knows the the problem is
        I suggest the attached patch to simply remove this BROKEN flag.

        Note that yaws is written in erlang, which is why I find this very
        strange.
>How-To-Repeat:

>Fix:
--- Makefile.orig	Wed Jan  2 19:17:11 2008
+++ Makefile	Wed Jan  2 19:17:20 2008
@@ -30,10 +30,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} != "i386"
-BROKEN=		Does not compile on !i386
-.endif
-
 post-extract:
 	@${RM} -r ${WRKSRC}/www/.xvpics ${WRKSRC}/www/testdir
 	@${FIND} ${WRKSRC} -name .empty | ${XARGS} ${RM}


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->olgeni 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jan 2 18:40:19 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119275 
State-Changed-From-To: open->closed 
State-Changed-By: olgeni 
State-Changed-When: Fri Jun 20 21:37:38 UTC 2008 
State-Changed-Why:  
ONLY_FOR_ARCHS was synchronized with the main Erlang port in Makefile 1.38. 

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