svn commit: r363689 - in head: lang/php53 lang/php55 math/R
Antoine Brodin
antoine at FreeBSD.org
Fri Aug 1 07:49:13 UTC 2014
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
More information about the svn-ports-head
mailing list