svn commit: r327271 - head/Mk/Uses

Baptiste Daroussin bapt at FreeBSD.org
Sat Sep 14 10:59:35 UTC 2013


Author: bapt
Date: Sat Sep 14 10:59:34 2013
New Revision: 327271
URL: http://svnweb.freebsd.org/changeset/ports/327271

Log:
  readline won't be removed in time for 10.0, let 10.0 use readline from base.
  
  PR:		ports/172079
  Submitted by:	Jan Beich <jbeich at tormail.org>

Modified:
  head/Mk/Uses/readline.mk

Modified: head/Mk/Uses/readline.mk
==============================================================================
--- head/Mk/Uses/readline.mk	Sat Sep 14 10:57:20 2013	(r327270)
+++ head/Mk/Uses/readline.mk	Sat Sep 14 10:59:34 2013	(r327271)
@@ -12,9 +12,9 @@
 .if !defined(_INCLUDE_USES_READLINE_MK)
 _INCLUDE_USES_READLINE_MK=	yes
 
-.if ${OSVERSION} > 1000000
-readline_ARGS=	port
-.endif
+#.if ${OSVERSION} > 1000000
+#readline_ARGS=	port
+#.endif
 
 .if defined(readline_ARGS) && ${readline_ARGS} == port
 LIB_DEPENDS+=		libreadline.so.6:${PORTSDIR}/devel/readline


More information about the svn-ports-all mailing list