ports/53462: [patch][non-maintainer] replace usage of BROKEN by IGNORE for lang/pm3-base etc.

Mark Linimon linimon at lonesome.com
Wed Jun 18 21:40:20 UTC 2003


>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:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 18 14:40:15 PDT 2003
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list