Index | Thread | Search

From:
Jeremy Evans <jeremy@openbsd.org>
Subject:
Re: jruby vs jdk updates
To:
Kurt Miller <kurt@intricatesoftware.com>, Theo Buehler <tb@theobuehler.org>, ports@openbsd.org
Date:
Mon, 2 Feb 2026 07:23:45 -0800

Download raw body.

Thread
On 02/02 03:18, Stuart Henderson wrote:
> Currently jruby.sh is not installed. The binary ${WRKBUILD}/bin/jruby is
> installed to /usr/local/bin/jruby.
> 
> Perhaps bin/jruby.sh should be installed to /usr/local/bin/jruby, and
> bin/jruby installed to /usr/local/jruby/bin/jruby (plus whatever patches
> are needed to use it). Should use INSTALL_PROGRAM for bin/jruby, not
> INSTALL_SCRIPT, too.

The reason we use a binary and not a shell script for
/usr/local/bin/jruby is that it can be used in shebang lines, and I
believe we don't support nested interpreters in shebang lines.