From owner-cvs-all@FreeBSD.ORG Mon Apr 27 17:26:05 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1367D1065697; Mon, 27 Apr 2009 17:26:05 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.freebsd.org (Postfix) with ESMTP id E005A8FC21; Mon, 27 Apr 2009 17:26:04 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 56A5A5C3A; Mon, 27 Apr 2009 13:26:04 -0400 (EDT) Date: Mon, 27 Apr 2009 13:26:04 -0400 From: Wesley Shields To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20090427172604.GC85173@atarininja.org> References: <200904271719.n3RHJNkU009937@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200904271719.n3RHJNkU009937@repoman.freebsd.org> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: Subject: Re: cvs commit: ports/devel/git Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2009 17:26:05 -0000 On Mon, Apr 27, 2009 at 05:19:23PM +0000, Wesley Shields wrote: > | @@ -173,6 +173,7 @@ USE_GMAKE= yes > | CFLAGS+= -I${LOCALBASE}/include > | MAKE_ENV+= CURLDIR=${LOCALBASE} \ > | NEEDS_LIBICONV=yes \ > | + OLD_ICONV=yes \ Forgot to mention this part. This is to silence a warning in the build. The explanation is in ports/133925. -- WXS