From owner-freebsd-ports@FreeBSD.ORG Fri Jul 3 20:32:29 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 A10991065677 for ; Fri, 3 Jul 2009 20:32:29 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from exhub015-2.exch015.msoutlookonline.net (exhub015-2.exch015.msoutlookonline.net [207.5.72.94]) by mx1.freebsd.org (Postfix) with ESMTP id 8CB288FC21 for ; Fri, 3 Jul 2009 20:32:29 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from [172.28.1.198] (98.141.235.114) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.1.358.0; Fri, 3 Jul 2009 13:32:29 -0700 Message-ID: <4A4E6ADB.6090605@p6m7g8.com> Date: Fri, 3 Jul 2009 16:32:27 -0400 From: "Philip M. Gollucci" Organization: P6 Web Applications User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: Alex Goncharov References: <23B9298D1A02526B4646B131@utd65257.utdallas.edu> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: Paul Schmehl , freebsd-ports@freebsd.org 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 20:32:29 -0000 Alex Goncharov wrote: > ,--- You/Paul (Fri, 03 Jul 2009 18:18:02 +0000) ----* > | I just got a failure report for one of my ports: > | security/barnyard-squil. That port is a slave port to > | security/barnyard. > | > | ********************************************** > | ERROR: unable to find mysql headers (mysql.h) > | checked in the following places > | /mysql.h > | ********************************************** > | > | How do I fix this since I'm using the builtin macro? > > If you don't want to use MySQL, run `make config' in > `security/barnyard', and uncheck MySQL. > > But if you want to use MySQL (which is more likely), add > MySQL to barnyard-sguil's BUILD_DEPENDS and RUN_DEPENDS. > > E.g. > > pantera/Makefile:23:BUILD_DEPENDS+= mysql:${PORTSDIR}/databases/mysql${MYSQL_VER}-server Rather, you should use USE_MYSQL=yes or some version see bsd.database.mk > > -- Alex -- alex-goncharov@comcast.net -- > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"