From owner-cvs-all Thu Feb 1 9: 1: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id 9C81137B67D; Thu, 1 Feb 2001 09:00:41 -0800 (PST) Received: from FreeBSD.org (baby.int.thehousleys.net [192.168.0.24]) by thehousleys.net (8.11.1/8.11.1) with ESMTP id f11H0bD35508; Thu, 1 Feb 2001 12:00:38 -0500 (EST) (envelope-from jeh@FreeBSD.org) Message-ID: <3A799635.6BB47528@FreeBSD.org> Date: Thu, 01 Feb 2001 12:00:37 -0500 From: "James E. Housley" Organization: FreeBSD X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: "Kenneth D. Merry" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/misc/amanda24-server Makefile pkg-plist References: <200102011259.f11CxtB64291@freefall.freebsd.org> <20010201095324.A45813@panzer.kdm.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Kenneth D. Merry" wrote: > > On Thu, Feb 01, 2001 at 04:59:55 -0800, James E. Housley wrote: > > jeh 2001/02/01 04:59:55 PST > > > > Modified files: > > misc/amanda24-server Makefile pkg-plist > > Log: > > Up throught FreeBSD 3.x scsiio.h existed anc cause chg-scsi to be built. > > After that, SCSI was CAMified and chg-scsi isn't built, but that is a > > seperate problem. > > > > Submitted by: bento > > CAM went into the tree in FreeBSD 3.0. > > There are also 2.2.x versions out there with CAM patches applied. > > The most reliable way to detect a CAM system, from a makefile, is: > > .if exists(/usr/include/camlib.h) > ...CAM system... > .else > ...not a CAM system... > .endif The ./configure looks for sys/scsiio.h, and that seemed to exist up through RELENG_3_5_0_RELEASE according to CVS, and that is what I based this upon. Jim -- /"\ ASCII Ribbon Campaign . \ / - NO HTML/RTF in e-mail . X - NO Word docs in e-mail . / \ ----------------------------------------------------------------- jeh@FreeBSD.org http://www.FreeBSD.org The Power to Serve jim@TheHousleys.Net http://www.TheHousleys.net --------------------------------------------------------------------- The only reason I'm burning my candle at both ends, is because I haven't figured out how to light the middle yet -- Matthew Fuller To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message