View | Details | Raw Unified | Return to bug 62137 | Differences between
and this patch

Collapse All | Expand All

(-)xmame/Makefile (-9 / +12 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME?=	xmame
8
PORTNAME?=	xmame
9
PORTVERSION?=	0.77.1
9
PORTVERSION?=	0.78.1
10
CATEGORIES=	emulators
10
CATEGORIES=	emulators
11
MASTER_SITES=	http://x.mame.net/download/:xmame \
11
MASTER_SITES=	http://x.mame.net/download/:xmame \
12
		http://www.sys2064.com/files/util/:history \
12
		http://www.sys2064.com/files/util/:history \
Lines 24-30 Link Here
24
USE_PERL5=	yes
24
USE_PERL5=	yes
25
USE_GMAKE=	yes
25
USE_GMAKE=	yes
26
USE_REINPLACE=	yes
26
USE_REINPLACE=	yes
27
MAKEFILE=	makefile.unix
28
27
29
MAN6=		x${MAMEMESS}.6
28
MAN6=		x${MAMEMESS}.6
30
29
Lines 79-96 Link Here
79
		xmame-gdoc.html \
78
		xmame-gdoc.html \
80
		xmame.css
79
		xmame.css
81
XMAMEDOCS=
80
XMAMEDOCS=
82
XMESSDOCS=	mess/cgafont.txt \
81
XMESSDOCS=	mess/credits.htm \
83
		mess/compilewin.html \
84
		mess/credits.htm \
85
		mess/credits.txt \
86
		mess/faq.htm \
82
		mess/faq.htm \
87
		mess/imgtool.txt \
83
		mess/imgtool.txt \
88
		mess/messhelp.txt \
89
		mess/messnew.txt \
84
		mess/messnew.txt \
90
		mess/messold.txt \
91
		mess/messroms.txt \
85
		mess/messroms.txt \
92
		mess/sysinfo.dat \
86
		mess/sysinfo.dat \
93
		mess/windows.txt
87
94
PINMAMEDOCS=	pinmame/simulation.txt \
88
PINMAMEDOCS=	pinmame/simulation.txt \
95
		pinmame/whatsnew.txt \
89
		pinmame/whatsnew.txt \
96
		pinmame/pinmame.txt \
90
		pinmame/pinmame.txt \
Lines 280-285 Link Here
280
		-e "s@^SDL_CONFIG.*@SDL_CONFIG = ${SDL_CONFIG}@g" \
274
		-e "s@^SDL_CONFIG.*@SDL_CONFIG = ${SDL_CONFIG}@g" \
281
		-e "s@^GLLIBS += .*@GLLIBS += ${PTHREAD_LIBS}@g" \
275
		-e "s@^GLLIBS += .*@GLLIBS += ${PTHREAD_LIBS}@g" \
282
			${WRKSRC}/makefile.unix
276
			${WRKSRC}/makefile.unix
277
278
# png.h conflicts with libpng.
279
.for file in mess/artworkx.c mess/artworkx.h src/artwork.c \
280
	src/common.c src/png.c src/unix/video-drivers/glexport.c
281
282
	${REINPLACE_CMD} -e "s@\"png.h\"@\"mame_png.h\"@g" ${WRKSRC}/${file}
283
284
.endfor
285
	${LN} -s ${WRKSRC}/src/png.h ${WRKSRC}/src/mame_png.h
283
286
284
post-build:
287
post-build:
285
	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} SDL_VIDEODRIVER=aalib \
288
	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} SDL_VIDEODRIVER=aalib \
(-)xmame/distinfo (-1 / +1 lines)
Lines 1-4 Link Here
1
MD5 (xmame/xmame-0.77.1.tar.bz2) = 744fdbac27c08cf13ca979a4b4985041
1
MD5 (xmame/xmame-0.78.1.tar.bz2) = e92c61e0040114db3a83b7dbb7fc9449
2
MD5 (xmame/uhsdat795.zip) = c30956e15cd8218f558f41013a47f22e
2
MD5 (xmame/uhsdat795.zip) = c30956e15cd8218f558f41013a47f22e
3
MD5 (xmame/history.dat.zip) = 8c758537d5f5bc90fc3224b19421ae12
3
MD5 (xmame/history.dat.zip) = 8c758537d5f5bc90fc3224b19421ae12
4
MD5 (xmame/cheat.zip) = fab0ea562a8dcfd1ce4f3a1d5acc6101
4
MD5 (xmame/cheat.zip) = fab0ea562a8dcfd1ce4f3a1d5acc6101
(-)xmame/pkg-plist (-6 lines)
Lines 30-47 Link Here
30
%%MAMEONLY%%%%DATFILES%%share/xmame/hiscore.dat
30
%%MAMEONLY%%%%DATFILES%%share/xmame/hiscore.dat
31
%%MAMEONLY%%%%DATFILES%%share/xmame/history.dat
31
%%MAMEONLY%%%%DATFILES%%share/xmame/history.dat
32
%%MAMEONLY%%%%DATFILES%%share/xmame/cheat.dat
32
%%MAMEONLY%%%%DATFILES%%share/xmame/cheat.dat
33
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/cgafont.txt
34
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/compilewin.html
35
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/credits.htm
33
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/credits.htm
36
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/credits.txt
37
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/faq.htm
34
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/faq.htm
38
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/imgtool.txt
35
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/imgtool.txt
39
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/messhelp.txt
40
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/messnew.txt
36
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/messnew.txt
41
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/messold.txt
42
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/messroms.txt
37
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/messroms.txt
43
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo.dat
38
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo.dat
44
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/windows.txt
45
%%MESSONLY%%share/xmess/history.dat
39
%%MESSONLY%%share/xmess/history.dat
46
%%PINMAMEONLY%%%%PORTDOCS%%share/doc/xpinmame/simulation.txt
40
%%PINMAMEONLY%%%%PORTDOCS%%share/doc/xpinmame/simulation.txt
47
%%PINMAMEONLY%%%%PORTDOCS%%share/doc/xpinmame/whatsnew.txt
41
%%PINMAMEONLY%%%%PORTDOCS%%share/doc/xpinmame/whatsnew.txt

Return to bug 62137