Created attachment 164390 [details] file.diff Added dependency on libopenal.so (fix no sound) Fixed dependency on lwjgl-2.9.3 (Bug 205435)
Comment on attachment 164390 [details] file.diff The port has no maintainer, implicit approval of the patch.
A commit references this bug: Author: junovitch Date: Fri Dec 25 02:13:04 UTC 2015 New revision: 404400 URL: https://svnweb.freebsd.org/changeset/ports/404400 Log: games/minecraft-client: update dependencies - Add libopenal.so as a LIB_DEPENDS to resolve run time issue (no sound) - Update LWJGL lib dependency to 2.9.3 - Add NO_ARCH while here PR: 205436 Submitted by: Ilia Skalozubov <freebsd@skinc.ru> Changes: head/games/minecraft-client/Makefile head/games/minecraft-client/files/minecraft-runtime
Committed to go with bug 205435. Thanks! However, we can probably do this better. Can you submit another PR to fix all the hard coded '/usr/local' occurrences to %%PREFIX%% and do substitution on those scripts? Also does LWJGL_JLP_OVRD have to be defined in that shell script? Can we find it dynamically?