Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 2016 15:55:46 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408739 - head/ftp/lftp
Message-ID:  <201602121555.u1CFtkkh040806@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602121555.u1CFtkkh040806>