ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:71743] [Ruby trunk - Bug #11751] [Open] allow --with-libedit to work when a path is specified
       [not found] <redmine.issue-11751.20151130044034@ruby-lang.org>
@ 2015-11-30  4:40 ` rkf4dwbqxb
  2015-11-30  4:47 ` [ruby-core:71744] [Ruby trunk - Bug #11751] " rkf4dwbqxb
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: rkf4dwbqxb @ 2015-11-30  4:40 UTC (permalink / raw)
  To: ruby-core

Issue #11751 has been reported by John Hein.

----------------------------------------
Bug #11751: allow --with-libedit to work when a path is specified
https://bugs.ruby-lang.org/issues/11751

* Author: John Hein
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: 
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
Adding dir_config("libedit") to ext/readline/extconf.rb allows the --with-libedit configuration knob to take a path (e.g., --with-libedit=/opt/libedit).

Patch against trunk attached.

---Files--------------------------------
pr-ruby-libedit.diff (440 Bytes)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:71744] [Ruby trunk - Bug #11751] allow --with-libedit to work when a path is specified
       [not found] <redmine.issue-11751.20151130044034@ruby-lang.org>
  2015-11-30  4:40 ` [ruby-core:71743] [Ruby trunk - Bug #11751] [Open] allow --with-libedit to work when a path is specified rkf4dwbqxb
@ 2015-11-30  4:47 ` rkf4dwbqxb
  2015-11-30 17:02 ` [ruby-core:71760] " nagachika00
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: rkf4dwbqxb @ 2015-11-30  4:47 UTC (permalink / raw)
  To: ruby-core

Issue #11751 has been updated by John Hein.


See also https://svnweb.freebsd.org/ports/head/lang/ruby22/files/patch-ext_readline_extconf.rb?view=markup&pathrev=400142

----------------------------------------
Bug #11751: allow --with-libedit to work when a path is specified
https://bugs.ruby-lang.org/issues/11751#change-55147

* Author: John Hein
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: 
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
Adding dir_config("libedit") to ext/readline/extconf.rb allows the --with-libedit configuration knob to take a path (e.g., --with-libedit=/opt/libedit).

Patch against trunk attached.

---Files--------------------------------
pr-ruby-libedit.diff (440 Bytes)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:71760] [Ruby trunk - Bug #11751] allow --with-libedit to work when a path is specified
       [not found] <redmine.issue-11751.20151130044034@ruby-lang.org>
  2015-11-30  4:40 ` [ruby-core:71743] [Ruby trunk - Bug #11751] [Open] allow --with-libedit to work when a path is specified rkf4dwbqxb
  2015-11-30  4:47 ` [ruby-core:71744] [Ruby trunk - Bug #11751] " rkf4dwbqxb
@ 2015-11-30 17:02 ` nagachika00
  2015-12-01 18:29 ` [ruby-core:71783] " nagachika00
  2015-12-02  6:14 ` [ruby-core:71792] " usa
  4 siblings, 0 replies; 5+ messages in thread
From: nagachika00 @ 2015-11-30 17:02 UTC (permalink / raw)
  To: ruby-core

Issue #11751 has been updated by Tomoyuki Chikanaga.

Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN to 2.0.0: REQUIRED, 2.1: REQUIRED, 2.2: REQUIRED

----------------------------------------
Bug #11751: allow --with-libedit to work when a path is specified
https://bugs.ruby-lang.org/issues/11751#change-55170

* Author: John Hein
* Status: Closed
* Priority: Normal
* Assignee: 
* ruby -v: 
* Backport: 2.0.0: REQUIRED, 2.1: REQUIRED, 2.2: REQUIRED
----------------------------------------
Adding dir_config("libedit") to ext/readline/extconf.rb allows the --with-libedit configuration knob to take a path (e.g., --with-libedit=/opt/libedit).

Patch against trunk attached.

---Files--------------------------------
pr-ruby-libedit.diff (440 Bytes)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:71783] [Ruby trunk - Bug #11751] allow --with-libedit to work when a path is specified
       [not found] <redmine.issue-11751.20151130044034@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2015-11-30 17:02 ` [ruby-core:71760] " nagachika00
@ 2015-12-01 18:29 ` nagachika00
  2015-12-02  6:14 ` [ruby-core:71792] " usa
  4 siblings, 0 replies; 5+ messages in thread
From: nagachika00 @ 2015-12-01 18:29 UTC (permalink / raw)
  To: ruby-core

Issue #11751 has been updated by Tomoyuki Chikanaga.

Backport changed from 2.0.0: REQUIRED, 2.1: REQUIRED, 2.2: REQUIRED to 2.0.0: REQUIRED, 2.1: REQUIRED, 2.2: DONE

Backported into `ruby_2_2` branch at r52838.

----------------------------------------
Bug #11751: allow --with-libedit to work when a path is specified
https://bugs.ruby-lang.org/issues/11751#change-55192

* Author: John Hein
* Status: Closed
* Priority: Normal
* Assignee: 
* ruby -v: 
* Backport: 2.0.0: REQUIRED, 2.1: REQUIRED, 2.2: DONE
----------------------------------------
Adding dir_config("libedit") to ext/readline/extconf.rb allows the --with-libedit configuration knob to take a path (e.g., --with-libedit=/opt/libedit).

Patch against trunk attached.

---Files--------------------------------
pr-ruby-libedit.diff (440 Bytes)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:71792] [Ruby trunk - Bug #11751] allow --with-libedit to work when a path is specified
       [not found] <redmine.issue-11751.20151130044034@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2015-12-01 18:29 ` [ruby-core:71783] " nagachika00
@ 2015-12-02  6:14 ` usa
  4 siblings, 0 replies; 5+ messages in thread
From: usa @ 2015-12-02  6:14 UTC (permalink / raw)
  To: ruby-core

Issue #11751 has been updated by Usaku NAKAMURA.

Backport changed from 2.0.0: REQUIRED, 2.1: REQUIRED, 2.2: DONE to 2.0.0: REQUIRED, 2.1: DONE, 2.2: DONE

ruby_2_1 r52853 merged revision(s) 52795.

----------------------------------------
Bug #11751: allow --with-libedit to work when a path is specified
https://bugs.ruby-lang.org/issues/11751#change-55202

* Author: John Hein
* Status: Closed
* Priority: Normal
* Assignee: 
* ruby -v: 
* Backport: 2.0.0: REQUIRED, 2.1: DONE, 2.2: DONE
----------------------------------------
Adding dir_config("libedit") to ext/readline/extconf.rb allows the --with-libedit configuration knob to take a path (e.g., --with-libedit=/opt/libedit).

Patch against trunk attached.

---Files--------------------------------
pr-ruby-libedit.diff (440 Bytes)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-12-02  5:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <redmine.issue-11751.20151130044034@ruby-lang.org>
2015-11-30  4:40 ` [ruby-core:71743] [Ruby trunk - Bug #11751] [Open] allow --with-libedit to work when a path is specified rkf4dwbqxb
2015-11-30  4:47 ` [ruby-core:71744] [Ruby trunk - Bug #11751] " rkf4dwbqxb
2015-11-30 17:02 ` [ruby-core:71760] " nagachika00
2015-12-01 18:29 ` [ruby-core:71783] " nagachika00
2015-12-02  6:14 ` [ruby-core:71792] " usa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).