Hi,
Here's a diff to update fnaify to 1.2. Portswise the update is trivial (just a
version bump). The main change to fnaify is that it sets up looking for
some fnaify-specific helper libraries in $LOCALBASE/share/fnaify-libs. This
will help running a few more games without much manual compiling/setup.
Examples are the games Atom Zombie Smasher and MidBoss that run with a custom
engine library (libatomstb) and a custom version of SDL_image, respectively.
In addition, some games with outdated bundled FNA/MonoGame framework files can
run by dropping in a recent version of those libraries. Examples include the
games Apotheon, Wizorb, and Wyv & Keep.
Otherwise, the handling of some special cases has been improved, and some
cleanup and portability fixes have been applied.
ok?
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/fnaify/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile 27 Sep 2018 17:08:44 -0000 1.2
+++ Makefile 27 Jan 2019 09:07:25 -0000
@@ -4,7 +4,7 @@
ONLY_FOR_ARCHS = ${MONO_ARCHS}
COMMENT = script to configure FNA games to run on OpenBSD
-DISTNAME = fnaify-1.1
+DISTNAME = fnaify-1.2
CATEGORIES = games
HOMEPAGE = https://www.PlayOnBSD.com
@@ -15,7 +15,7 @@ PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = https://mirrors.nycbug.org/pub/distfiles/
-# it may be possible to drop audio/openal and a few others when FACT update
+# it may be possible to drop audio/openal and a few others when FAudio
# has been disseminated to all FNA games
RUN_DEPENDS = audio/libogg \
audio/libvorbis \
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/fnaify/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo 27 Sep 2018 17:08:44 -0000 1.2
+++ distinfo 27 Jan 2019 09:07:25 -0000
@@ -1,2 +1,2 @@
-SHA256 (fnaify-1.1.tar.gz) = Ks9HtnSnQWWEnnaKEKQZg8srZCW5ws3Gw7QoPNjbXhc=
-SIZE (fnaify-1.1.tar.gz) = 7349
+SHA256 (fnaify-1.2.tar.gz) = eY8pIUd7YKQaR61hJ0d/7woqpgCpJ7ifzaOt3QfDMB4=
+SIZE (fnaify-1.2.tar.gz) = 8188