Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jun 2003 23:37:49 -0500 (CDT)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:    ports/53130: [patch] correct logic in Makefile for sysutils/cd-write
Message-ID:  <200306100437.h5A4bncQ094091@lonesome.lonesome.com>
Resent-Message-ID: <200306100440.h5A4eDCh019089@freefall.freebsd.org>

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

>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@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:



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