CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2011/07/19 11:57:47
Modified files:
lang/jruby : Makefile distinfo
lang/jruby/patches: patch-bin_jruby_bash
patch-lib_ruby_site_ruby_shared_ffi_library_rb
patch-lib_ruby_site_ruby_shared_mkmf_rb
lang/jruby/pkg : PLIST
Added files:
lang/jruby/patches: patch-jruby-launcher_unixlauncher_cpp
Removed files:
lang/jruby/patches: patch-build_xml
patch-tool_nailgun_Makefile_in
Log message:
Update to 1.6.3. Make bin/jruby a compiled file instead of a bash
script, so it can now be used in shebang lines. Remove the
building of nailgun, since nailgun support is now part of the
jruby binary.
This requires patching the included jruby-launcher gem to make a
similar change we used to make to the jruby.bash script, to set the
JAVA_HOME environment so things work correctly.
Also, create the SITEARCHDIR directory by default.
OK jcs@