Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 2003 16:38:15 -0500 (CDT)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57331: [patch] mark graphics/maverik as broken for non-i386
Message-ID:  <200309282138.h8SLcFKB066828@lonesome.lonesome.com>
Resent-Message-ID: <200309282140.h8SLeHEY004541@freefall.freebsd.org>

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

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



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