From owner-cvs-ports@FreeBSD.ORG Wed Jan 25 12:22:30 2006 Return-Path: X-Original-To: cvs-ports@freebsd.org Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34F9416A41F; Wed, 25 Jan 2006 12:22:30 +0000 (GMT) (envelope-from anray@freebsd.org) Received: from tor.farlep.net (tor.farlep.net [213.130.1.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 688D343D46; Wed, 25 Jan 2006 12:22:29 +0000 (GMT) (envelope-from anray@freebsd.org) Received: from santinel.home.ua (nas-6-050.dialup.farlep.net [213.130.4.179]) by tor.farlep.net with ESMTP id k0PCMPV0027444; Wed, 25 Jan 2006 14:22:26 +0200 Received: from anray by santinel.home.ua with local (Exim 4.60; FreeBSD) id 1F1jfK-000E4a-0V; Wed, 25 Jan 2006 14:22:22 +0200 To: Renato Botelho References: <200601251109.k0PB9HB3038957@repoman.freebsd.org> <20060125111534.GA42847@galle.com.br> <1138190637.64670.30.camel@pav.hide.vol.cz> <43D769F3.1060606@FreeBSD.org> Organization: Santinel From: Andrey Slusar Date: Wed, 25 Jan 2006 14:22:21 +0200 In-Reply-To: <43D769F3.1060606@FreeBSD.org> (Renato Botelho's message of "Wed, 25 Jan 2006 10:07:15 -0200") Message-ID: <86u0bsxzsy.fsf@santinel.home.ua> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.5-b24 (i386--freebsd) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable X-SMTP-Vilter-Version: 1.1.8 X-SMTP-Vilter-Virus-Backend: clamd X-SMTP-Vilter-Status: clean X-SMTP-Vilter-clamd-Virus-Status: clean Cc: cvs-ports@freebsd.org, pav@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/ftp/lftp Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jan 2006 12:22:30 -0000 Wed, 25 Jan 2006 10:07:15 -0200, Renato Botelho wrote: > Em 25/1/2006 10:03 Pav Lucistnik escreveu: > > Renato Botelho p=ED=B9e v st 25. 01. 2006 v 09:15 -0200: > >> On Wed, Jan 25, 2006 at 11:09:15AM +0000, Andrey Slusar wrote: > >>> anray 2006-01-25 11:09:15 UTC > >>> > >>> FreeBSD ports repository > >>> > >>> Modified files: > >>> ftp/lftp Makefile=20 > >>> Log: > >>> Fix missing dependence(add USE_ICONV). > >>>=20=20=20 > >>> PR: ports/92287 > >>> Submitted by: Dmitry A. Yanko (maintainer) > >>>=20=20=20 > >>> Revision Changes Path > >>> 1.104 +1 -0 ports/ftp/lftp/Makefile > >> Submitter proposed to bump PORTREVISION, don't you think it's necessar= y in > >> this case? > >=20 > > It isn't. > You have a package built with iconv registered as a dependency, so, > it needs to be rebuild, IMHO. Renato is right. configure-script is automaticaly search the libiconv, and when iconv is not work or not found, lftp compiled without recoding support(it when package compiled without NLS - NLS is required iconv). --=20 Andrey Slusar