Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Aug 2014 07:49:12 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363689 - in head: lang/php53 lang/php55 math/R
Message-ID:  <201408010749.s717nCgv035464@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Aug  1 07:49:12 2014
New Revision: 363689
URL: http://svnweb.freebsd.org/changeset/ports/363689
QAT: https://qat.redports.org/buildarchive/r363689/

Log:
  Fix build on head by adding missing USES=readline
  (uncovered by removal of readline dep from pcre)

Modified:
  head/lang/php53/Makefile.ext
  head/lang/php55/Makefile.ext
  head/math/R/Makefile

Modified: head/lang/php53/Makefile.ext
==============================================================================
--- head/lang/php53/Makefile.ext	Fri Aug  1 07:06:06 2014	(r363688)
+++ head/lang/php53/Makefile.ext	Fri Aug  1 07:49:12 2014	(r363689)
@@ -302,6 +302,7 @@ USE_PHP_BUILD=	yes
 
 .if ${PHP_MODNAME} == "readline"
 CONFIGURE_ARGS+=--with-readline=/usr
+USES+=		readline
 .endif
 
 .if ${PHP_MODNAME} == "recode"

Modified: head/lang/php55/Makefile.ext
==============================================================================
--- head/lang/php55/Makefile.ext	Fri Aug  1 07:06:06 2014	(r363688)
+++ head/lang/php55/Makefile.ext	Fri Aug  1 07:49:12 2014	(r363689)
@@ -316,6 +316,7 @@ USE_PHP_BUILD=	yes
 
 .if ${PHP_MODNAME} == "readline"
 CONFIGURE_ARGS+=--with-readline=/usr
+USES+=		readline
 .endif
 
 .if ${PHP_MODNAME} == "recode"

Modified: head/math/R/Makefile
==============================================================================
--- head/math/R/Makefile	Fri Aug  1 07:06:06 2014	(r363688)
+++ head/math/R/Makefile	Fri Aug  1 07:49:12 2014	(r363689)
@@ -189,6 +189,7 @@ CONFIGURE_ARGS+=	--disable-threads
 .if defined(LIBR_SLAVEPORT)
 
 CONFIGURE_ARGS+=	--disable-BLAS-shlib --without-pic --without-x
+USES+=			readline
 
 .else # LIBR_SLAVEPORT
 



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