ports/53464: [patch][non-maintainer] replace usage of BROKEN by IGNORE in print/virtualpaper

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


>Number:         53464
>Category:       ports
>Synopsis:       [patch][non-maintainer] replace usage of BROKEN by IGNORE in print/virtualpaper
>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:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD-4.7
>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 of IGNORE is now preferred to BROKEN to indicate ports that
	will never build on older OS releases.
>How-To-Repeat:
	n/a
>Fix:

--- virtualpaper/Makefile.dist	Mon Mar 10 17:00:01 2003
+++ virtualpaper/Makefile	Wed Jun 18 16:37:22 2003
@@ -60,7 +60,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