FreeBSD Bugzilla – Attachment 162749 Details for
Bug 203988
lang/ruby21 - readline & libedit configure options spelled wrong
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
rb_lb.diff (text/plain), 2.62 KB, created by
Michael Moll
on 2015-11-03 22:21:56 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Michael Moll
Created:
2015-11-03 22:21:56 UTC
Size:
2.62 KB
patch
obsolete
>diff --git a/lang/ruby20/Makefile b/lang/ruby20/Makefile >index 2daad5a..c521671 100644 >--- a/lang/ruby20/Makefile >+++ b/lang/ruby20/Makefile >@@ -59,11 +59,11 @@ CAPIDOCS_BUILD_DEPENDS= doxygen>0:${PORTSDIR}/devel/doxygen \ > 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 >diff --git a/lang/ruby21/Makefile b/lang/ruby21/Makefile >index 4e2f4d0..08ea5a4 100644 >--- a/lang/ruby21/Makefile >+++ b/lang/ruby21/Makefile >@@ -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 >diff --git a/lang/ruby22/Makefile b/lang/ruby22/Makefile >index ee111e5..f658ca2 100644 >--- a/lang/ruby22/Makefile >+++ b/lang/ruby22/Makefile >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203988
:
162400
| 162749