From owner-svn-ports-all@freebsd.org Fri Feb 12 15:55:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AC06AA62BB; Fri, 12 Feb 2016 15:55:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 D0F8A178; Fri, 12 Feb 2016 15:55:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CFtkBj040807; Fri, 12 Feb 2016 15:55:46 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CFtkkh040806; Fri, 12 Feb 2016 15:55:46 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602121555.u1CFtkkh040806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 12 Feb 2016 15:55:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408739 - head/ftp/lftp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 15:55:48 -0000 Author: amdmi3 Date: Fri Feb 12 15:55:46 2016 New Revision: 408739 URL: https://svnweb.freebsd.org/changeset/ports/408739 Log: - Remove obsolete hack, all supported FreeBSD versions have required POSIX_FADV_* macros - Switch to USES=localbase Approved by: portmgr blanket Modified: head/ftp/lftp/Makefile Modified: head/ftp/lftp/Makefile ============================================================================== --- head/ftp/lftp/Makefile Fri Feb 12 15:55:30 2016 (r408738) +++ head/ftp/lftp/Makefile Fri Feb 12 15:55:46 2016 (r408739) @@ -20,14 +20,8 @@ LICENSE= GPLv3 LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -USES= charsetfix iconv libtool readline shebangfix - -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib +USES= charsetfix iconv libtool localbase readline shebangfix GNU_CONFIGURE= yes -# XXX FreeBSD 9.x has posix_fallocate() for OSVERSION > 900035, -# but is missing the required POSIX_FADV_* macros -CONFIGURE_ENV= i_cv_posix_fallocate_works=no PORTDOCS= AUTHORS BUGS ChangeLog FAQ FEATURES INSTALL \ MIRRORS NEWS README README.debug-levels README.modules \