Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2003 16:43:42 -0500 (CDT)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53465: [patch] replace usage of BROKEN by IGNORE in multimedia/vcdgear
Message-ID:  <200306182143.h5ILhgZU036536@lonesome.lonesome.com>
Resent-Message-ID: <200306182140.h5ILeGh4075297@freefall.freebsd.org>

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

>Number:         53465
>Category:       ports
>Synopsis:       [patch] replace usage of BROKEN by IGNORE in multimedia/vcdgear
>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@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	The current usage is to use IGNORE, instead of BROKEN, to indicate
	ports that will never work with an older OS release.
>How-To-Repeat:
	n/a
>Fix:

--- vcdgear/Makefile.dist	Wed May  7 21:20:34 2003
+++ vcdgear/Makefile	Wed Jun 18 16:41:10 2003
@@ -15,7 +15,7 @@
 
 .include <bsd.port.pre.mk>
 .if ${OSVERSION} < 300004
-BROKEN=	'Only an ELF binary is distributed'
+IGNORE=	'Only an ELF binary is distributed; requires FreeBSD version 3.1 or later'
 .endif
 
 .if ${ARCH} == i386
>Release-Note:
>Audit-Trail:
>Unformatted:



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