Created attachment 160147 [details] diff against 1.7.15 (previous) version Update to include 1.7.21 with confirmed fixes for issues in jnr-ffi subcomponent problem processing libc.so script. This effects many facets of JRuby including DRb with Unix Domain Sockets.
Created attachment 160295 [details] port 1.7.15 to 1.7.22
I'm getting the following warnings/errors: stage-qa: Warning: 'share/jruby/lib/jni/x86_64-FreeBSD/libjffi-1.2.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} check-plist: ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%JRUBY_HOME%%/lib/ruby/shared/digest/bubblebabble.rb Error: Orphaned: %%JRUBY_HOME%%/lib/ruby/shared/jopenssl22/openssl.rb Error: Orphaned: %%JRUBY_HOME%%/lib/ruby/shared/jopenssl22/openssl/bn.rb Error: Orphaned: %%JRUBY_HOME%%/lib/ruby/shared/jopenssl22/openssl/buffering.rb Error: Orphaned: %%JRUBY_HOME%%/lib/ruby/shared/jopenssl22/openssl/cipher.rb Error: Orphaned: %%JRUBY_HOME%%/lib/ruby/shared/jopenssl22/openssl/config.rb Error: Orphaned: %%JRUBY_HOME%%/lib/ruby/shared/jopenssl22/openssl/digest.rb Error: Orphaned: %%JRUBY_HOME%%/lib/ruby/shared/jopenssl22/openssl/ssl.rb Error: Orphaned: %%JRUBY_HOME%%/lib/ruby/shared/jopenssl22/openssl/x509.rb Personally I can cope with the warning, but at least the plist errors need fixing.
Created attachment 160801 [details] port 1.7.15 to 1.7.22 Fixes plist and unstripped library issue.
A commit references this bug: Author: mmoll Date: Mon Sep 7 15:09:16 UTC 2015 New revision: 396275 URL: https://svnweb.freebsd.org/changeset/ports/396275 Log: lang/jruby: update to 1.7.22 PR: 202519 Submitted by: Andrew Smith <iamasmith.home@gmail.com> Changes: head/lang/jruby/Makefile head/lang/jruby/distinfo head/lang/jruby/pkg-plist
commited, thanks!