From owner-freebsd-ports@FreeBSD.ORG Fri Jul 3 19:40:03 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B328106570E for ; Fri, 3 Jul 2009 19:40:03 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 1ED0A8FC1B for ; Fri, 3 Jul 2009 19:40:02 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by bwz9 with SMTP id 9so72841bwz.43 for ; Fri, 03 Jul 2009 12:40:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=4c4J6vd/7z4rv8oaGZGZuwjpaaEMjt9IGMstqEOAVFQ=; b=XXRanXHvEh0QKb3vkU5Y5wzalktvsYU763AhaML3RiFBTD71OdLuKmgX4GiNeJLq3k KcxoSwG5OgLKCZVDPDRQt1TQygIYZsIuu7cF9jRrQnZ01O3tDGzIhJCxWq/bzTzuRNZU /v6iVTVM/Fb+JK+Xc6qciazJMEF8VmRx8CXUY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=utggAtmPlh3iCaXddZNvBzHoosTdevTQ2LNxK9JPBL8/57Y9o6JIZqKeK97mLjWJkh 687bMy3R1rnjnuw2Y2CAr0jgTH92ybaE+JRuZtzmUC8upedaqADRadaVpxiwTMWE4BzG zkYAWbS0wx9IezUXfkJeN0t/rkFMOBX8Tk0LI= MIME-Version: 1.0 Received: by 10.204.103.145 with SMTP id k17mr1624527bko.10.1246650001975; Fri, 03 Jul 2009 12:40:01 -0700 (PDT) In-Reply-To: <23B9298D1A02526B4646B131@utd65257.utdallas.edu> References: <23B9298D1A02526B4646B131@utd65257.utdallas.edu> Date: Fri, 3 Jul 2009 15:40:01 -0400 Message-ID: <4ad871310907031240y5ec991d9offc102be34d9093e@mail.gmail.com> From: Glen Barber To: Paul Schmehl Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Ports Subject: Re: Question about a failure report X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2009 19:40:04 -0000 On Fri, Jul 3, 2009 at 2:18 PM, Paul Schmehl wrot= e: > I just got a failure report for one of my ports: security/barnyard-squil. > =A0That port is a slave port to security/barnyard. > > The error is: > ********************************************** > =A0ERROR: unable to find mysql headers (mysql.h) > =A0checked in the following places > =A0 =A0 =A0 /mysql.h > ********************************************** > > This is what I have in the Makefile of security/barnyard: > > .if defined(WITH_MYSQL) > USE_MYSQL=3D =A0 =A0 =A0 =A0 =A0 =A0 =A0yes > CONFIGURE_ARGS+=3D =A0 =A0 =A0 =A0--enable-mysql > .endif > > How do I fix this since I'm using the builtin macro? > I remember seeing another post a few days ago about mysql.h -- IIRC, it was a perl binding that could not find it. Unfortunately, I don't remember what list it was, nor the subject of the email. Does your port define which version of mysql to use? --=20 Glen Barber