ports/53465: [patch] replace usage of BROKEN by IGNORE in multimedia/vcdgear
Mark Linimon
linimon at lonesome.com
Wed Jun 18 21:40:21 UTC 2003
>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 at 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:
More information about the freebsd-ports-bugs
mailing list