From owner-freebsd-ports@FreeBSD.ORG Wed Dec 8 14:59:15 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 376F616A4CE for ; Wed, 8 Dec 2004 14:59:15 +0000 (GMT) Received: from hermes.webtent.net (hermes.webtent.net [208.38.145.40]) by mx1.FreeBSD.org (Postfix) with SMTP id 6DDCB43D5C for ; Wed, 8 Dec 2004 14:59:14 +0000 (GMT) (envelope-from robert@webtent.com) Received: from [192.168.1.11] (webtent.org [198.79.127.235]) by hermes.webtent.net (8.10.2/8.10.2) with SMTP id iB8Ex9S08589 for ; Wed, 8 Dec 2004 09:59:09 -0500 From: Robert Fitzpatrick To: FreeBSD Ports In-Reply-To: <20041207230737.GA53555@xor.obsecurity.org> References: <1102459774.4519.3.camel@columbus.webtent.org> <20041207230737.GA53555@xor.obsecurity.org> Content-Type: text/plain Organization: WebTent Networking, Inc. Message-Id: <1102517949.2783.18.camel@columbus.webtent.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 08 Dec 2004 09:59:10 -0500 Content-Transfer-Encoding: 7bit Subject: Re: Cabextract port fails during AMaVis portupgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2004 14:59:15 -0000 On Tue, 2004-12-07 at 18:07, Kris Kennaway wrote: > > checking fnmatch.h usability... no > > checking fnmatch.h presence... no > > checking for fnmatch.h... no > > Well, do you *have* a fnmatch.h in the usual place (/usr/include)? Man! That was it, the file is in /usr/local/include and not /usr/include. I linked over to the /usr/local/include file from /usr/include and the port built fine, thanks! How do you think the file ended up in the wrong place? -- Robert