svn commit: r400831 - in head/lang: ruby20 ruby21 ruby22
Michael Moll
mmoll at FreeBSD.org
Thu Nov 5 10:14:51 UTC 2015
Author: mmoll
Date: Thu Nov 5 10:14:49 2015
New Revision: 400831
URL: https://svnweb.freebsd.org/changeset/ports/400831
Log:
lang/ruby2*: correct configure options
Fix readline & libedit configure options after a slight error slipped in
with the patches done in r400142.
PR: 203988
Submitted by: John Hein <z7dr6ut7gs at snkmail.com>
Modified:
head/lang/ruby20/Makefile
head/lang/ruby21/Makefile
head/lang/ruby22/Makefile
Modified: head/lang/ruby20/Makefile
==============================================================================
--- head/lang/ruby20/Makefile Thu Nov 5 09:56:50 2015 (r400830)
+++ head/lang/ruby20/Makefile Thu Nov 5 10:14:49 2015 (r400831)
@@ -59,11 +59,11 @@ CAPIDOCS_BUILD_DEPENDS= doxygen>0:${PORT
dot:${PORTSDIR}/graphics/graphviz
CAPIDOCS_CONFIGURE_ENABLE= install-capi
LIBEDIT_BUILD_DEPENDS= libedit>=0:${PORTSDIR}/devel/libedit
-LIBEDIT_CONFIGURE_ON= --enable-libedit --with-libedit-dir=${LIBEDITPREFIX}
+LIBEDIT_CONFIGURE_ON= --enable-libedit --with-libedit-dir=${LOCALBASE}
LIBEDIT_RUN_DEPENDS= libedit>=0:${PORTSDIR}/devel/libedit
RDOC_CONFIGURE_ENABLE= install-rdoc
READLINE_BUILD_DEPENDS= readline>=0:${PORTSDIR}/devel/readline
-READLINE_CONFIGURE_ON= --disable-libedit --with-readline-dir=${READLINEPREFIX}
+READLINE_CONFIGURE_ON= --disable-libedit --with-readline-dir=${LOCALBASE}
READLINE_RUN_DEPENDS= readline>=0:${PORTSDIR}/devel/readline
CPE_VENDOR= ruby-lang
Modified: head/lang/ruby21/Makefile
==============================================================================
--- head/lang/ruby21/Makefile Thu Nov 5 09:56:50 2015 (r400830)
+++ head/lang/ruby21/Makefile Thu Nov 5 10:14:49 2015 (r400831)
@@ -62,11 +62,11 @@ CAPIDOCS_CONFIGURE_ENABLE= install-capi
GMP_CONFIGURE_WITH= gmp
GMP_LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
LIBEDIT_BUILD_DEPENDS= libedit>=0:${PORTSDIR}/devel/libedit
-LIBEDIT_CONFIGURE_ON= --enable-libedit --with-libedit-dir=${LIBEDITPREFIX}
+LIBEDIT_CONFIGURE_ON= --enable-libedit --with-libedit-dir=${LOCALBASE}
LIBEDIT_RUN_DEPENDS= libedit>=0:${PORTSDIR}/devel/libedit
RDOC_CONFIGURE_ENABLE= install-rdoc
READLINE_BUILD_DEPENDS= readline>=0:${PORTSDIR}/devel/readline
-READLINE_CONFIGURE_ON= --disable-libedit --with-readline-dir=${READLINEPREFIX}
+READLINE_CONFIGURE_ON= --disable-libedit --with-readline-dir=${LOCALBASE}
READLINE_RUN_DEPENDS= readline>=0:${PORTSDIR}/devel/readline
CPE_VENDOR= ruby-lang
Modified: head/lang/ruby22/Makefile
==============================================================================
--- head/lang/ruby22/Makefile Thu Nov 5 09:56:50 2015 (r400830)
+++ head/lang/ruby22/Makefile Thu Nov 5 10:14:49 2015 (r400831)
@@ -62,11 +62,11 @@ CAPIDOCS_CONFIGURE_ENABLE= install-capi
GMP_CONFIGURE_WITH= gmp
GMP_LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
LIBEDIT_BUILD_DEPENDS= libedit>=0:${PORTSDIR}/devel/libedit
-LIBEDIT_CONFIGURE_ON= --enable-libedit --with-libedit-dir=${LIBEDITPREFIX}
+LIBEDIT_CONFIGURE_ON= --enable-libedit --with-libedit-dir=${LOCALBASE}
LIBEDIT_RUN_DEPENDS= libedit>=0:${PORTSDIR}/devel/libedit
RDOC_CONFIGURE_ENABLE= install-rdoc
READLINE_BUILD_DEPENDS= readline>=0:${PORTSDIR}/devel/readline
-READLINE_CONFIGURE_ON= --disable-libedit --with-readline-dir=${READLINEPREFIX}
+READLINE_CONFIGURE_ON= --disable-libedit --with-readline-dir=${LOCALBASE}
READLINE_RUN_DEPENDS= readline>=0:${PORTSDIR}/devel/readline
CPE_VENDOR= ruby-lang
More information about the svn-ports-head
mailing list