ports/opt (3.0): [notify] ruby: new dependency libyaml
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 673b595105c92ad45cbc2a4ae1715e3c339762ea Author: Juergen Daubert <jue@jue.li> Date: Thu Mar 7 12:28:41 2013 +0100 [notify] ruby: new dependency libyaml to avoid warnings and get a sane gem system, ruby should be build with libyaml support. - install opt/libyaml before doing the ruby update Thanks to Danny for providing the libyaml port. diff --git a/ruby/.footprint b/ruby/.footprint index 2ece3a0..0de2033 100644 --- a/ruby/.footprint +++ b/ruby/.footprint @@ -266,6 +266,7 @@ drwxr-xr-x root/root usr/lib/ruby/1.9/linux/mathn/ -rwxr-xr-x root/root usr/lib/ruby/1.9/linux/objspace.so -rwxr-xr-x root/root usr/lib/ruby/1.9/linux/openssl.so -rwxr-xr-x root/root usr/lib/ruby/1.9/linux/pathname.so +-rwxr-xr-x root/root usr/lib/ruby/1.9/linux/psych.so -rwxr-xr-x root/root usr/lib/ruby/1.9/linux/pty.so drwxr-xr-x root/root usr/lib/ruby/1.9/linux/racc/ -rwxr-xr-x root/root usr/lib/ruby/1.9/linux/racc/cparse.so @@ -333,6 +334,44 @@ drwxr-xr-x root/root usr/lib/ruby/1.9/optparse/ -rw-r--r-- root/root usr/lib/ruby/1.9/profile.rb -rw-r--r-- root/root usr/lib/ruby/1.9/profiler.rb -rw-r--r-- root/root usr/lib/ruby/1.9/pstore.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych.rb +drwxr-xr-x root/root usr/lib/ruby/1.9/psych/ +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/coder.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/core_ext.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/deprecated.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/handler.rb +drwxr-xr-x root/root usr/lib/ruby/1.9/psych/handlers/ +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/handlers/document_stream.rb +drwxr-xr-x root/root usr/lib/ruby/1.9/psych/json/ +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/json/ruby_events.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/json/stream.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/json/tree_builder.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/json/yaml_events.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/nodes.rb +drwxr-xr-x root/root usr/lib/ruby/1.9/psych/nodes/ +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/nodes/alias.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/nodes/document.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/nodes/mapping.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/nodes/node.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/nodes/scalar.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/nodes/sequence.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/nodes/stream.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/omap.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/parser.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/scalar_scanner.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/set.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/stream.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/streaming.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/syntax_error.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/tree_builder.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/visitors.rb +drwxr-xr-x root/root usr/lib/ruby/1.9/psych/visitors/ +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/visitors/depth_first.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/visitors/emitter.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/visitors/json_tree.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/visitors/to_ruby.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/visitors/visitor.rb +-rw-r--r-- root/root usr/lib/ruby/1.9/psych/visitors/yaml_tree.rb drwxr-xr-x root/root usr/lib/ruby/1.9/racc/ -rw-r--r-- root/root usr/lib/ruby/1.9/racc/parser.rb -rw-r--r-- root/root usr/lib/ruby/1.9/rake.rb diff --git a/ruby/Pkgfile b/ruby/Pkgfile index e35244a..5ea1317 100644 --- a/ruby/Pkgfile +++ b/ruby/Pkgfile @@ -1,11 +1,11 @@ # Maintainer: Juergen Daubert, jue at crux dot nu # Description: Ruby interpreter # URL: http://www.ruby-lang.org -# Depends on: gdbm, ncurses, openssl, readline, zlib, libffi +# Depends on: gdbm ncurses openssl readline zlib libffi libyaml name=ruby version=1.9.3-p385 -release=1 +release=2 source=(ftp://ftp.ruby-lang.org/pub/$name/1.9/$name-$version.tar.bz2 \ $name-arch.patch)
participants (1)
-
crux@crux.nu