View | Details | Raw Unified | Return to bug 203988 | Differences between
and this patch

Collapse All | Expand All

(-)lang/ruby20/Makefile (-2 / +2 lines)
Lines 59-69 Link Here
59
			dot:${PORTSDIR}/graphics/graphviz
59
			dot:${PORTSDIR}/graphics/graphviz
60
CAPIDOCS_CONFIGURE_ENABLE=	install-capi
60
CAPIDOCS_CONFIGURE_ENABLE=	install-capi
61
LIBEDIT_BUILD_DEPENDS=	libedit>=0:${PORTSDIR}/devel/libedit
61
LIBEDIT_BUILD_DEPENDS=	libedit>=0:${PORTSDIR}/devel/libedit
62
LIBEDIT_CONFIGURE_ON=	--enable-libedit --with-libedit-prefix=${LOCALBASE}
62
LIBEDIT_CONFIGURE_ON=	--enable-libedit --with-libedit-dir=${LIBEDITPREFIX}
63
LIBEDIT_RUN_DEPENDS=	libedit>=0:${PORTSDIR}/devel/libedit
63
LIBEDIT_RUN_DEPENDS=	libedit>=0:${PORTSDIR}/devel/libedit
64
RDOC_CONFIGURE_ENABLE=	install-rdoc
64
RDOC_CONFIGURE_ENABLE=	install-rdoc
65
READLINE_BUILD_DEPENDS=	readline>=0:${PORTSDIR}/devel/readline
65
READLINE_BUILD_DEPENDS=	readline>=0:${PORTSDIR}/devel/readline
66
READLINE_CONFIGURE_ON=	--disable-libedit --with-readline-prefix=${LOCALBASE}
66
READLINE_CONFIGURE_ON=	--disable-libedit --with-readline-dir=${READLINEPREFIX}
67
READLINE_RUN_DEPENDS=	readline>=0:${PORTSDIR}/devel/readline
67
READLINE_RUN_DEPENDS=	readline>=0:${PORTSDIR}/devel/readline
68
68
69
CPE_VENDOR=	ruby-lang
69
CPE_VENDOR=	ruby-lang
(-)lang/ruby20/files/patch-ext_readline_extconf.rb (-3 / +11 lines)
Lines 1-6 Link Here
1
--- ext/readline/extconf.rb.orig	2014-04-30 07:39:45 UTC
1
--- ext/readline/extconf.rb.orig	2014-05-01 11:59:37.000000000 +0000
2
+++ ext/readline/extconf.rb
2
+++ ext/readline/extconf.rb	2015-10-23 04:05:44.000000000 +0000
3
@@ -62,7 +62,7 @@ else
3
@@ -37,6 +37,7 @@
4
 case enable_libedit
5
 when true
6
   # --enable-libedit
7
+  dir_config("libedit")
8
   unless (readline.have_header("editline/readline.h") ||
9
           readline.have_header("readline/readline.h")) &&
10
           have_library("edit", "readline")
11
@@ -62,7 +63,7 @@ else
4
 end
12
 end
5
 
13
 
6
 readline.have_func("rl_getc")
14
 readline.have_func("rl_getc")
(-)lang/ruby21/Makefile (-2 / +2 lines)
Lines 62-72 Link Here
62
GMP_CONFIGURE_WITH=	gmp
62
GMP_CONFIGURE_WITH=	gmp
63
GMP_LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
63
GMP_LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
64
LIBEDIT_BUILD_DEPENDS=	libedit>=0:${PORTSDIR}/devel/libedit
64
LIBEDIT_BUILD_DEPENDS=	libedit>=0:${PORTSDIR}/devel/libedit
65
LIBEDIT_CONFIGURE_ON=	--enable-libedit --with-libedit-prefix=${LOCALBASE}
65
LIBEDIT_CONFIGURE_ON=	--enable-libedit --with-libedit-dir=${LIBEDITPREFIX}
66
LIBEDIT_RUN_DEPENDS=	libedit>=0:${PORTSDIR}/devel/libedit
66
LIBEDIT_RUN_DEPENDS=	libedit>=0:${PORTSDIR}/devel/libedit
67
RDOC_CONFIGURE_ENABLE=	install-rdoc
67
RDOC_CONFIGURE_ENABLE=	install-rdoc
68
READLINE_BUILD_DEPENDS=	readline>=0:${PORTSDIR}/devel/readline
68
READLINE_BUILD_DEPENDS=	readline>=0:${PORTSDIR}/devel/readline
69
READLINE_CONFIGURE_ON=	--disable-libedit --with-readline-prefix=${LOCALBASE}
69
READLINE_CONFIGURE_ON=	--disable-libedit --with-readline-dir=${READLINEPREFIX}
70
READLINE_RUN_DEPENDS=	readline>=0:${PORTSDIR}/devel/readline
70
READLINE_RUN_DEPENDS=	readline>=0:${PORTSDIR}/devel/readline
71
71
72
CPE_VENDOR=	ruby-lang
72
CPE_VENDOR=	ruby-lang
(-)lang/ruby21/files/patch-ext_readline_extconf.rb (-3 / +11 lines)
Lines 1-6 Link Here
1
--- ext/readline/extconf.rb.orig	2015-01-23 15:37:01 UTC
1
--- ext/readline/extconf.rb.orig	2014-05-01 11:59:37.000000000 +0000
2
+++ ext/readline/extconf.rb
2
+++ ext/readline/extconf.rb	2015-10-23 04:05:44.000000000 +0000
3
@@ -62,7 +62,7 @@ else
3
@@ -37,6 +37,7 @@
4
 case enable_libedit
