mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Update 2.8.1 -> 2.9.0:
Sports native FreeBSD joystick and audio support (both untested) and bugfixes.
This commit is contained in:
parent
e8b984175a
commit
a92faf39db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19714
@ -3,10 +3,10 @@
|
||||
# Date created: 13 Nov 1997
|
||||
# Whom: Sheldon Hearn <axl@iafrica.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.10 1999/05/09 14:15:00 flathill Exp $
|
||||
# $Id: Makefile,v 1.11 1999/06/21 11:06:58 sheldonh Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xzx-2.8.1
|
||||
DISTNAME= xzx-2.9.0
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= system/emulators/zx
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xzx-2.8.1.tar.gz) = 87864e1cfb1bd45a234c88d94b7ea222
|
||||
MD5 (xzx-2.9.0.tar.gz) = def36d1127bef68a363f4e98cb1d31d1
|
||||
|
@ -2,19 +2,24 @@ Put documentation in share/doc/xzx instead of lib/xzx:
|
||||
|
||||
--- doc/Makefile.in.orig Fri Oct 9 13:20:18 1998
|
||||
+++ doc/Makefile.in Fri Oct 9 13:34:32 1998
|
||||
@@ -47,4 +47,5 @@
|
||||
@@ -52,6 +52,7 @@
|
||||
sysconfdir = @sysconfdir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
localstatedir = @localstatedir@
|
||||
+docdir = $(datadir)/doc
|
||||
libdir = @libdir@
|
||||
infodir = @infodir@
|
||||
@@ -54,4 +55,5 @@
|
||||
mandir = @mandir@
|
||||
@@ -61,6 +62,7 @@
|
||||
DESTDIR =
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
+pkgdocdir = $(docdir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
@@ -215,7 +217,7 @@
|
||||
|
||||
@@ -260,9 +262,9 @@
|
||||
sed -e "s,/usr/local/lib/xzx,$(pkglibdir)," < Xzx.ad > Xzx
|
||||
|
||||
install-data-local: Xzx
|
||||
- $(mkinstalldirs) $(pkglibdir)
|
||||
@ -24,3 +29,4 @@ Put documentation in share/doc/xzx instead of lib/xzx:
|
||||
+ $(INSTALL_DATA) $$f $(pkgdocdir); \
|
||||
done
|
||||
$(INSTALL_DATA) Xzx @XAPPLOADDIR@/Xzx
|
||||
rm -f Xzx
|
||||
|
11
emulators/xzx/files/patch-ac
Normal file
11
emulators/xzx/files/patch-ac
Normal file
@ -0,0 +1,11 @@
|
||||
--- config.h.in.orig Tue May 11 21:14:07 1999
|
||||
+++ config.h.in Wed Jun 23 15:13:01 1999
|
||||
@@ -69,7 +69,7 @@
|
||||
#define XZX_PLUS3
|
||||
|
||||
/* Define this for Pentagon emulation support. */
|
||||
-#define XZX_PENTAGON
|
||||
+#undef XZX_PENTAGON
|
||||
|
||||
/* Define this for Scorpion emulation support. */
|
||||
#undef XZX_SCORPION
|
Loading…
Reference in New Issue
Block a user