[Bug 196036] audio/tuxguitar: doesn't start

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 21 04:42:58 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196036

--- Comment #3 from Reuben Kebreau <rjk at openmailbox.org> ---
On lines 17 and 18 of /usr/local/bin/tuxguitar I found the following:

# We need this because FreeBSD's SWT lacks browser support
SWT_HACK="-Dos.name=linux"

TuxGuitar then attempts to launch with ${SWT_HACK} as an argument. As it turns
out, linux must be capitalized for Java to recognize the OS as Linux. However,
Java then goes looking for the LinuxFileSystemProvider class, which I assume is
not in FreeBSD's default OpenJDK 7 package/port. Changing the -Dos.name
variable
to "FreeBSD" instead of "linux" (or removing it altogether) seems to allow
TuxGuitar to start.

I don't know what that does for FreeBSD's SWT browser support, though.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list