From root@big.endian.de  Thu Jun  1 08:05:06 2000
Return-Path: <root@big.endian.de>
Received: from mail.surf1.de (mail.surf1.de [194.25.165.21])
	by hub.freebsd.org (Postfix) with ESMTP id 19B8B37B774
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  1 Jun 2000 08:05:05 -0700 (PDT)
	(envelope-from root@big.endian.de)
Received: from neutron.cichlids.com (p3E9D38F2.dip0.t-ipconnect.de [62.157.56.242])
	by mail.surf1.de (8.9.3/8.9.3) with ESMTP id RAA09531
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 1 Jun 2000 17:05:26 +0200
Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10])
	by neutron.cichlids.com (Postfix) with ESMTP id E5D6BAC30
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  1 Jun 2000 17:05:32 +0200 (CEST)
Received: by cichlids.cichlids.com (Postfix, from userid 0)
	id B8A0D14A3A; Thu,  1 Jun 2000 17:05:05 +0200 (CEST)
Message-Id: <20000601150505.B8A0D14A3A@cichlids.cichlids.com>
Date: Thu,  1 Jun 2000 17:05:05 +0200 (CEST)
From: alex@big.endian.de
Sender: root@big.endian.de
Reply-To: alex@big.endian.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: mark audio/cdd broken for 4.x or later
X-Send-Pr-Version: 3.2

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 01 08:10:01 PDT 2000
>Closed-Date:    Thu Jun 1 08:50:19 PDT 2000
>Last-Modified:  Thu Jun 01 08:50:26 PDT 2000
>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:

From: Alexander Langer <alex@big.endian.de>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: ports/18945: mark audio/cdd broken for 4.x or later
Date: Thu, 1 Jun 2000 17:15:08 +0200

 Thus spake alex@big.endian.de (alex@big.endian.de):
 
 > Index: Makefile
 > ===================================================================
 > RCS file: /usr/home/ncvs/ports/audio/cdd/Makefile,v
 > retrieving revision 1.4
 > diff -u -r1.4 Makefile
 
 OK. We all now that this patch was pure garbage.
 
 Here is the correct one:
 
 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:09:24
 @@ -19,4 +19,10 @@
  do-install:
  	@${INSTALL_PROGRAM} ${WRKSRC}/cdd ${PREFIX}/bin
  
 -.include <bsd.port.mk>
 +.include <bsd.port.pre.mk>
 +
 +.if $(OSVERSION) > 400000
 +BROKEN=	pre-CAM SCSI layer
 +.endif
 +
 +.include <bsd.port.post.mk>
 
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Thu Jun 1 08:50:19 PDT 2000 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=18945 
>Unformatted:
