View | Details | Raw Unified | Return to bug 128559
Collapse All | Expand All

(-)sdlmess/Makefile (-18 / +38 lines)
Lines 6-51 Link Here
6
#
6
#
7
7
8
PORTNAME=	sdlmess
8
PORTNAME=	sdlmess
9
PORTVERSION=	0.124
9
PORTVERSION=	0.130
10
CATEGORIES=	emulators
10
CATEGORIES=	emulators
11
MASTER_SITES=	ftp://ftp.alepulver.com.ar/distfiles/
11
MASTER_SITES=	ftp://ftp.arcadebsd.org/pub/FreeBSD/ports/distfiles/ \
12
		http://rbelmont.mameworld.info/
12
DISTNAME=	${PORTNAME}${PORTVERSION:S/.//}
13
DISTNAME=	${PORTNAME}${PORTVERSION:S/.//}
13
14
14
MAINTAINER=	alepulver@FreeBSD.org
15
MAINTAINER=	elbarto@ArcadeBSD.org
15
COMMENT=	SDL port of MESS (Multiple Emulator Super System)
16
COMMENT=	SDL port of the popular MESS (Multiple Emulator Super System)
16
17
18
FETCH_ENV=	HTTP_USER_AGENT=defined
17
USE_ZIP=	yes
19
USE_ZIP=	yes
18
USE_GL=		gl
19
USE_XORG=	xext xrender xinerama xi
20
USE_XORG=	xext xrender xinerama xi
21
USE_GL=		gl
22
USE_GNOME?=	gtk20 gconf2
20
USE_GMAKE=	yes
23
USE_GMAKE=	yes
24
MAKE_ENV=	PTHREAD_LIBS="${PTHREAD_LIBS}"
21
USE_SDL=	sdl
25
USE_SDL=	sdl
22
MAKEFILE=	makefile.sdl
26
MAKEFILE=	makefile.sdl
27
ONLY_FOR_ARCH=	i386 amd64
28
SUB_FILES=	pkg-message
23
29
24
SUB_FILES=	${PORTNAME} pkg-message
30
OPTIONS=	DEBUG "Build sdlmess debugger" off
25
31
26
.include <bsd.port.pre.mk>
32
.include <bsd.port.pre.mk>
27
33
28
.if ${ARCH} == "sparc64"
34
.if defined(WITH_DEBUG)
29
BROKEN=		Does not compile on sparc64
35
EXTRA_PATCHES+=		${FILESDIR}/sdl.mak.patch-debug
36
.else
37
USE_GNOME=		#
38
EXTRA_PATCHES+=		${FILESDIR}/sdl.mak.patch
39
.endif
40
41
.if ${ARCH} == "amd64"
42
MAKE_ENV+=	PTR64=1
30
.endif
43
.endif
31
44
45
post-patch:
46
	@${REINPLACE_CMD} -e "s|ui.bdf|${DATADIR}/ui.bdf|g" ${WRKSRC}/src/emu/ui.c
47
32
do-install:
48
do-install:
33
	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
49
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
34
	${MKDIR} ${PREFIX}/libexec/sdlmess
50
	${MKDIR} ${PREFIX}/libexec/sdlmess
35
.for f in obj/sdl/mess/build/file2str obj/sdl/mess/build/png2bdc mess \
51
	${INSTALL_PROGRAM} ${WRKSRC}/chdman ${PREFIX}/libexec/sdlmess
36
	testkeys dat2html messtest imgtool romcmp chdman jedutil makemeta \
52
	${INSTALL_PROGRAM} ${WRKSRC}/ldresample ${PREFIX}/libexec/sdlmess
37
	regrep srcclean src2html
53
	${INSTALL_PROGRAM} ${WRKSRC}/ldverify ${PREFIX}/libexec/sdlmess
38
	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/libexec/sdlmess
54
	${INSTALL_PROGRAM} ${WRKSRC}/testkeys ${PREFIX}/libexec/sdlmess
39
.endfor
55
	${INSTALL_PROGRAM} ${WRKSRC}/imgtool ${PREFIX}/libexec/sdlmess
40
	${MKDIR} ${DATADIR}
56
	${INSTALL_PROGRAM} ${WRKSRC}/jedutil ${PREFIX}/libexec/sdlmess
41
.for f in artwork hash keymaps sysinfo.dat
42
	${CP} -R ${WRKSRC}/${f} ${DATADIR}
43
.endfor
44
.if !defined(NOPORTDOCS)
57
.if !defined(NOPORTDOCS)
45
	${MKDIR} ${DOCSDIR}
58
	${MKDIR} ${DOCSDIR}
46
	${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR}
59
	${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR}
47
	${CP} -R ${WRKSRC}/docs ${DOCSDIR}
60
	${CP} -R ${WRKSRC}/docs ${DOCSDIR}
48
.endif
61
.endif
62
	${MKDIR} ${DATADIR}
63
	${CP} ${WRKSRC}/ui.bdf ${DATADIR}/
64
	${CP} -R ${WRKSRC}/keymaps ${DATADIR}/
65
	${CP} -R ${WRKSRC}/hash ${DATADIR}/
66
	${CP} -R ${WRKSRC}/artwork ${DATADIR}/
67
	${MKDIR} ${EXAMPLESDIR}
68
	${CP} ${FILESDIR}/mess.ini ${EXAMPLESDIR}
49
69
50
post-install:
70
post-install:
51
	@${ECHO_CMD}
71
	@${ECHO_CMD}
(-)sdlmess/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (sdlmess0124.zip) = a727c374da2b72c21e7373fb95de4472
1
MD5 (sdlmess0130.zip) = 31767c04dd3b1ee9e8c8ffe603928e7a
2
SHA256 (sdlmess0124.zip) = a1dc328f66c2818f0ac5deea74a57501310ea354f0683576333c0868537c9caa
2
SHA256 (sdlmess0130.zip) = f8bafa155daa6cc435118e44ca9158f3dd1555b7c0c30e9671908014fc76192f
3
SIZE (sdlmess0124.zip) = 29192593
3
SIZE (sdlmess0130.zip) = 31636461
(-)sdlmess/files/mess.ini (+270 lines)
Line 0 Link Here
1
<UNADORNED0>              
2
3
#
4
# CORE CONFIGURATION OPTIONS
5
#
6
readconfig                1
7
8
#
9
# CORE SEARCH PATH OPTIONS
10
#
11
rompath                   $HOME/.mess/roms
12
hashpath                  $HOME/.mess/hash;/usr/local/share/sdlmess/hash/
13
samplepath                $HOME/.mess/samples
14
artpath                   $HOME/.mess/artwork;/usr/local/share/sdlmess/artwork/
15
ctrlrpath                 $HOME/.mess/ctrlr
16
inipath                   $HOME/.mess;.;ini
17
fontpath                  $HOME/.mess/font;/usr/local/share/sdlmess/
18
cheatpath                 $HOME/.mess/cheat
19
20
#
21
# CORE OUTPUT DIRECTORY OPTIONS
22
#
23
cfg_directory             $HOME/.mess/cfg
24
nvram_directory           $HOME/.mess/nvram
25
memcard_directory         $HOME/.mess/memcard
26
input_directory           $HOME/.mess/inp
27
state_directory           $HOME/.mess/sta
28
snapshot_directory        $HOME/.mess/snap
29
diff_directory            $HOME/.mess/diff
30
comment_directory         $HOME/.mess/comments
31
32
#
33
# CORE STATE/PLAYBACK OPTIONS
34
#
35
state                     
36
autosave                  0
37
playback                  
38
record                    
39
mngwrite                  
40
aviwrite                  
41
wavwrite                  
42
snapname                  %g/%i
43
snapsize                  auto
44
snapview                  internal
45
46
#
47
# CORE PERFORMANCE OPTIONS
48
#
49
autoframeskip             0
50
frameskip                 0
51
seconds_to_run            0
52
throttle                  1
53
sleep                     1
54
speed                     1.0
55
refreshspeed              0
56
57
#
58
# CORE ROTATION OPTIONS
59
#
60
rotate                    1
61
ror                       0
62
rol                       0
63
autoror                   0
64
autorol                   0
65
flipx                     0
66
flipy                     0
67
68
#
69
# CORE ARTWORK OPTIONS
70
#
71
artwork_crop              0
72
use_backdrops             1
73
use_overlays              1
74
use_bezels                1
75
76
#
77
# CORE SCREEN OPTIONS
78
#
79
brightness                1.0
80
contrast                  1.0
81
gamma                     1.0
82
pause_brightness          0.65
83
84
#
85
# CORE VECTOR OPTIONS
86
#
87
antialias                 1
88
beam                      1.0
89
flicker                   0
90
91
#
92
# CORE SOUND OPTIONS
93
#
94
sound                     1
95
samplerate                48000
96
samples                   1
97
volume                    0
98
99
#
100
# CORE INPUT OPTIONS
101
#
102
coin_lockout              1
103
ctrlr                     
104
mouse                     0
105
joystick                  1
106
lightgun                  0
107
multikeyboard             0
108
multimouse                0
109
steadykey                 0
110
offscreen_reload          0
111
joystick_map              auto
112
joystick_deadzone         0.3
113
joystick_saturation       0.85
114
115
#
116
# CORE INPUT AUTOMATIC ENABLE OPTIONS
117
#
118
paddle_device             keyboard
119
adstick_device            keyboard
120
pedal_device              keyboard
121
dial_device               keyboard
122
trackball_device          keyboard
123
lightgun_device           keyboard
124
positional_device         keyboard
125
mouse_device              mouse
126
127
#
128
# CORE DEBUGGING OPTIONS
129
#
130
log                       0
131
verbose                   0
132
update_in_pause           0
133
debug                     0
134
debugscript               
135
136
#
137
# CORE MISC OPTIONS
138
#
139
bios                      
140
cheat                     0
141
skip_gameinfo             0
142
143
#
144
# DEBUGGING OPTIONS
145
#
146
oslog                     0
147
148
#
149
# PERFORMANCE OPTIONS
150
#
151
multithreading            0
152
sdlvideofps               0
153
154
#
155
# VIDEO OPTIONS
156
#
157
video                     soft
158
numscreens                1
159
window                    0
160
maximize                  1
161
keepaspect                1
162
unevenstretch             1
163
effect                    none
164
centerh                   1
165
centerv                   1
166
waitvsync                 0
167
scalemode                 none
168
169
#
170
# OpenGL-SPECIFIC OPTIONS
171
#
172
filter                    1
173
prescale                  1
174
gl_forcepow2texture       0
175
gl_notexturerect          0
176
gl_vbo                    1
177
gl_pbo                    1
178
gl_glsl                   0
179
gl_glsl_filter            1
180
glsl_shader_mame0         none
181
glsl_shader_mame1         none
182
glsl_shader_mame2         none
183
glsl_shader_mame3         none
184
glsl_shader_mame4         none
185
glsl_shader_mame5         none
186
glsl_shader_mame6         none
187
glsl_shader_mame7         none
188
glsl_shader_mame8         none
189
glsl_shader_mame9         none
190
glsl_shader_screen0       none
191
glsl_shader_screen1       none
192
glsl_shader_screen2       none
193
glsl_shader_screen3       none
194
glsl_shader_screen4       none
195
glsl_shader_screen5       none
196
glsl_shader_screen6       none
197
glsl_shader_screen7       none
198
glsl_shader_screen8       none
199
glsl_shader_screen9       none
200
gl_glsl_vid_attr          1
201
202
#
203
# PER-WINDOW VIDEO OPTIONS
204
#
205
screen                    auto
206
aspect                    auto
207
resolution                auto
208
view                      auto
209
screen0                   auto
210
aspect0                   auto
211
resolution0               auto
212
view0                     auto
213
screen1                   auto
214
aspect1                   auto
215
resolution1               auto
216
view1                     auto
217
screen2                   auto
218
aspect2                   auto
219
resolution2               auto
220
view2                     auto
221
screen3                   auto
222
aspect3                   auto
223
resolution3               auto
224
view3                     auto
225
226
#
227
# FULL SCREEN OPTIONS
228
#
229
switchres                 0
230
useallheads               0
231
232
#
233
# SOUND OPTIONS
234
#
235
audio_latency             3
236
237
#
238
# SDL KEYBOARD MAPPING
239
#
240
keymap                    0
241
keymap_file               keymap.dat
242
uimodekey                 ITEM_ID_SCRLOCK
243
244
#
245
# SDL JOYSTICK MAPPING
246
#
247
joy_idx1                  auto
248
joy_idx2                  auto
249
joy_idx3                  auto
250
joy_idx4                  auto
251
joy_idx5                  auto
252
joy_idx6                  auto
253
joy_idx7                  auto
254
joy_idx8                  auto
255
sixaxis                   0
256
257
#
258
# SDL LOWLEVEL DRIVER OPTIONS
259
#
260
videodriver               auto
261
audiodriver               auto
262
gl_lib                    auto
263
264
#
265
# MESS SPECIFIC OPTIONS
266
#
267
ramsize                   
268
writeconfig               0
269
skip_warnings             0
270
natural                   0
(-)sdlmess/files/patch-makefile.sdl (-63 / +29 lines)
Lines 1-83 Link Here
1
--- ./makefile.sdl.orig	2008-03-26 20:35:31.000000000 -0300
1
--- makefile.sdl.orig	2009-03-16 00:42:44.000000000 +0100
2
+++ ./makefile.sdl	2008-04-21 16:26:24.000000000 -0300
2
+++ makefile.sdl	2009-03-16 00:44:20.000000000 +0100
3
@@ -104,11 +104,13 @@
3
@@ -59,7 +59,7 @@
4
 # uncomment next line to include the internal profiler
4
 ifeq ($(OSD),windows)
5
 # PROFILER = 1
5
 TARGETOS = win32
6
 
6
 else
7
+ifeq ($(ARCH),i386)
7
-TARGETOS = unix
8
 # uncomment next line to use DRC MIPS3 engine
8
+TARGETOS = freebsd
9
 X86_MIPS3_DRC = 1
9
 endif
10
 
10
 endif
11
 # uncomment next line to use DRC PowerPC engine
12
 X86_PPC_DRC = 1
13
+endif
14
 
11
 
15
 # uncomment next line to build using unix-style libsdl on Mac OS X
12
@@ -70,7 +70,7 @@
16
 # (vs. the native framework port).  Normal users should not enable this.
17
@@ -121,7 +123,9 @@
18
 #-------------------------------------------------
13
 #-------------------------------------------------
19
 
14
 
20
 # uncomment next line if you are building for a 64-bit target
15
 # uncomment and specify prefix to be added to the name
21
-# PTR64 = 1
16
-# PREFIX =
22
+ifeq ($(ARCH),amd64)
17
+PREFIX = sdl
23
+PTR64 = 1
18
 
24
+endif
19
 # uncomment and specify suffix to be added to the name
25
 
20
 # SUFFIX =
26
 # uncomment next line if you are building for a big-endian target
21
@@ -197,8 +197,8 @@
27
 # BIGENDIAN = 1
28
@@ -198,8 +202,8 @@
29
 
22
 
30
 # compiler, linker and utilities
23
 # compiler, linker and utilities
31
 AR = @ar
24
 AR = @ar
32
-CC = @gcc
25
-CC = @gcc
33
-LD = @gcc
26
-LD = @gcc
34
+CC := @$(CC)
27
+CC := @$(CC)
35
+LD := @$(CC)
28
+LD = @$(CC)
36
 MD = -mkdir$(EXE)
29
 MD = -mkdir$(EXE)
37
 RM = @rm -f
30
 RM = @rm -f
38
 
31
 
39
@@ -223,7 +227,7 @@
32
@@ -337,7 +337,7 @@
40
 endif
41
 
42
 # fullname is prefix+name+suffix+debugsuffix
43
-FULLNAME = $(PREFIX)$(NAME)$(SUFFIX)$(DEBUGSUFFIX)
44
+FULLNAME = $(NAME)
45
 
46
 # add an EXE suffix to get the final emulator name
47
 EMULATOR = $(FULLNAME)$(EXE)
48
@@ -293,7 +297,7 @@
49
 #-------------------------------------------------
50
 
51
 # we compile to C89 standard with GNU extensions
52
-CFLAGS = -std=gnu89
53
+CFLAGS += -std=gnu89
54
 
55
 # this speeds it up a bit by piping between the preprocessor/compiler/assembler
56
 CFLAGS += -pipe
57
@@ -331,9 +335,6 @@
58
 # and make all errors into warnings
33
 # and make all errors into warnings
59
 ifneq ($(OPTIMIZE),0)
34
 ifneq ($(OPTIMIZE),0)
60
 CFLAGS += $(ARCHOPTS) -fno-strict-aliasing
35
 ifneq ($(TARGETOS),os2)
61
-ifneq ($(TARGETOS),os2)
36
-CCOMFLAGS += -Werror -fno-strict-aliasing $(ARCHOPTS)
62
-CFLAGS += -Werror
37
+CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
63
-endif
38
 else
39
 CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
64
 endif
40
 endif
65
 
41
@@ -392,7 +392,7 @@
66
 # if symbols are on, make sure we have frame pointers
67
@@ -358,6 +359,7 @@
68
 	-I$(SRC)/lib/util \
69
 	-I$(SRC)/osd \
70
 	-I$(SRC)/osd/$(OSD) \
71
+        -I$(LOCALBASE)/include
72
 
73
 
74
 
75
@@ -370,7 +372,7 @@
76
 LDFLAGS =
77
 ifneq ($(TARGETOS),macosx)
42
 ifneq ($(TARGETOS),macosx)
78
 ifneq ($(TARGETOS),os2)
43
 ifneq ($(TARGETOS),os2)
44
 ifneq ($(TARGETOS),solaris)
79
-LDFLAGS = -Wl,--warn-common
45
-LDFLAGS = -Wl,--warn-common
80
+LDFLAGS = -Wl,--warn-common -L$(LOCALBASE)/lib
46
+LDFLAGS = -Wl,--warn-common $(PTHREAD_LIBS) -L$(LOCALBASE)/lib
47
 endif
81
 endif
48
 endif
82
 endif
49
 endif
83
 LDFLAGSEMULATOR =
(-)sdlmess/files/pkg-message.in (-6 / +6 lines)
Lines 2-13 Link Here
2
2
3
SDLMESS has been installed.
3
SDLMESS has been installed.
4
4
5
The MESS tools are installed in "%%PREFIX%%/libexec/sdlmess"
5
A example configuration file has been installed in "%%EXAMPLESDIR%%/mess.ini"
6
to avoid conflicting with other MESS ports.
6
Should you create a "~/.mess" directory and place it here or
7
launch "sdlmess -createconfig" and place the mess.ini created instead.
7
8
8
A wrapper script "sdlmess" has been installed. It creates a "~/.sdlmess"
9
If you have a non-qwerty keyboard, you should put in your mame.ini :
9
directory mirroring the directory tree under "%%DATADIR%%"
10
keymap 	    1
10
when you run it for the first time, and starts the program from there. So
11
keymap_file %%DATADIR%%/keymaps/km-XX.txt
11
place all MESS files (e.g. ROMs, cheats, etc.) in "~/.sdlmess".
12
12
13
==============================================================================
13
==============================================================================
(-)sdlmess/files/sdl.mak.patch (+17 lines)
Line 0 Link Here
1
--- src/osd/sdl/sdl.mak.orig	2009-03-05 20:03:50.000000000 +0100
2
+++ src/osd/sdl/sdl.mak	2009-03-05 20:06:22.000000000 +0100
3
@@ -264,10 +264,10 @@
4
 # the new debugger relies on GTK+ in addition to the base SDLMAME needs
5
 # Non-X11 builds can not use the debugger
6
 ifndef NO_X11
7
-OSDCOREOBJS += $(SDLOBJ)/debugwin.o $(SDLOBJ)/dview.o $(SDLOBJ)/debug-sup.o $(SDLOBJ)/debug-intf.o
8
-CFLAGS += `pkg-config --cflags gtk+-2.0` `pkg-config --cflags gconf-2.0` 
9
-LIBS += `pkg-config --libs gtk+-2.0` `pkg-config --libs gconf-2.0`
10
-CFLAGS += -DGTK_DISABLE_DEPRECATED
11
+OSDCOREOBJS += $(SDLOBJ)/debugwin.o
12
+#CFLAGS += `pkg-config --cflags gtk+-2.0` `pkg-config --cflags gconf-2.0` 
13
+#LIBS += `pkg-config --libs gtk+-2.0` `pkg-config --libs gconf-2.0`
14
+#CFLAGS += -DGTK_DISABLE_DEPRECATED
15
 else
16
 OSDCOREOBJS += $(SDLOBJ)/debugwin.o
17
 endif # NO_X11
(-)sdlmess/files/sdlmess.in (-16 lines)
Lines 1-16 Link Here
1
#!/bin/sh
2
#
3
# The executable needs to be run from its data directory, and needs to store
4
# configuration in it. We therefore mirror the data directory hierarchy in
5
# ~/.sdlmess, and create symlinks to the data files.
6
#
7
8
if [ ! -d ~/.sdlmess ]
9
then
10
	cd %%DATADIR%% || exit 1
11
	find * -type d -exec mkdir -p ~/.sdlmess/{} \;
12
	find * -type f -exec ln -s %%DATADIR%%/{} ~/.sdlmess/{} \; 2>/dev/null
13
fi
14
15
cd ~/.sdlmess || exit 1
16
exec %%PREFIX%%/libexec/sdlmess/mess "$@"
(-)sdlmess/pkg-descr (-8 / +8 lines)
Lines 1-17 Link Here
1
SDLMESS is a port of the popular MESS. There are a few principles that guide
1
SDLMAME is a port of the popular MAME. There are a few principles that guide
2
it's development:
2
it's development:
3
3
4
1) Run on Linux/Unix, Mac OS X, and other SDL supported operating systems with
4
1) Run on Linux/Unix, Mac OS X, and other SDL supported operating systems with
5
   as few changes as possible to the base Win32 code. This means we can track
