FreeBSD Bugzilla – Attachment 91248 Details for
Bug 128558
New ports: emulators/sdlmame-devel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
sdlmame-devel.txt
sdlmame-devel.txt (text/plain), 9.12 KB, created by
Emmanuel Vadot
on 2009-03-25 05:13:33 UTC
(
hide
)
Description:
sdlmame-devel.txt
Filename:
MIME Type:
Creator:
Emmanuel Vadot
Created:
2009-03-25 05:13:33 UTC
Size:
9.12 KB
patch
obsolete
>diff -urN /usr/ports/emulators/sdlmame/Makefile sdlmame-devel/Makefile >--- /usr/ports/emulators/sdlmame/Makefile 2009-03-19 19:08:34.000000000 +0100 >+++ sdlmame-devel/Makefile 2009-03-25 05:57:52.000000000 +0100 >@@ -5,13 +5,12 @@ > # $FreeBSD: ports/emulators/sdlmame/Makefile,v 1.23 2009/03/19 18:08:34 amdmi3 Exp $ > # > >-PORTNAME= sdlmame >-PORTVERSION= 0.130 >-PORTREVISION= 1 >+PORTNAME= sdlmame-devel >+PORTVERSION= 0.130u1 > CATEGORIES= emulators > MASTER_SITES= ftp://ftp.arcadebsd.org/pub/FreeBSD/ports/distfiles/ \ > http://rbelmont.mameworld.info/ >-DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} >+DISTNAME= sdlmame${PORTVERSION:S/.//} > > MAINTAINER= elbarto@ArcadeBSD.org > COMMENT= SDL port of the popular MAME (Multi Arcade Machine Emulator) >@@ -32,13 +31,13 @@ > > .include <bsd.port.pre.mk> > >-.if defined(WITH_DEBUG) >-EXTRA_PATCHES+= ${FILESDIR}/sdl.mak.patch-debug >-.else >+.if !defined(WITH_DEBUG) > USE_GNOME= # > EXTRA_PATCHES+= ${FILESDIR}/sdl.mak.patch > .endif > >+MAKE_JOBS_SAFE= yes >+ > .if ${ARCH} == "amd64" > MAKE_ENV+= PTR64=1 > .endif >@@ -48,11 +47,11 @@ > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ >- ${MKDIR} ${PREFIX}/libexec/sdlmame >- ${INSTALL_PROGRAM} ${WRKSRC}/chdman ${PREFIX}/libexec/sdlmame >- ${INSTALL_PROGRAM} ${WRKSRC}/ldresample ${PREFIX}/libexec/sdlmame >- ${INSTALL_PROGRAM} ${WRKSRC}/ldverify ${PREFIX}/libexec/sdlmame >- ${INSTALL_PROGRAM} ${WRKSRC}/testkeys ${PREFIX}/libexec/sdlmame >+ ${MKDIR} ${PREFIX}/libexec/sdlmame-devel >+ ${INSTALL_PROGRAM} ${WRKSRC}/chdman ${PREFIX}/libexec/sdlmame-devel >+ ${INSTALL_PROGRAM} ${WRKSRC}/ldresample ${PREFIX}/libexec/sdlmame-devel >+ ${INSTALL_PROGRAM} ${WRKSRC}/ldverify ${PREFIX}/libexec/sdlmame-devel >+ ${INSTALL_PROGRAM} ${WRKSRC}/testkeys ${PREFIX}/libexec/sdlmame-devel > > .if !defined(NOPORTDOCS) > ${MKDIR} ${DOCSDIR} >diff -urN /usr/ports/emulators/sdlmame/distinfo sdlmame-devel/distinfo >--- /usr/ports/emulators/sdlmame/distinfo 2009-03-18 01:35:49.000000000 +0100 >+++ sdlmame-devel/distinfo 2009-03-25 05:22:06.000000000 +0100 >@@ -1,3 +1,3 @@ >-MD5 (sdlmame0130.zip) = 1195da0b6ae762eeebb21f500509d62d >-SHA256 (sdlmame0130.zip) = d6f25291ec79583dceb300a721f76a10d1839ad13890e51d9ed47b5236363de8 >-SIZE (sdlmame0130.zip) = 17681979 >+MD5 (sdlmame0130u1.zip) = 547f9a517c29e08ed99593a4508999cd >+SHA256 (sdlmame0130u1.zip) = daf2188a670a85a07f77b7498b7d701c49a3dfa145520574455985e1234a3f9b >+SIZE (sdlmame0130u1.zip) = 17770936 >diff -urN /usr/ports/emulators/sdlmame/files/mame.ini sdlmame-devel/files/mame.ini >--- /usr/ports/emulators/sdlmame/files/mame.ini 2009-03-13 04:14:10.000000000 +0100 >+++ sdlmame-devel/files/mame.ini 2009-03-25 06:04:05.000000000 +0100 >@@ -8,25 +8,25 @@ > # > # CORE SEARCH PATH OPTIONS > # >-rompath $HOME/.mame/roms >-samplepath $HOME/.mame/samples >-artpath $HOME/.mame/artwork >-ctrlrpath $HOME/.mame/ctrlr >-inipath $HOME/.mame;.;ini >-fontpath /usr/local/share/sdlmame/ >-cheatpath $HOME/.mame/cheat >+rompath $HOME/.mame-devel/roms >+samplepath $HOME/.mame-devel/samples >+artpath $HOME/.mame-devel/artwork >+ctrlrpath $HOME/.mame-devel/ctrlr >+inipath $HOME/.mame-devel;.;ini >+fontpath /usr/local/share/sdlmame-devel/ >+cheatpath $HOME/.mame-devel/cheat > > # > # CORE OUTPUT DIRECTORY OPTIONS > # >-cfg_directory $HOME/.mame/cfg >-nvram_directory $HOME/.mame/nvram >-memcard_directory $HOME/.mame/memcard >-input_directory $HOME/.mame/inp >-state_directory $HOME/.mame/sta >-snapshot_directory $HOME/.mame/snap >-diff_directory $HOME/.mame/diff >-comment_directory $HOME/.mame/comments >+cfg_directory $HOME/.mame-devel/cfg >+nvram_directory $HOME/.mame-devel/nvram >+memcard_directory $HOME/.mame-devel/memcard >+input_directory $HOME/.mame-devel/inp >+state_directory $HOME/.mame-devel/sta >+snapshot_directory $HOME/.mame-devel/snap >+diff_directory $HOME/.mame-devel/diff >+comment_directory $HOME/.mame-devel/comments > > # > # CORE STATE/PLAYBACK OPTIONS >diff -urN /usr/ports/emulators/sdlmame/files/patch-makefile sdlmame-devel/files/patch-makefile >--- /usr/ports/emulators/sdlmame/files/patch-makefile 2009-03-13 04:14:10.000000000 +0100 >+++ sdlmame-devel/files/patch-makefile 2009-03-25 05:25:17.000000000 +0100 >@@ -1,5 +1,5 @@ >---- makefile.orig 2009-03-05 14:16:35.000000000 +0000 >-+++ makefile 2009-03-13 02:39:13.000000000 +0000 >+--- makefile.orig 2009-03-19 14:14:18.000000000 +0100 >++++ makefile 2009-03-25 05:24:41.000000000 +0100 > @@ -59,7 +59,7 @@ > ifeq ($(OSD),windows) > TARGETOS = win32 >@@ -9,6 +9,15 @@ > endif > endif > >+@@ -73,7 +73,7 @@ >+ # PREFIX = >+ >+ # uncomment and specify suffix to be added to the name >+-# SUFFIX = >++SUFFIX = -devel >+ >+ >+ > @@ -197,8 +197,8 @@ > > # compiler, linker and utilities >diff -urN /usr/ports/emulators/sdlmame/files/patch-sdlmain.c sdlmame-devel/files/patch-sdlmain.c >--- /usr/ports/emulators/sdlmame/files/patch-sdlmain.c 1970-01-01 01:00:00.000000000 +0100 >+++ sdlmame-devel/files/patch-sdlmain.c 2009-03-25 05:56:33.000000000 +0100 >@@ -0,0 +1,11 @@ >+--- src/osd/sdl/sdlmain.c.orig 2009-03-25 05:55:00.000000000 +0100 >++++ src/osd/sdl/sdlmain.c 2009-03-25 05:56:04.000000000 +0100 >+@@ -82,7 +82,7 @@ >+ #ifdef MESS >+ { "inipath", "$HOME/.mess;.;ini", 0, "path to ini files" }, >+ #else >+- { SDLOPTION_INIPATH, "$HOME/.mame;.;ini", 0, "path to ini files" }, >++ { SDLOPTION_INIPATH, "$HOME/.mame-devel;.;ini", 0, "path to ini files" }, >+ #endif // MESS >+ #endif // INI_PATH >+ #endif // MACOSX >diff -urN /usr/ports/emulators/sdlmame/files/pkg-message.in sdlmame-devel/files/pkg-message.in >--- /usr/ports/emulators/sdlmame/files/pkg-message.in 2009-03-13 04:14:10.000000000 +0100 >+++ sdlmame-devel/files/pkg-message.in 2009-03-25 06:01:59.000000000 +0100 >@@ -1,10 +1,10 @@ > ============================================================================== > >-SDLMAME has been installed. >+SDLMAME devel has been installed. > > A example configuration file has been installed in "%%EXAMPLESDIR%%/mame.ini" >-Should you create a "~/.mame" directory and place it here or >-launch "sdlmame -createconfig" and place the mame.ini created instead. >+Should you create a "~/.mame-devel" directory and place it here or >+launch "sdlmame-devel -createconfig" and place the mame.ini created instead. > > If you have a non-qwerty keyboard, you should put in your mame.ini : > keymap 1 >diff -urN /usr/ports/emulators/sdlmame/files/sdl.mak.patch sdlmame-devel/files/sdl.mak.patch >--- /usr/ports/emulators/sdlmame/files/sdl.mak.patch 2009-03-13 04:14:10.000000000 +0100 >+++ sdlmame-devel/files/sdl.mak.patch 2009-03-25 05:32:46.000000000 +0100 >@@ -1,6 +1,15 @@ >---- src/osd/sdl/sdl.mak.orig 2009-03-05 20:03:50.000000000 +0100 >-+++ src/osd/sdl/sdl.mak 2009-03-05 20:06:22.000000000 +0100 >-@@ -264,10 +264,10 @@ >+--- src/osd/sdl/sdl.mak.orig 2009-03-19 14:09:23.000000000 +0100 >++++ src/osd/sdl/sdl.mak 2009-03-25 05:32:18.000000000 +0100 >+@@ -127,7 +127,7 @@ >+ >+ ifeq ($(TARGETOS),freebsd) >+ TARGETOS = unix >+-DEFS += -DNO_THREAD_COOPERATIVE >++DEFS += -DNO_THREAD_COOPERATIVE -DNO_DEBUGGER >+ endif >+ >+ ifeq ($(TARGETOS),openbsd) >+@@ -269,10 +269,10 @@ > # the new debugger relies on GTK+ in addition to the base SDLMAME needs > # Non-X11 builds can not use the debugger > ifndef NO_X11 >diff -urN /usr/ports/emulators/sdlmame/files/sdl.mak.patch-debug sdlmame-devel/files/sdl.mak.patch-debug >--- /usr/ports/emulators/sdlmame/files/sdl.mak.patch-debug 2009-03-13 04:14:10.000000000 +0100 >+++ sdlmame-devel/files/sdl.mak.patch-debug 1970-01-01 01:00:00.000000000 +0100 >@@ -1,11 +0,0 @@ >---- src/osd/sdl/sdl.mak.orig 2009-03-05 21:41:13.000000000 +0100 >-+++ src/osd/sdl/sdl.mak 2009-03-05 21:41:25.000000000 +0100 >-@@ -127,7 +127,7 @@ >- >- ifeq ($(TARGETOS),freebsd) >- TARGETOS = unix >--DEFS += -DNO_THREAD_COOPERATIVE -DNO_DEBUGGER >-+DEFS += -DNO_THREAD_COOPERATIVE >- endif >- >- ifeq ($(TARGETOS),unix) >diff -urN /usr/ports/emulators/sdlmame/pkg-plist sdlmame-devel/pkg-plist >--- /usr/ports/emulators/sdlmame/pkg-plist 2009-03-19 19:08:34.000000000 +0100 >+++ sdlmame-devel/pkg-plist 2009-03-25 05:51:00.000000000 +0100 >@@ -1,8 +1,8 @@ >-bin/sdlmame >-libexec/sdlmame/chdman >-libexec/sdlmame/ldverify >-libexec/sdlmame/ldresample >-libexec/sdlmame/testkeys >+bin/sdlmame-devel >+libexec/sdlmame-devel/chdman >+libexec/sdlmame-devel/ldverify >+libexec/sdlmame-devel/ldresample >+libexec/sdlmame-devel/testkeys > %%PORTDOCS%%%%DOCSDIR%%/SDLMAME.txt > %%PORTDOCS%%%%DOCSDIR%%/docs/license.txt > %%PORTDOCS%%%%DOCSDIR%%/docs/mame.txt >@@ -10,6 +10,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/docs/windows.txt > %%PORTDOCS%%%%DOCSDIR%%/docs/config.txt > %%PORTDOCS%%%%DOCSDIR%%/whatsnew.txt >+%%PORTDOCS%%%%DOCSDIR%%/whatsnew_0130u1.txt > %%DATADIR%%/ui.bdf > %%DATADIR%%/keymaps/km-be.txt > %%DATADIR%%/keymaps/km-ch.txt >@@ -20,7 +21,7 @@ > %%EXAMPLESDIR%%/mame.ini > @dirrm %%DATADIR%%/keymaps/ > @dirrm %%DATADIR%%/ >-@dirrm libexec/sdlmame >+@dirrm libexec/sdlmame-devel > %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs > %%PORTDOCS%%@dirrm %%DOCSDIR%% > @dirrm %%EXAMPLESDIR%%
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 Raw
Actions:
View
Attachments on
bug 128558
:
91247
| 91248