1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Upgrade to version 2.2.

This commit is contained in:
Ruslan Ermilov 2000-08-16 16:52:39 +00:00
parent e239ae8556
commit b4a64dae9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31689
7 changed files with 45 additions and 38 deletions

View File

@ -6,10 +6,10 @@
#
PORTNAME= fmsx
PORTVERSION= 1.5
PORTVERSION= 2.2
CATEGORIES= emulators
MASTER_SITES= http://www.komkon.org/fms/fMSX/
DISTNAME= fMSX
DISTNAME= fMSX22
EXTRACT_SUFX= .tar.Z
MAINTAINER= dk@farm.org
@ -22,14 +22,13 @@ WRKSRC= ${WRKDIR}/MSX
do-install:
${INSTALL_SCRIPT} ${FILESDIR}/fmsx ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/fmsx ${PREFIX}/bin/fmsx.bin
${INSTALL_PROGRAM} ${WRKSRC}/dasm ${PREFIX}/bin/fmsx-dasm
${INSTALL_PROGRAM} ${WRKSRC}/rddsk ${PREFIX}/bin/fmsx-rddsk
${INSTALL_PROGRAM} ${WRKSRC}/wrdsk ${PREFIX}/bin/fmsx-wrdsk
${MKDIR} ${PREFIX}/share/fmsx
${INSTALL_DATA} ${WRKSRC}/*.ROM ${WRKSRC}/*.FNT ${PREFIX}/share/fmsx
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/fmsx
${INSTALL_DATA} ${WRKSRC}/*.doc ${PREFIX}/share/doc/fmsx
${INSTALL_DATA} ${WRKSRC}/*.html ${PREFIX}/share/doc/fmsx
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (fMSX.tar.Z) = 484f2a25f2c9c1b7a87d76e6a1ab9e4c
MD5 (fMSX22.tar.Z) = 15f9e0d4cd28f16d9de81f75cfd63ce4

View File

@ -1,4 +1,3 @@
#!/bin/sh
cd /usr/local/share/fmsx || { echo "cannot cd to /usr/local/share/fmsx" ; exit 1; }
exec /usr/local/bin/fmsx.bin $@
exec /usr/local/bin/fmsx.bin -home /usr/local/share/fmsx "$@"

View File

@ -1,13 +1,15 @@
--- Makefile.orig Wed Jul 3 00:49:39 1996
+++ Makefile Mon Feb 24 14:20:26 1997
@@ -34,8 +34,8 @@
--- Makefile.orig Thu Aug 3 20:23:33 2000
+++ Makefile Wed Aug 16 17:24:53 2000
@@ -44,10 +44,10 @@
# change the -L/usr/X11R6/lib to the directory where X11
# libraries libX11.* and libXext.* are located on your system.
CC = gcc
-DEFINES = -DUNIX -DLSB_FIRST -DDEBUG -DMITSHM -DSOUND
-CFLAGS = -O2 -I/usr/X11/include -L/usr/X11/lib ${DEFINES}
+DEFINES = -DUNIX -DLSB_FIRST -DMITSHM -DSOUND #-DBEBUG
+CFLAGS = -O2 -I${X11BASE}/include -L${X11BASE}/lib ${DEFINES}
OBJECTS = fMSX.o MSX.o Z80.o Debug.o Unix.o Sound.o
-DEFINES = -DFMSX -DUNIX -DLSB_FIRST -DDEBUG -DMITSHM \
+DEFINES = -DFMSX -DUNIX -DLSB_FIRST -DMITSHM \
-DDISK -DNARROW -DSOUND -DBPP16
CFLAGS = -O3 -fomit-frame-pointer \
- -I/usr/X11/include -L/usr/X11/lib ${DEFINES}
+ -I${X11BASE}/include -L${X11BASE}/lib ${DEFINES}
OBJECTS = fMSX.o MSX.o Z80.o AY8910.o SCC.o V9938.o Patch.o Debug.o \
Disk.o Unix.o LibUnix.o SndUnix.o MIDI.o
# Make the standard distribution: fMSX and DASM.

View File

@ -0,0 +1,21 @@
--- Unix.c.orig Thu Aug 3 20:10:32 2000
+++ Unix.c Wed Aug 16 16:14:50 2000
@@ -309,12 +309,16 @@
}
break;
- case XK_F9:
+ case XK_F6:
if(Control) AutoFire=!AutoFire;
break;
- case XK_F10:
+ case XK_F9:
if(Control) UseFont=UseFont? 0:FontBuf? 1:0;
+ break;
+
+ case XK_F10:
+ if(Control) LogSnd=!LogSnd;
break;
case XK_F12: ExitNow=1;break;

View File

@ -1,23 +1,6 @@
******* fMSX *******
The Portable MSX/MSX2/MSX2+ Emulator
version 1.5
by Marat Fayzullin
email: fms@freeflight.com
IRC: RST38h
WWW: http://www.freeflight.com/fms/
* NEW IN THIS VERSION *
o More stable split screen (Zanac-Ex no longer blinks)
o RAM mapper fixed *again* (Designer+ works now)
o V9938 SRCH command fixed
o MSXDOS2.ROM support
o PAINTER.ROM support
o FMPAC.ROM support
o .PSG file format is updated
o Serial port support is *not* yet implemented.
version 2.2
by Marat Fayzullin <fms@cs.umd.edu>
WWW: http://www.komkon.org/fms/fMSX/

View File

@ -1,15 +1,18 @@
bin/fmsx
bin/fmsx.bin
bin/fmsx-dasm
bin/fmsx-rddsk
bin/fmsx-wrdsk
share/fmsx/CMOS.ROM
share/fmsx/CYRILLIC.FNT
share/fmsx/DISK.ROM
share/fmsx/ITALIC.FNT
share/fmsx/KANJI.ROM
share/fmsx/MSX.ROM
share/fmsx/MSX2.ROM
share/fmsx/MSX2EXT.ROM
share/fmsx/MSX2P.ROM
share/fmsx/MSX2PEXT.ROM
share/doc/fmsx/fMSX.doc
share/fmsx/PAINTER.ROM
@dirrm share/fmsx
share/doc/fmsx/fMSX.html
@dirrm share/doc/fmsx