The readline in tree is now okay.
This commit is contained in:
parent
2e20065319
commit
be62b269a0
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-ext_readline_extconf_rb,v 1.1 2001/02/21 16:51:45 espie Exp $
|
||||
--- ext/readline/extconf.rb.orig Wed Feb 21 17:50:12 2001
|
||||
+++ ext/readline/extconf.rb Wed Feb 21 17:50:18 2001
|
||||
@@ -8,6 +8,7 @@ have_library("ncurses", "tgetnum") or
|
||||
|
||||
if have_header("readline/readline.h") and
|
||||
have_header("readline/history.h") and
|
||||
- have_library("readline", "readline")
|
||||
+ have_library("readline", "readline") and
|
||||
+ false
|
||||
create_makefile("readline")
|
||||
end
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2001/02/21 17:17:18 espie Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.5 2001/03/23 01:57:10 espie Exp $
|
||||
lib/libruby.so
|
||||
lib/libruby.so.1.6.2
|
||||
DYNLIBDIR(%B)
|
||||
@ -9,6 +9,7 @@ lib/ruby/${REV}/${SUB}/fcntl.so
|
||||
lib/ruby/${REV}/${SUB}/md5.so
|
||||
lib/ruby/${REV}/${SUB}/nkf.so
|
||||
lib/ruby/${REV}/${SUB}/pty.so
|
||||
lib/ruby/${REV}/${SUB}/readline.so
|
||||
lib/ruby/${REV}/${SUB}/sdbm.so
|
||||
lib/ruby/${REV}/${SUB}/socket.so
|
||||
lib/ruby/${REV}/${SUB}/tcltklib.so
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2001/02/21 17:17:18 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2001/03/23 01:57:10 espie Exp $
|
||||
bin/irb
|
||||
bin/ruby
|
||||
@exec mkdir -p %D/lib/ruby/site_ruby/${REV}/${SUB}
|
||||
@ -62,10 +62,10 @@ lib/ruby/${REV}/matrix.rb
|
||||
lib/ruby/${REV}/mkmf.rb
|
||||
lib/ruby/${REV}/monitor.rb
|
||||
lib/ruby/${REV}/mutex_m.rb
|
||||
lib/ruby/${REV}/net/pop.rb
|
||||
lib/ruby/${REV}/net/ftp.rb
|
||||
lib/ruby/${REV}/net/http.rb
|
||||
lib/ruby/${REV}/net/imap.rb
|
||||
lib/ruby/${REV}/net/pop.rb
|
||||
lib/ruby/${REV}/net/protocol.rb
|
||||
lib/ruby/${REV}/net/smtp.rb
|
||||
lib/ruby/${REV}/net/telnet.rb
|
||||
|
Loading…
x
Reference in New Issue
Block a user