From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 08:22:28 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5258AC5E for ; Fri, 11 Jan 2013 08:22:28 +0000 (UTC) (envelope-from gleb.kurtsou@gmail.com) Received: from mail-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) by mx1.freebsd.org (Postfix) with ESMTP id 26E18957 for ; Fri, 11 Jan 2013 08:22:27 +0000 (UTC) Received: by mail-pa0-f44.google.com with SMTP id hz11so887296pad.17 for ; Fri, 11 Jan 2013 00:22:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=j20ujlPff6hoqwUgd9nvjMA8FCrwBu9glNYMT5W9j4s=; b=dTC1dhkfDpZGGIGN0Fm4toL8GlIjtJa1sVuhV551DIgKhWIiQUgeyY4MHgQv/JnNgQ QwyLD4FA+QNNdcfD8fc52RUiy3JXSEnGrcEv9VAkRQFIuzr6ILyqf/SKvPkedfFTitD9 uLvlbZzU9rUQMS/7tKIcApeBzFfdEDTfQu2jW1dTUTmcDduXomFMGGB5NPAeNBHbeRvD LYX34BIgh3V7YVvuBgBJUJJ2C+A9ckolIafxgRVXcOiadm/RuiZQUvXWjEXPkrxZAlse 3b2VI9ixfiO+7FJn7PeuAT9HyVN7yfNpiKn3CLVu2XvZTbh0gSNN2oVof+h3vKOisbn2 G3ow== X-Received: by 10.66.79.66 with SMTP id h2mr205586937pax.31.1357892547461; Fri, 11 Jan 2013 00:22:27 -0800 (PST) Received: from localhost (c-24-130-111-193.hsd1.ca.comcast.net. [24.130.111.193]) by mx.google.com with ESMTPS id k4sm2679843paz.26.2013.01.11.00.22.25 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 11 Jan 2013 00:22:26 -0800 (PST) Sender: Gleb Kurtsou Date: Fri, 11 Jan 2013 00:22:26 -0800 From: Gleb Kurtsou To: George Mitchell Subject: Re: Circular port dependency Message-ID: <20130111082226.GA2969@reks> References: <50EF6935.3070000@m5p.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <50EF6935.3070000@m5p.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 08:22:28 -0000 On (10/01/2013 20:21), George Mitchell wrote: > I grabbed the ports tree as of 308518, the RELEASE_9_1_0 tag. > devel/libtool won't build, because it requires autom4te during the > configure phase. So I put "BUILD_DEPENDS= autom4te:devel/autoconf" > in the Makefile. But autoconf depends on gmake, which depends on > gettext, which depends on libiconv, which depends on libtool. > What to do? Build devel/gmake defining WITHOUT_NLS: # cd /usr/ports/devel/gmake && make -DWITHOUT_NLS all install Why would anybody want NLS support in make in a first place? > > I'm running on a CURRENT build on my Raspberry Pi. > -- George Mitchell > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"