Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2003 12:40:45 +0900
From:      Kimura Fuyuki <fuyuki@nigredo.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/58267: Update port: www/wiliki (broken on alpha 5.x)
Message-ID:  <86znfwo9tu.wl%fuyuki@nigredo.org>
Resent-Message-ID: <200310200350.h9K3oNoX069594@freefall.freebsd.org>

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

>Number:         58267
>Category:       ports
>Synopsis:       Update port: www/wiliki (broken on alpha 5.x)
>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:   Sun Oct 19 20:50:22 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:

  FreeBSD ns.nigredo.org 5.1-CURRENT i386

>Description:
Does not build on alpha-5.x for some unknown reason.

http://bento.freebsd.org/errorlogs/alpha-5-latest-logs/wiliki-0.4.log

>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/www/wiliki/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	9 Oct 2003 13:36:58 -0000	1.3
+++ Makefile	20 Oct 2003 03:34:05 -0000
@@ -24,6 +24,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${MACHINE_ARCH} == "alpha" && ${OSVERSION} >= 500000
+BROKEN=		"Does not build"
+.endif
+
 .if exists(${LOCALBASE}/bin/gauche-config)
 GAUCHE_VER=	`gauche-config -V`
 .else

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86znfwo9tu.wl%fuyuki>