From owner-freebsd-ports Thu Jun 1 8:10: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 934D237BDCB for ; Thu, 1 Jun 2000 08:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA87703; Thu, 1 Jun 2000 08:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id 19B8B37B774 for ; 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 ; 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 ; 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 Reply-To: alex@big.endian.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18945: mark audio/cdd broken for 4.x or later Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message