ports/53130: [patch] correct logic in Makefile for sysutils/cd-write
Mark Linimon
linimon at lonesome.com
Tue Jun 10 04:40:16 UTC 2003
>Number: 53130
>Category: ports
>Synopsis: [patch] correct logic in Makefile for sysutils/cd-write
>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: Mon Jun 09 21:40:13 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 variable IGNORE should be used in preference to BROKEN to
indicate that a permanent, rather than temporary, breakage exists.
In addition, the message is unclear.
>How-To-Repeat:
n/a
>Fix:
--- cd-write/Makefile.dist Mon Mar 10 17:00:12 2003
+++ cd-write/Makefile Mon Jun 9 23:35:13 2003
@@ -22,7 +22,7 @@
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 300000
-BROKEN= CAM
+IGNORE= "FreeBSD 3.X or greater is required to support this port"
.endif
pre-build:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list