FreeBSD Bugzilla – Attachment 39412 Details for
Bug 62137
Fix build of emulators/xmess and bring xmame up to date
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
xmame.diff
xmame.diff (text/plain), 2.96 KB, created by
Miguel Mendez
on 2004-01-30 23:10:17 UTC
(
hide
)
Description:
xmame.diff
Filename:
MIME Type:
Creator:
Miguel Mendez
Created:
2004-01-30 23:10:17 UTC
Size:
2.96 KB
patch
obsolete
>diff -ruN xmame.old/Makefile xmame/Makefile >--- xmame.old/Makefile Mon Jan 12 13:14:49 2004 >+++ xmame/Makefile Fri Jan 30 21:56:52 2004 >@@ -6,7 +6,7 @@ > # > > PORTNAME?= xmame >-PORTVERSION?= 0.77.1 >+PORTVERSION?= 0.78.1 > CATEGORIES= emulators > MASTER_SITES= http://x.mame.net/download/:xmame \ > http://www.sys2064.com/files/util/:history \ >@@ -24,7 +24,6 @@ > USE_PERL5= yes > USE_GMAKE= yes > USE_REINPLACE= yes >-MAKEFILE= makefile.unix > > MAN6= x${MAMEMESS}.6 > >@@ -79,18 +78,13 @@ > xmame-gdoc.html \ > xmame.css > XMAMEDOCS= >-XMESSDOCS= mess/cgafont.txt \ >- mess/compilewin.html \ >- mess/credits.htm \ >- mess/credits.txt \ >+XMESSDOCS= mess/credits.htm \ > mess/faq.htm \ > mess/imgtool.txt \ >- mess/messhelp.txt \ > mess/messnew.txt \ >- mess/messold.txt \ > mess/messroms.txt \ > mess/sysinfo.dat \ >- mess/windows.txt >+ > PINMAMEDOCS= pinmame/simulation.txt \ > pinmame/whatsnew.txt \ > pinmame/pinmame.txt \ >@@ -280,6 +274,15 @@ > -e "s@^SDL_CONFIG.*@SDL_CONFIG = ${SDL_CONFIG}@g" \ > -e "s@^GLLIBS += .*@GLLIBS += ${PTHREAD_LIBS}@g" \ > ${WRKSRC}/makefile.unix >+ >+# png.h conflicts with libpng. >+.for file in mess/artworkx.c mess/artworkx.h src/artwork.c \ >+ src/common.c src/png.c src/unix/video-drivers/glexport.c >+ >+ ${REINPLACE_CMD} -e "s@\"png.h\"@\"mame_png.h\"@g" ${WRKSRC}/${file} >+ >+.endfor >+ ${LN} -s ${WRKSRC}/src/png.h ${WRKSRC}/src/mame_png.h > > post-build: > cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} SDL_VIDEODRIVER=aalib \ >diff -ruN xmame.old/distinfo xmame/distinfo >--- xmame.old/distinfo Mon Jan 12 13:14:49 2004 >+++ xmame/distinfo Fri Jan 30 19:49:07 2004 >@@ -1,4 +1,4 @@ >-MD5 (xmame/xmame-0.77.1.tar.bz2) = 744fdbac27c08cf13ca979a4b4985041 >+MD5 (xmame/xmame-0.78.1.tar.bz2) = e92c61e0040114db3a83b7dbb7fc9449 > MD5 (xmame/uhsdat795.zip) = c30956e15cd8218f558f41013a47f22e > MD5 (xmame/history.dat.zip) = 8c758537d5f5bc90fc3224b19421ae12 > MD5 (xmame/cheat.zip) = fab0ea562a8dcfd1ce4f3a1d5acc6101 >diff -ruN xmame.old/pkg-plist xmame/pkg-plist >--- xmame.old/pkg-plist Sat Dec 20 00:25:11 2003 >+++ xmame/pkg-plist Fri Jan 30 21:58:07 2004 >@@ -30,18 +30,12 @@ > %%MAMEONLY%%%%DATFILES%%share/xmame/hiscore.dat > %%MAMEONLY%%%%DATFILES%%share/xmame/history.dat > %%MAMEONLY%%%%DATFILES%%share/xmame/cheat.dat >-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/cgafont.txt >-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/compilewin.html > %%MESSONLY%%%%PORTDOCS%%share/doc/xmess/credits.htm >-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/credits.txt > %%MESSONLY%%%%PORTDOCS%%share/doc/xmess/faq.htm > %%MESSONLY%%%%PORTDOCS%%share/doc/xmess/imgtool.txt >-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/messhelp.txt > %%MESSONLY%%%%PORTDOCS%%share/doc/xmess/messnew.txt >-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/messold.txt > %%MESSONLY%%%%PORTDOCS%%share/doc/xmess/messroms.txt > %%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo.dat >-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/windows.txt > %%MESSONLY%%share/xmess/history.dat > %%PINMAMEONLY%%%%PORTDOCS%%share/doc/xpinmame/simulation.txt > %%PINMAMEONLY%%%%PORTDOCS%%share/doc/xpinmame/whatsnew.txt
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 62137
: 39412 |
39413