From owner-svn-ports-head@FreeBSD.ORG Sun Oct 5 19:59:19 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38CDD77F; Sun, 5 Oct 2014 19:59:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2391B1D0; Sun, 5 Oct 2014 19:59:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s95JxJdx079237; Sun, 5 Oct 2014 19:59:19 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s95JxJBs079235; Sun, 5 Oct 2014 19:59:19 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410051959.s95JxJBs079235@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 5 Oct 2014 19:59:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370109 - in head/ftp/lftp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2014 19:59:19 -0000 Author: tijl Date: Sun Oct 5 19:59:18 2014 New Revision: 370109 URL: https://svnweb.freebsd.org/changeset/ports/370109 QAT: https://qat.redports.org/buildarchive/r370109/ Log: Convert to USES=charsetfix and USES=libtool Deleted: head/ftp/lftp/files/patch-build-aux-ltmain.sh head/ftp/lftp/files/patch-lib-Makefile.in Modified: head/ftp/lftp/Makefile Modified: head/ftp/lftp/Makefile ============================================================================== --- head/ftp/lftp/Makefile Sun Oct 5 19:57:41 2014 (r370108) +++ head/ftp/lftp/Makefile Sun Oct 5 19:59:18 2014 (r370109) @@ -20,7 +20,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -USES= iconv readline shebangfix +USES= charsetfix iconv libtool readline shebangfix CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib