svn commit: r408739 - head/ftp/lftp

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Feb 12 15:55:48 UTC 2016


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 \


More information about the svn-ports-all mailing list