From linimon@lonesome.com  Sun Sep 28 14:37:50 2003
Return-Path: <linimon@lonesome.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 17EFB16A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Sep 2003 14:37:50 -0700 (PDT)
Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 19B7043FB1
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Sep 2003 14:37:46 -0700 (PDT)
	(envelope-from linimon@lonesome.com)
Received: from lonesome.lonesome.com (cs242746-11.austin.rr.com [24.27.46.11])
	(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
	(No client certificate requested)
	by mail.soaustin.net (Postfix) with ESMTP id 70869140AC
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Sep 2003 16:37:45 -0500 (CDT)
Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1])
	by lonesome.lonesome.com (8.12.9/8.12.9) with ESMTP id h8SLcF1K066829
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Sep 2003 16:38:16 -0500 (CDT)
	(envelope-from linimon@lonesome.lonesome.com)
Received: (from linimon@localhost)
	by lonesome.lonesome.com (8.12.9/8.12.9/Submit) id h8SLcFKB066828;
	Sun, 28 Sep 2003 16:38:15 -0500 (CDT)
	(envelope-from linimon)
Message-Id: <200309282138.h8SLcFKB066828@lonesome.lonesome.com>
Date: Sun, 28 Sep 2003 16:38:15 -0500 (CDT)
From: Mark Linimon <linimon@lonesome.com>
Reply-To: Mark Linimon <linimon@lonesome.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] mark graphics/maverik as broken for non-i386
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 28 14:40:17 PDT 2003
>Closed-Date:    Thu Oct 02 10:35:01 PDT 2003
>Last-Modified:  Thu Oct 02 10:35:01 PDT 2003
>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:
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Thu Oct 2 10:34:56 PDT 2003 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57331 
>Unformatted:
