Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  1 Jun 2000 17:05:05 +0200 (CEST)
From:      alex@big.endian.de
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18945: mark audio/cdd broken for 4.x or later
Message-ID:  <20000601150505.B8A0D14A3A@cichlids.cichlids.com>

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

>Number:         18945
>Category:       ports
>Synopsis:       mark audio/cdd broken for 4.x or later
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 01 08:10:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Langer
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
none
>Environment:

>Description:

This port uses pre-CAM SCSI functions, which are not available in 4.x or later.

>How-To-Repeat:

>Fix:


Index: Makefile
===================================================================
RCS file: /usr/home/ncvs/ports/audio/cdd/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	2000/04/08 21:23:21	1.4
+++ Makefile	2000/06/01 15:03:56
@@ -19,4 +19,8 @@
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/cdd ${PREFIX}/bin
 
+.if (OSVERSION > 400000)
+BROKEN=	pre-CAM SCSI layer
+.endif
+
 .include <bsd.port.mk>

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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