diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-09-27 22:55:07 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-09-27 22:55:07 +0000 |
commit | 3d21aaf41a79083465f327c945809463fc3de718 (patch) | |
tree | b5f9b83a8944665c7ebc0aa4b8a1ff1066fed68d /emulators/mame | |
parent | b40f3057ae6dbfa0165c03f03cdfc89a04edf065 (diff) | |
download | ports-3d21aaf41a79083465f327c945809463fc3de718.tar.gz ports-3d21aaf41a79083465f327c945809463fc3de718.zip |
Notes
Diffstat (limited to 'emulators/mame')
-rw-r--r-- | emulators/mame/Makefile | 2 | ||||
-rw-r--r-- | emulators/mame/distinfo | 6 | ||||
-rw-r--r-- | emulators/mame/files/patch-makefile | 8 | ||||
-rw-r--r-- | emulators/mame/pkg-plist | 1 |
4 files changed, 8 insertions, 9 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index d0269fc34d46..df0123cdc713 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sdlmame -PORTVERSION= 0.118u3 +PORTVERSION= 0.119 CATEGORIES= emulators MASTER_SITES= http://rbelmont.mameworld.info/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} diff --git a/emulators/mame/distinfo b/emulators/mame/distinfo index f406474a03c0..ff0ff4c53a54 100644 --- a/emulators/mame/distinfo +++ b/emulators/mame/distinfo @@ -1,3 +1,3 @@ -MD5 (sdlmame0118u3.zip) = c2cd6045b57c2ae2f74c128e3a464e84 -SHA256 (sdlmame0118u3.zip) = ca10d1a28c39131dc4b29d26f9a14e37ac1332ddda21937e47bae0214498f5e5 -SIZE (sdlmame0118u3.zip) = 15636259 +MD5 (sdlmame0119.zip) = 82408989c9ad28f5294514327a84674c +SHA256 (sdlmame0119.zip) = 676eb471726d7a47c5282c13985d312f03b5142b3e2862a63f8eb5220393196e +SIZE (sdlmame0119.zip) = 15690370 diff --git a/emulators/mame/files/patch-makefile b/emulators/mame/files/patch-makefile index 92e19a29f2f9..a8f014493709 100644 --- a/emulators/mame/files/patch-makefile +++ b/emulators/mame/files/patch-makefile @@ -1,5 +1,5 @@ ---- makefile.orig Thu Aug 30 23:22:34 2007 -+++ makefile Fri Aug 31 11:13:31 2007 +--- makefile.orig Fri Sep 14 17:11:34 2007 ++++ makefile Mon Sep 17 19:59:44 2007 @@ -69,11 +69,13 @@ # uncomment next line to include the debugger # DEBUG = 1 @@ -65,9 +65,9 @@ ifndef DEBUG ifndef PTR64 -CFLAGS += -Werror $(ARCH) -fno-strict-aliasing -+#CFLAGS += -Werror $(ARCH) -fno-strict-aliasing ++#CFLAGS += -Werror -fno-strict-aliasing + endif # PTR64 endif # !DEBUG - endif # !PTR64 endif # neq OPTIMIZE @@ -366,6 +370,7 @@ -I$(SRC)/lib/util \ diff --git a/emulators/mame/pkg-plist b/emulators/mame/pkg-plist index 7fea49b2d950..b3c25e77f073 100644 --- a/emulators/mame/pkg-plist +++ b/emulators/mame/pkg-plist @@ -15,7 +15,6 @@ libexec/sdlmame/testkeys %%PORTDOCS%%%%DOCSDIR%%/docs/newvideo.txt %%PORTDOCS%%%%DOCSDIR%%/docs/windows.txt %%PORTDOCS%%%%DOCSDIR%%/docs/config.txt -%%PORTDOCS%%%%DOCSDIR%%/whatsnew_0118u3.txt %%PORTDOCS%%%%DOCSDIR%%/whatsnew.txt %%DATADIR%%/keymaps/km-ch.txt %%DATADIR%%/keymaps/km-de.txt |