update to fnaify 2.2

includes dllmap entries for mono 6
add dllmap for libcestub for Little Racers STREET
This commit is contained in:
thfr 2020-04-12 13:37:32 +00:00
parent 6c0f5c88c6
commit 1503ae484e
3 changed files with 10 additions and 6 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2019/12/08 17:02:33 thfr Exp $
# $OpenBSD: Makefile,v 1.8 2020/04/12 13:37:32 thfr Exp $
# Don't bother on non-mono archs.
ONLY_FOR_ARCHS = ${MONO_ARCHS}
V = 2.1
V = 2.2
COMMENT = run FNA/XNA games on OpenBSD
DISTNAME = fnaify-${V}
CATEGORIES = games

View File

@ -1,2 +1,2 @@
SHA256 (fnaify-2.1.tar.gz) = wYzdnplrK3U+5rqeL0a1iXrsBokAdUAlA9xx4UbDNQk=
SIZE (fnaify-2.1.tar.gz) = 14314
SHA256 (fnaify-2.2.tar.gz) = tuFxoKa+YH/e74mOVBZErcSmMw7OPx8xQnlR8PreM8Y=
SIZE (fnaify-2.2.tar.gz) = 14469

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-Makefile,v 1.1 2019/12/08 17:02:33 thfr Exp $
$OpenBSD: patch-Makefile,v 1.2 2020/04/12 13:37:32 thfr Exp $
remove DESTDIR var
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -2,14 +2,14 @@ PREFIX ?= /usr/local
@@ -2,16 +2,16 @@ PREFIX ?= /usr/local
.PHONY: install
install:
@ -23,5 +23,9 @@ Index: Makefile
.PHONY: uninstall
uninstall:
- rm -f $(DESTDIR)$(PREFIX)/bin/fnaify
- rm -f $(DESTDIR)$(PREFIX)/share/fnaify/fnaify.dllmap.config
- rm -f $(DESTDIR)$(PREFIX)/man/man1/fnaify.1
+ rm -f $(PREFIX)/share/fnaify/fnaify.dllmap.config
+ rm -f $(PREFIX)/share/fnaify/fnaify.dllmap.config
+ rm -f $(PREFIX)/man/man1/fnaify.1