From owner-freebsd-ports@FreeBSD.ORG Fri Jul 3 19:29:21 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 EABBB106566C for ; Fri, 3 Jul 2009 19:29:21 +0000 (UTC) (envelope-from alex-goncharov@comcast.net) Received: from QMTA11.westchester.pa.mail.comcast.net (qmta11.westchester.pa.mail.comcast.net [76.96.59.211]) by mx1.freebsd.org (Postfix) with ESMTP id 93D3E8FC1C for ; Fri, 3 Jul 2009 19:29:21 +0000 (UTC) (envelope-from alex-goncharov@comcast.net) Received: from OMTA17.westchester.pa.mail.comcast.net ([76.96.62.89]) by QMTA11.westchester.pa.mail.comcast.net with comcast id BVkX1c0041vXlb85BXG7xo; Fri, 03 Jul 2009 19:16:07 +0000 Received: from daland.home ([24.34.211.11]) by OMTA17.westchester.pa.mail.comcast.net with comcast id BXHS1c00A0FJTGg3dXHShd; Fri, 03 Jul 2009 19:17:26 +0000 Received: from algo by daland.home with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MMoEv-0000YG-D3; Fri, 03 Jul 2009 15:16:05 -0400 From: Alex Goncharov To: Paul Schmehl In-reply-to: <23B9298D1A02526B4646B131@utd65257.utdallas.edu> (message from Paul Schmehl on Fri, 03 Jul 2009 18:18:02 +0000) References: <23B9298D1A02526B4646B131@utd65257.utdallas.edu> Message-Id: Sender: Alex Goncharov Date: Fri, 03 Jul 2009 15:16:05 -0400 Cc: 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 Reply-To: Alex Goncharov 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:29:22 -0000 ,--- 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 -- Alex -- alex-goncharov@comcast.net --