5
   as few changes as possible to the base Win32 code. This means we can track
6
   changes faster than larger more conventional ports, and we also maintain
6
   changes faster than larger more conventional ports such as MacMAME, and we
7
   what I call "Firefox compatibilty" where learning a major app only needs to
7
   also maintain what I call "Firefox compatibilty" where learning a major app
8
   be done once per application, and it then applies across many operating
8
   only needs to be done once per application, and it then applies across many
9
   systems. If you can use the command-line Win32 MESS, you already know how
9
   operating systems. If you can use the command-line Win32 MAME, you already
10
   to use SDLMESS on any platform you may encounter it on.
10
   know how to use SDLMAME on any platform you may encounter it on.
11
11
12
2) MESS developers are important. By keeping quickly up to date, we make it
12
2) MAME developers are important. By keeping quickly up to date, we make it
13
   easy for people on non-Windows platforms to make and submit changes to the
13
   easy for people on non-Windows platforms to make and submit changes to the
14
   core MESS code, and we offer native implementations of MESS's multi-window
14
   core MAME code, and we offer native implementations of MAME's multi-window
15
   GUI debugger on both Linux/Unix and Mac OS X.
15
   GUI debugger on both Linux/Unix and Mac OS X.
16
16
17
WWW: http://rbelmont.mameworld.info/?page_id=163
17
WWW: http://rbelmont.mameworld.info/?page_id=163
(-)sdlmess/pkg-plist (-29 / +40 lines)
Lines 1-56 Link Here
1
bin/sdlmess
1
bin/sdlmess
2
libexec/sdlmess/chdman
2
libexec/sdlmess/chdman
3
libexec/sdlmess/dat2html
3
libexec/sdlmess/ldresample
4
libexec/sdlmess/file2str
4
libexec/sdlmess/ldverify
5
libexec/sdlmess/png2bdc
5
libexec/sdlmess/testkeys
6
libexec/sdlmess/imgtool
6
libexec/sdlmess/imgtool
7
libexec/sdlmess/jedutil
7
libexec/sdlmess/jedutil
8
libexec/sdlmess/makemeta
9
libexec/sdlmess/mess
10
libexec/sdlmess/messtest
11
libexec/sdlmess/regrep
12
libexec/sdlmess/romcmp
13
libexec/sdlmess/srcclean
14
libexec/sdlmess/src2html
15
libexec/sdlmess/testkeys
16
%%PORTDOCS%%%%DOCSDIR%%/SDLMESS.txt
8
%%PORTDOCS%%%%DOCSDIR%%/SDLMESS.txt
17
%%PORTDOCS%%%%DOCSDIR%%/whatsnew.txt
9
%%PORTDOCS%%%%DOCSDIR%%/whatsnew.txt
10
%%PORTDOCS%%%%DOCSDIR%%/docs/config.txt
18
%%PORTDOCS%%%%DOCSDIR%%/docs/credits.htm
11
%%PORTDOCS%%%%DOCSDIR%%/docs/credits.htm
19
%%PORTDOCS%%%%DOCSDIR%%/docs/faq.htm
12
%%PORTDOCS%%%%DOCSDIR%%/docs/faq.htm
20
%%PORTDOCS%%%%DOCSDIR%%/docs/images/logo.gif
21
%%PORTDOCS%%%%DOCSDIR%%/docs/imgtool.txt
13
%%PORTDOCS%%%%DOCSDIR%%/docs/imgtool.txt
22
%%PORTDOCS%%%%DOCSDIR%%/docs/license.txt
14
%%PORTDOCS%%%%DOCSDIR%%/docs/license.txt
23
%%PORTDOCS%%%%DOCSDIR%%/docs/mame.txt
15
%%PORTDOCS%%%%DOCSDIR%%/docs/mame.txt
24
%%PORTDOCS%%%%DOCSDIR%%/docs/messnew.txt
16
%%PORTDOCS%%%%DOCSDIR%%/docs/messnew.txt
25
%%PORTDOCS%%%%DOCSDIR%%/docs/config.txt
26
%%PORTDOCS%%%%DOCSDIR%%/docs/newvideo.txt
17
%%PORTDOCS%%%%DOCSDIR%%/docs/newvideo.txt
27
%%PORTDOCS%%%%DOCSDIR%%/docs/windows.txt
18
%%PORTDOCS%%%%DOCSDIR%%/docs/windows.txt
19
%%PORTDOCS%%%%DOCSDIR%%/docs/wintoc.xml
20
%%PORTDOCS%%%%DOCSDIR%%/docs/images/logo.gif
28
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/choice.htm
21
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/choice.htm
29
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/compile.htm
22
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/compile.htm
30
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/config.htm
23
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/config.htm
31
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/control.htm
24
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/control.htm
32
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/guiconf.htm
25
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/guiconf.htm
33
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/guiuse.htm
26
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/guiuse.htm
27
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/install.htm
28
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/instbios.htm
29
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/instroms.htm
30
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/main.htm
31
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/mgebios.htm
32
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/mgeroms.htm
33
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/osmenu.htm
34
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/runsw.htm
35
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/suppsys.htm
36
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/update.htm
37
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/win32cmd.htm
34
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/command.gif
38
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/command.gif
35
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/frog.gif
39
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/frog.gif
36
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/gui.gif
40
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/gui.gif
37
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/guiaudit.gif
41
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/guiaudit.gif
38
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/iniicon.gif
42
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/iniicon.gif
39
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/keybcnt.gif
43
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/keybcnt.gif
44
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/logo.gif
40
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/newmenu.gif
45
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/newmenu.gif
41
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/oldmenu.gif
46
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/oldmenu.gif
42
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/prop.gif
47
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/prop.gif
48
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/propadv.gif
49
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/propctrlr.gif
50
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/propd3d.gif
51
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/propmisc.gif
52
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/props.gif
53
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/propsnd.gif
54
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/propvec.gif
43
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/startup.gif
55
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/startup.gif
44
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/install.htm
56
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/tree.gif
45
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/instbios.htm
57
%%DATADIR%%/artwork/aim65.zip
46
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/main.htm
47
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/mgebios.htm
48
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/osmenu.htm
49
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/runsw.htm
50
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/suppsys.htm
51
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/update.htm
52
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/win32cmd.htm
53
%%PORTDOCS%%%%DOCSDIR%%/docs/wintoc.xml
54
%%DATADIR%%/artwork/amsterd.zip
58
%%DATADIR%%/artwork/amsterd.zip
55
%%DATADIR%%/artwork/avigo.zip
59
%%DATADIR%%/artwork/avigo.zip
56
%%DATADIR%%/artwork/dallas.zip
60
%%DATADIR%%/artwork/dallas.zip
Lines 60-67 Link Here
60
%%DATADIR%%/artwork/floppyr.png
64
%%DATADIR%%/artwork/floppyr.png
61
%%DATADIR%%/artwork/floppyw.png
65
%%DATADIR%%/artwork/floppyw.png
62
%%DATADIR%%/artwork/glasgow.zip
66
%%DATADIR%%/artwork/glasgow.zip
67
%%DATADIR%%/artwork/hp48g.zip
68
%%DATADIR%%/artwork/hp48gp.zip
69
%%DATADIR%%/artwork/hp48gx.zip
70
%%DATADIR%%/artwork/hp48s.zip
71
%%DATADIR%%/artwork/hp48sx.zip
63
%%DATADIR%%/artwork/kim1.zip
72
%%DATADIR%%/artwork/kim1.zip
64
%%DATADIR%%/artwork/aim65.zip
65
%%DATADIR%%/artwork/ledoff.png
73
%%DATADIR%%/artwork/ledoff.png
66
%%DATADIR%%/artwork/ledon.png
74
%%DATADIR%%/artwork/ledon.png
67
%%DATADIR%%/artwork/mk1.zip
75
%%DATADIR%%/artwork/mk1.zip
Lines 138-145 Link Here
138
%%DATADIR%%/hash/pce.hsi
146
%%DATADIR%%/hash/pce.hsi
139
%%DATADIR%%/hash/pdp1.hsi
147
%%DATADIR%%/hash/pdp1.hsi
140
%%DATADIR%%/hash/pet.hsi
148
%%DATADIR%%/hash/pet.hsi
149
%%DATADIR%%/hash/pico.hsi
141
%%DATADIR%%/hash/pokemini.hsi
150
%%DATADIR%%/hash/pokemini.hsi
142
%%DATADIR%%/hash/psx.hsi
151
%%DATADIR%%/hash/psx.hsi
152
%%DATADIR%%/hash/samcoupe.hsi
143
%%DATADIR%%/hash/sms.hsi
153
%%DATADIR%%/hash/sms.hsi
144
%%DATADIR%%/hash/snes.hsi
154
%%DATADIR%%/hash/snes.hsi
145
%%DATADIR%%/hash/sordm5.hsi
155
%%DATADIR%%/hash/sordm5.hsi
Lines 159-172 Link Here
159
%%DATADIR%%/keymaps/km-fr-OSX.txt
169
%%DATADIR%%/keymaps/km-fr-OSX.txt
160
%%DATADIR%%/keymaps/km-fr.txt
170
%%DATADIR%%/keymaps/km-fr.txt
161
%%DATADIR%%/keymaps/km_it.txt
171
%%DATADIR%%/keymaps/km_it.txt
162
%%DATADIR%%/sysinfo.dat
172
%%DATADIR%%/ui.bdf
163
@dirrm %%DATADIR%%/keymaps
173
%%EXAMPLESDIR%%/mess.ini
164
@dirrm %%DATADIR%%/hash
165
@dirrm %%DATADIR%%/artwork
174
@dirrm %%DATADIR%%/artwork
175
@dirrm %%DATADIR%%/hash
176
@dirrm %%DATADIR%%/keymaps
166
@dirrm %%DATADIR%%
177
@dirrm %%DATADIR%%
178
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/images
167
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/windows/images
179
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/windows/images
168
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/windows
180
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/windows
169
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/images
170
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs
181
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs
171
%%PORTDOCS%%@dirrm %%DOCSDIR%%
182
%%PORTDOCS%%@dirrm %%DOCSDIR%%
172
@dirrm libexec/sdlmess
183
@dirrm %%EXAMPLESDIR%%

Return to bug 128559