Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  2 Jan 2008 19:17:37 +0100 (CET)
From:      peter.schuller@infidyne.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/119275: [patch] www/yaws - enable compilation on non-i386
Message-ID:  <20080102181737.5CB0423C476@hyperion.scode.org>
Resent-Message-ID: <200801021840.m02Ie32b094442@freefall.freebsd.org>

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

>Number:         119275
>Category:       ports
>Synopsis:       [patch] www/yaws - enable compilation on non-i386
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 02 18:40:03 UTC 2008
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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