ports/86081: lang/yap: mark not broken for amd64
Johan van Selst
johans at stack.nl
Tue Sep 13 18:00:40 UTC 2005
>Number: 86081
>Category: ports
>Synopsis: lang/yap: mark not broken for amd64
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Tue Sep 13 18:00:38 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Johan van Selst
>Release: FreeBSD 6.0-BETA4 amd64
>Organization:
>Environment:
System: FreeBSD hammer.stack.nl 6.0-BETA4 FreeBSD 6.0-BETA4 #2: Fri Sep 9 18:52:55 CEST 2005 root at hammer.stack.nl:/usr/obj/usr/src/sys/HAMMER amd64
>Description:
Not sure why this is marked broken: it compiles and runs
like a charm on my amd64. Didn't find pointyhat errors either.
>How-To-Repeat:
>Fix:
--- yap/Makefile Tue Sep 13 19:47:08 2005
+++ yap/Makefile Tue Sep 13 19:53:38 2005
@@ -28,8 +28,8 @@
.include <bsd.port.pre.mk>
-.if ${ARCH} != "i386"
-BROKEN= "Does not compile on !i386"
+.if ${ARCH} != "i386" && ${ARCH} != "amd64"
+BROKEN= "Does not compile on !i386 and !amd64"
.endif
post-extract:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list