ports/53467: [patch][non-maintainer] replace usage of BROKEN with IGNORE in sysutils/pmap

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


>Number:         53467
>Category:       ports
>Synopsis:       [patch][non-maintainer] replace usage of BROKEN with IGNORE in sysutils/pmap
>Confidential:   yes
>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:50:08 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 instead of BROKEN is now preferred to indicate
	ports that will never build on older OS releases.  Note that the
	other usage of BROKEN in this port is correct -- in other words,
	one does not want to rule out this port being fixed in the future.
>How-To-Repeat:
	n/a
>Fix:

--- pmap/Makefile.dist	Mon Mar 10 17:00:17 2003
+++ pmap/Makefile	Wed Jun 18 16:51:05 2003
@@ -26,7 +26,7 @@
 .endif
 
 .if ${OSVERSION} <  450000
-BROKEN=		"Not supported on systems prior to 4.5"
+IGNORE=		"Not supported on systems prior to 4.5"
 .endif
 
 .include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list