svn commit: r414831 - head/devel/ncurses

John Marino marino at FreeBSD.org
Mon May 9 09:25:46 UTC 2016


Author: marino
Date: Mon May  9 09:25:45 2016
New Revision: 414831
URL: https://svnweb.freebsd.org/changeset/ports/414831

Log:
  devel/ncurses: revert CONFIGURE_ARG+= ac_cv_sys_long_file_names
  
  This fix was added in r408318, but now this change is redundant after this
  argument is defined by default in ports Templates/config.site (r414724).
  
  Approved by:	just-fix-it (continuation of r408318)

Modified:
  head/devel/ncurses/Makefile

Modified: head/devel/ncurses/Makefile
==============================================================================
--- head/devel/ncurses/Makefile	Mon May  9 09:12:27 2016	(r414830)
+++ head/devel/ncurses/Makefile	Mon May  9 09:25:45 2016	(r414831)
@@ -32,8 +32,7 @@ CONFIGURE_ARGS=	--datadir=${PREFIX}/shar
 		--without-manpage-renames \
 		--mandir=${MANPREFIX}/man \
 		--with-hashed-db \
-		--with-pkg-config-libdir=${PREFIX}/libdata/pkgconfig \
-		ac_cv_sys_long_file_names=yes
+		--with-pkg-config-libdir=${PREFIX}/libdata/pkgconfig
 MAKE_JOBS_UNSAFE=	yes
 
 OPTIONS_DEFINE=	TRACE DEBUG PROFILE EXAMPLES DOCS


More information about the svn-ports-all mailing list