ports/57331: [patch] mark graphics/maverik as broken for non-i386

Mark Linimon linimon at lonesome.com
Sun Sep 28 22:05:43 UTC 2003


>Number:         57331
>Category:       ports
>Synopsis:       [patch] mark graphics/maverik as broken for non-i386
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 28 14:40:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
Lonesome Dove Computing Services
>Environment:
System: FreeBSD lonesome.lonesome.com 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Fri Sep 5 01:19:33 CDT 2003 linimon at lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA_DEBUG i386
>Description:
	Per bento logs, this port doesn't seem to build on anything
	other than i386, although the software's home page implies
	that it ought to.  Mark it broken to warn the unwary (and
	perhaps attract a volunteer?).
>How-To-Repeat:
	make install (non-i386)
>Fix:

--- maverik/Makefile.dist	Wed May  7 21:18:57 2003
+++ maverik/Makefile	Sun Sep 28 16:34:48 2003
@@ -31,6 +31,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${ARCH} != "i386"
+BROKEN=		"does not seem to compile on ${ARCH}"
+.endif
+
 .if defined(WITH_PNG)
 LIB_DEPENDS+=	png:${PORTSDIR}/graphics/png
 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list