From linimon@lonesome.com  Wed Jun 18 14:30:57 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 D8EFF37B401
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 18 Jun 2003 14:30:57 -0700 (PDT)
Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2ADA643FAF
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 18 Jun 2003 14:30:57 -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 5735F140CB
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 18 Jun 2003 16:30:56 -0500 (CDT)
Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1])
	by lonesome.lonesome.com (8.12.9/8.12.3) with ESMTP id h5ILZ7Na035171
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 18 Jun 2003 16:35:07 -0500 (CDT)
	(envelope-from linimon@lonesome.lonesome.com)
Received: (from linimon@localhost)
	by lonesome.lonesome.com (8.12.9/8.12.6/Submit) id h5ILZ7No035170;
	Wed, 18 Jun 2003 16:35:07 -0500 (CDT)
	(envelope-from linimon)
Message-Id: <200306182135.h5ILZ7No035170@lonesome.lonesome.com>
Date: Wed, 18 Jun 2003 16:35:07 -0500 (CDT)
From: Mark Linimon <linimon@lonesome.com>
Reply-To:
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:
Subject: [patch][non-maintainer] replace usage of BROKEN by IGNORE for lang/pm3-base etc.
X-Send-Pr-Version: 3.113.1
X-GNATS-Notify:

>Number:         53462
>Category:       ports
>Synopsis:       [patch] [non-maintainer] replace usage of BROKEN by IGNORE for lang/pm3-base etc.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jdp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 18 14:40:15 PDT 2003
>Closed-Date:    Mon Jun 30 11:18:59 PDT 2003
>Last-Modified:  Wed Jan 14 20:29:55 UTC 2009
>Originator:     Mark Linimon
>Release:        FreeBSD-2.0
>Organization:
FreeBSD
>Environment:
System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	The usage IGNORE is now preferred to BROKEN for ports that
	are never going to build on old OS releases.
>How-To-Repeat:
	n/a
>Fix:

--- pm3-base/Makefile.dist	Wed May  7 21:19:42 2003
+++ pm3-base/Makefile	Wed Jun 18 16:28:19 2003
@@ -61,7 +61,7 @@
 WORDSIZE=	32
 .elif ${ARCH} == "alpha"
 .if ${OSVERSION} < 400011
-BROKEN=		Not supported on older versions of FreeBSD/Alpha
+IGNORE=		Not supported on older versions of FreeBSD/Alpha
 .endif
 CFLAGS+=	-mieee
 TARGET=		FBSD_ALPHA
--- pm3-forms/Makefile.dist	Mon Mar 10 16:59:05 2003
+++ pm3-forms/Makefile	Wed Jun 18 16:29:14 2003
@@ -55,7 +55,7 @@
 WORDSIZE=	32
 .elif ${ARCH} == "alpha"
 .if ${OSVERSION} < 400011
-BROKEN=		Not supported on older versions of FreeBSD/Alpha
+IGNORE=		Not supported on older versions of FreeBSD/Alpha
 .endif
 CFLAGS+=	-mieee
 L2=		.so.${SOVERSION}
--- pm3-gui/Makefile.dist	Mon Mar 10 16:59:05 2003
+++ pm3-gui/Makefile	Wed Jun 18 16:29:18 2003
@@ -52,7 +52,7 @@
 WORDSIZE=	32
 .elif ${ARCH} == "alpha"
 .if ${OSVERSION} < 400011
-BROKEN=		Not supported on older versions of FreeBSD/Alpha
+IGNORE=		Not supported on older versions of FreeBSD/Alpha
 .endif
 CFLAGS+=	-mieee
 L2=		.so.${SOVERSION}
--- pm3-net/Makefile.dist	Mon Mar 10 16:59:05 2003
+++ pm3-net/Makefile	Wed Jun 18 16:29:24 2003
@@ -50,7 +50,7 @@
 WORDSIZE=	32
 .elif ${ARCH} == "alpha"
 .if ${OSVERSION} < 400011
-BROKEN=		Not supported on older versions of FreeBSD/Alpha
+IGNORE=		Not supported on older versions of FreeBSD/Alpha
 .endif
 CFLAGS+=	-mieee
 L2=		.so.${SOVERSION}
--- pm3-netobj/Makefile.dist	Mon Mar 10 16:59:05 2003
+++ pm3-netobj/Makefile	Wed Jun 18 16:29:26 2003
@@ -55,7 +55,7 @@
 WORDSIZE=	32
 .elif ${ARCH} == "alpha"
 .if ${OSVERSION} < 400011
-BROKEN=		Not supported on older versions of FreeBSD/Alpha
+IGNORE=		Not supported on older versions of FreeBSD/Alpha
 .endif
 CFLAGS+=	-mieee
 L2=		.so.${SOVERSION}
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jdp 
Responsible-Changed-By: naddy 
Responsible-Changed-When: Fri Jun 27 09:04:16 PDT 2003 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53462 
State-Changed-From-To: open->closed 
State-Changed-By: jdp 
State-Changed-When: Mon Jun 30 11:18:39 PDT 2003 
State-Changed-Why:  
Thanks for the patch.  I have committed it. 

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