From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 00:10:47 2012 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 5AA5A106564A for ; Fri, 10 Feb 2012 00:10:47 +0000 (UTC) (envelope-from ade@FreeBSD.org) Received: from panix.lovett.com (panix.lovett.com [166.84.7.128]) by mx1.freebsd.org (Postfix) with ESMTP id 3203D8FC13 for ; Fri, 10 Feb 2012 00:10:46 +0000 (UTC) Received: from nat-dip4.cfw-a-gci.corp.yahoo.com ([209.131.62.113] helo=[10.72.180.251]) by panix.lovett.com with esmtpa (Exim 4.77 (FreeBSD)) (envelope-from ) id 1Rvdgp-0009aJ-DG for freebsd-ports@freebsd.org; Thu, 09 Feb 2012 23:46:11 +0000 Message-ID: <4F345AC2.7090502@FreeBSD.org> Date: Thu, 09 Feb 2012 15:46:10 -0800 From: Ade Lovett User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120129 Thunderbird/10.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4F32F20B.1050102@p6m7g8.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: porting percona's xtrabackup (currently version 1.6.4) 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, 10 Feb 2012 00:10:47 -0000 On 2/9/2012 12:21, claudiu vasadi wrote: > BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ > wget:${PORTSDIR}/ftp/wget \ > automake-1.11:${PORTSDIR}/devel/automake Do _not_ do this (the specific devel/automake BUILD_DEPENDS). Mk/bsd.autotools.mk defines USE_AUTOTOOLS stanzas for bringing in autofoo-related ports. Direct-named dependencies like this _will_ result in the port failing should things changes in autotools land and will be summarily (not to mention gleefully) ignored by autotools@ when doing tree-sweeps. -aDe