From anders@troback.com  Sat Sep  2 21:43:00 2006
Return-Path: <anders@troback.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1B9A116A4E2
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Sep 2006 21:43:00 +0000 (UTC)
	(envelope-from anders@troback.com)
Received: from devil.troback.com (c-195-216-040-156.cust.thalamus.net [195.216.40.156])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BF79543D46
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Sep 2006 21:42:58 +0000 (GMT)
	(envelope-from anders@troback.com)
Received: by devil.troback.com (Postfix, from userid 1001)
	id C40DF11458; Sat,  2 Sep 2006 23:42:57 +0200 (CEST)
Message-Id: <20060902214257.C40DF11458@devil.troback.com>
Date: Sat,  2 Sep 2006 23:42:57 +0200 (CEST)
From: Anders Troback <freebsd@troback.com>
Reply-To: Anders Troback <freebsd@troback.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update. Broken on AMD64.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         102804
>Category:       ports
>Synopsis:       Update. Broken on AMD64.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 02 21:50:18 GMT 2006
>Closed-Date:    Sun Sep 03 00:59:05 GMT 2006
>Last-Modified:  Sun Sep 03 00:59:05 GMT 2006
>Originator:     Anders Troback
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD devil.troback.com 6.1-STABLE FreeBSD 6.1-STABLE #1: Wed Aug 23 09:15:39 CEST 2006 root@devil.troback.com:/usr/obj/usr/src/sys/CUSTOM i386


	
>Description:
	Port broken on AMD64 plus some formating in Makefile acording to portlint!
>How-To-Repeat:
	Build on AMD64:-)
>Fix:

This is a diff:

--- Makefile.org        Sat Sep  2 23:19:43 2006
+++ Makefile    Sat Sep  2 23:30:19 2006
@@ -106,7 +106,11 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
-BROKEN=        "Broken dependencies."
+BROKEN=Broken dependencies.
+.endif
+
+.if ${ARCH} == "amd64"
+BROKEN=Does not build on AMD64.
 .endif
 
 pre-everything::
>Release-Note:
>Audit-Trail:

From: linimon@lonesome.com (Mark Linimon)
To: Anders Troback <freebsd@troback.com>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/102804: Update. Broken on AMD64.
Date: Sat, 2 Sep 2006 17:42:13 -0500

 This isn't enough information to tell us to which port this applies.
 
 I can change the Synopsis for this one when you reply, but in the future,
 don't forget to put category/portname in the Synopsis :-)
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sun Sep 3 00:57:53 UTC 2006 
State-Changed-Why:  
Unable to determine which port this PR is talking about. 
Please resubmit with category/portname in the subject, and/or make 
the patch two directories higher, or put it in the description. 


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