5
 when true
6
   # --enable-libedit
7
+  dir_config("libedit")
8
   unless (readline.have_header("editline/readline.h") ||
9
           readline.have_header("readline/readline.h")) &&
10
           have_library("edit", "readline")
11
@@ -62,7 +63,7 @@ else
4
 end
12
 end
5
 
13
 
6
 readline.have_func("rl_getc")
14
 readline.have_func("rl_getc")
(-)lang/ruby22/Makefile (-2 / +2 lines)
Lines 62-72 Link Here
62
GMP_CONFIGURE_WITH=	gmp
62
GMP_CONFIGURE_WITH=	gmp
63
GMP_LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
63
GMP_LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
64
LIBEDIT_BUILD_DEPENDS=	libedit>=0:${PORTSDIR}/devel/libedit
64
LIBEDIT_BUILD_DEPENDS=	libedit>=0:${PORTSDIR}/devel/libedit
65
LIBEDIT_CONFIGURE_ON=	--enable-libedit --with-libedit-prefix=${LOCALBASE}
65
LIBEDIT_CONFIGURE_ON=	--enable-libedit --with-libedit-dir=${LIBEDITPREFIX}
66
LIBEDIT_RUN_DEPENDS=	libedit>=0:${PORTSDIR}/devel/libedit
66
LIBEDIT_RUN_DEPENDS=	libedit>=0:${PORTSDIR}/devel/libedit
67
RDOC_CONFIGURE_ENABLE=	install-rdoc
67
RDOC_CONFIGURE_ENABLE=	install-rdoc
68
READLINE_BUILD_DEPENDS=	readline>=0:${PORTSDIR}/devel/readline
68
READLINE_BUILD_DEPENDS=	readline>=0:${PORTSDIR}/devel/readline
69
READLINE_CONFIGURE_ON=	--disable-libedit --with-readline-prefix=${LOCALBASE}
69
READLINE_CONFIGURE_ON=	--disable-libedit --with-readline-dir=${READLINEPREFIX}
70
READLINE_RUN_DEPENDS=	readline>=0:${PORTSDIR}/devel/readline
70
READLINE_RUN_DEPENDS=	readline>=0:${PORTSDIR}/devel/readline
71
71
72
CPE_VENDOR=	ruby-lang
72
CPE_VENDOR=	ruby-lang
(-)lang/ruby22/files/patch-ext_readline_extconf.rb (-3 / +11 lines)
Lines 1-6 Link Here
1
--- ext/readline/extconf.rb.orig	2015-01-16 23:05:12 UTC
1
--- ext/readline/extconf.rb.orig	2014-05-01 11:59:37.000000000 +0000
2
+++ ext/readline/extconf.rb
2
+++ ext/readline/extconf.rb	2015-10-23 04:05:44.000000000 +0000
3
@@ -62,7 +62,7 @@ else
3
@@ -37,6 +37,7 @@
4
 case enable_libedit
5
 when true
6
   # --enable-libedit
7
+  dir_config("libedit")
8
   unless (readline.have_header("editline/readline.h") ||
9
           readline.have_header("readline/readline.h")) &&
10
           have_library("edit", "readline")
11
@@ -62,7 +63,7 @@ else
4
 end
12
 end
5
 
13
 
6
 readline.have_func("rl_getc")
14
 readline.have_func("rl_getc")

Return to bug 203988