ports/58267: Update port: www/wiliki (broken on alpha 5.x)

Kimura Fuyuki fuyuki at nigredo.org
Mon Oct 20 03:50:26 UTC 2003


>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:



More information about the freebsd-ports-bugs mailing list