Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jun 2000 08:20:02 -0700 (PDT)
From:      Alexander Langer <alex@big.endian.de>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/18945: mark audio/cdd broken for 4.x or later
Message-ID:  <200006011520.IAA88869@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/18945; it has been noted by GNATS.

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>
 


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?200006011520.IAA88869>