Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2003 04:00:42 -0500 (CDT)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53439: [patch][non-maintainer] replace BROKEN by IGNORE for converters/dumpasn1
Message-ID:  <200306180900.h5I90gc0030015@lonesome.lonesome.com>
Resent-Message-ID: <200306180900.h5I90HaA002254@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         53439
>Category:       ports
>Synopsis:       [patch][non-maintainer] replace BROKEN by IGNORE for converters/dumpasn1
>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 02:00:17 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@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	Replacing BROKEN by IGNORE will allow bento to skip building this
	port, which apparently only will work on 5.x.
>How-To-Repeat:
	n/a
>Fix:

--- dumpasn1/Makefile.dist	Fri Mar 28 17:57:52 2003
+++ dumpasn1/Makefile	Wed Jun 18 03:58:29 2003
@@ -19,7 +19,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
-BROKEN=		"Needs wprintf(), which isn't available on FreeBSD <5"
+IGNORE=		"Needs wprintf(), which isn't available on FreeBSD <5"
 .endif
 
 do-extract:
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306180900.h5I90gc0030015>