Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 May 2016 09:25:45 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414831 - head/devel/ncurses
Message-ID:  <201605090925.u499PjE3005207@repo.freebsd.org>

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



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