summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-09-27 22:55:07 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-09-27 22:55:07 +0000
commit3d21aaf41a79083465f327c945809463fc3de718 (patch)
treeb5f9b83a8944665c7ebc0aa4b8a1ff1066fed68d /emulators
parent- Update distinfo (improvements in the wrapper scripts and documentation). (diff)
- Update to version 0.119.
Notes
Notes: svn path=/head/; revision=200231
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mame-devel/Makefile2
-rw-r--r--emulators/mame-devel/distinfo6
-rw-r--r--emulators/mame-devel/files/patch-makefile8
-rw-r--r--emulators/mame-devel/pkg-plist1
-rw-r--r--emulators/mame/Makefile2
-rw-r--r--emulators/mame/distinfo6
-rw-r--r--emulators/mame/files/patch-makefile8
-rw-r--r--emulators/mame/pkg-plist1
-rw-r--r--emulators/mess/Makefile2
-rw-r--r--emulators/mess/distinfo6
-rw-r--r--emulators/mess/pkg-plist5
-rw-r--r--emulators/sdlmame-devel/Makefile2
-rw-r--r--emulators/sdlmame-devel/distinfo6
-rw-r--r--emulators/sdlmame-devel/files/patch-makefile8
-rw-r--r--emulators/sdlmame-devel/pkg-plist1
-rw-r--r--emulators/sdlmame/Makefile2
-rw-r--r--emulators/sdlmame/distinfo6
-rw-r--r--emulators/sdlmame/files/patch-makefile8
-rw-r--r--emulators/sdlmame/pkg-plist1
-rw-r--r--emulators/sdlmess/Makefile2
-rw-r--r--emulators/sdlmess/distinfo6
-rw-r--r--emulators/sdlmess/pkg-plist5
22 files changed, 50 insertions, 44 deletions
diff --git a/emulators/mame-devel/Makefile b/emulators/mame-devel/Makefile
index d0269fc34d46..df0123cdc713 100644
--- a/emulators/mame-devel/Makefile
+++ b/emulators/mame-devel/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-devel/distinfo b/emulators/mame-devel/distinfo
index f406474a03c0..ff0ff4c53a54 100644
--- a/emulators/mame-devel/distinfo
+++ b/emulators/mame-devel/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-devel/files/patch-makefile b/emulators/mame-devel/files/patch-makefile
index 92e19a29f2f9..a8f014493709 100644
--- a/emulators/mame-devel/files/patch-makefile
+++ b/emulators/mame-devel/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-devel/pkg-plist b/emulators/mame-devel/pkg-plist
index 7fea49b2d950..b3c25e77f073 100644
--- a/emulators/mame-devel/pkg-plist
+++ b/emulators/mame-devel/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
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
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile
index fcabbdd9caa5..2957cc1b0dd2 100644
--- a/emulators/mess/Makefile
+++ b/emulators/mess/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sdlmess
-PORTVERSION= 0.118
+PORTVERSION= 0.119
CATEGORIES= emulators
MASTER_SITES= http://rbelmont.mameworld.info/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
diff --git a/emulators/mess/distinfo b/emulators/mess/distinfo
index a625137f116b..3015faf51c66 100644
--- a/emulators/mess/distinfo
+++ b/emulators/mess/distinfo
@@ -1,3 +1,3 @@
-MD5 (sdlmess0118.zip) = 7919bf94b29e617bb38dc5dd4d515763
-SHA256 (sdlmess0118.zip) = ac1be217433a9c3cfd869d1f7b9425b433ce5cf88bfb5f229e976a8fc3d289b3
-SIZE (sdlmess0118.zip) = 26621588
+MD5 (sdlmess0119.zip) = b97fc030670dd0dec88e2e4a7fd45a35
+SHA256 (sdlmess0119.zip) = 6cf7a3e0f02a26828fcc4327ded5653a6afb6a904783d906464bc5ee981070d8
+SIZE (sdlmess0119.zip) = 26626042
diff --git a/emulators/mess/pkg-plist b/emulators/mess/pkg-plist
index 800f6ab08640..4c41a55cd4b6 100644
--- a/emulators/mess/pkg-plist
+++ b/emulators/mess/pkg-plist
@@ -61,11 +61,14 @@ libexec/sdlmess/testkeys
%%DATADIR%%/artwork/ledon.png
%%DATADIR%%/artwork/mk1.zip
%%DATADIR%%/artwork/mk2.zip
+%%DATADIR%%/artwork/mm4.zip
+%%DATADIR%%/artwork/mm5.zip
%%DATADIR%%/artwork/mpf1.zip
%%DATADIR%%/artwork/nes.zip
%%DATADIR%%/artwork/pc1401.zip
%%DATADIR%%/artwork/pc1402.zip
%%DATADIR%%/artwork/pc1403.zip
+%%DATADIR%%/artwork/rebel5.zip
%%DATADIR%%/artwork/ssystem3.zip
%%DATADIR%%/artwork/thomson.lay
%%DATADIR%%/hash/a2600.hsi
@@ -74,6 +77,7 @@ libexec/sdlmess/testkeys
%%DATADIR%%/hash/a800.hsi
%%DATADIR%%/hash/a800xl.hsi
%%DATADIR%%/hash/advision.hsi
+%%DATADIR%%/hash/aim65.hsi
%%DATADIR%%/hash/apexc.hsi
%%DATADIR%%/hash/apple1.hsi
%%DATADIR%%/hash/apple2.hsi
@@ -126,6 +130,7 @@ libexec/sdlmess/testkeys
%%DATADIR%%/hash/pce.hsi
%%DATADIR%%/hash/pdp1.hsi
%%DATADIR%%/hash/pet.hsi
+%%DATADIR%%/hash/pokemini.hsi
%%DATADIR%%/hash/psx.hsi
%%DATADIR%%/hash/sms.hsi
%%DATADIR%%/hash/snes.hsi
diff --git a/emulators/sdlmame-devel/Makefile b/emulators/sdlmame-devel/Makefile
index d0269fc34d46..df0123cdc713 100644
--- a/emulators/sdlmame-devel/Makefile
+++ b/emulators/sdlmame-devel/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/sdlmame-devel/distinfo b/emulators/sdlmame-devel/distinfo
index f406474a03c0..ff0ff4c53a54 100644
--- a/emulators/sdlmame-devel/distinfo
+++ b/emulators/sdlmame-devel/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/sdlmame-devel/files/patch-makefile b/emulators/sdlmame-devel/files/patch-makefile
index 92e19a29f2f9..a8f014493709 100644
--- a/emulators/sdlmame-devel/files/patch-makefile
+++ b/emulators/sdlmame-devel/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/sdlmame-devel/pkg-plist b/emulators/sdlmame-devel/pkg-plist
index 7fea49b2d950..b3c25e77f073 100644
--- a/emulators/sdlmame-devel/pkg-plist
+++ b/emulators/sdlmame-devel/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
diff --git a/emulators/sdlmame/Makefile b/emulators/sdlmame/Makefile
index d0269fc34d46..df0123cdc713 100644
--- a/emulators/sdlmame/Makefile
+++ b/emulators/sdlmame/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/sdlmame/distinfo b/emulators/sdlmame/distinfo
index f406474a03c0..ff0ff4c53a54 100644
--- a/emulators/sdlmame/distinfo
+++ b/emulators/sdlmame/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/sdlmame/files/patch-makefile b/emulators/sdlmame/files/patch-makefile
index 92e19a29f2f9..a8f014493709 100644
--- a/emulators/sdlmame/files/patch-makefile
+++ b/emulators/sdlmame/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/sdlmame/pkg-plist b/emulators/sdlmame/pkg-plist
index 7fea49b2d950..b3c25e77f073 100644
--- a/emulators/sdlmame/pkg-plist
+++ b/emulators/sdlmame/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
diff --git a/emulators/sdlmess/Makefile b/emulators/sdlmess/Makefile
index fcabbdd9caa5..2957cc1b0dd2 100644
--- a/emulators/sdlmess/Makefile
+++ b/emulators/sdlmess/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sdlmess
-PORTVERSION= 0.118
+PORTVERSION= 0.119
CATEGORIES= emulators
MASTER_SITES= http://rbelmont.mameworld.info/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
diff --git a/emulators/sdlmess/distinfo b/emulators/sdlmess/distinfo
index a625137f116b..3015faf51c66 100644
--- a/emulators/sdlmess/distinfo
+++ b/emulators/sdlmess/distinfo
@@ -1,3 +1,3 @@
-MD5 (sdlmess0118.zip) = 7919bf94b29e617bb38dc5dd4d515763
-SHA256 (sdlmess0118.zip) = ac1be217433a9c3cfd869d1f7b9425b433ce5cf88bfb5f229e976a8fc3d289b3
-SIZE (sdlmess0118.zip) = 26621588
+MD5 (sdlmess0119.zip) = b97fc030670dd0dec88e2e4a7fd45a35
+SHA256 (sdlmess0119.zip) = 6cf7a3e0f02a26828fcc4327ded5653a6afb6a904783d906464bc5ee981070d8
+SIZE (sdlmess0119.zip) = 26626042
diff --git a/emulators/sdlmess/pkg-plist b/emulators/sdlmess/pkg-plist
index 800f6ab08640..4c41a55cd4b6 100644
--- a/emulators/sdlmess/pkg-plist
+++ b/emulators/sdlmess/pkg-plist
@@ -61,11 +61,14 @@ libexec/sdlmess/testkeys
%%DATADIR%%/artwork/ledon.png
%%DATADIR%%/artwork/mk1.zip
%%DATADIR%%/artwork/mk2.zip
+%%DATADIR%%/artwork/mm4.zip
+%%DATADIR%%/artwork/mm5.zip
%%DATADIR%%/artwork/mpf1.zip
%%DATADIR%%/artwork/nes.zip
%%DATADIR%%/artwork/pc1401.zip
%%DATADIR%%/artwork/pc1402.zip
%%DATADIR%%/artwork/pc1403.zip
+%%DATADIR%%/artwork/rebel5.zip
%%DATADIR%%/artwork/ssystem3.zip
%%DATADIR%%/artwork/thomson.lay
%%DATADIR%%/hash/a2600.hsi
@@ -74,6 +77,7 @@ libexec/sdlmess/testkeys
%%DATADIR%%/hash/a800.hsi
%%DATADIR%%/hash/a800xl.hsi
%%DATADIR%%/hash/advision.hsi
+%%DATADIR%%/hash/aim65.hsi
%%DATADIR%%/hash/apexc.hsi
%%DATADIR%%/hash/apple1.hsi
%%DATADIR%%/hash/apple2.hsi
@@ -126,6 +130,7 @@ libexec/sdlmess/testkeys
%%DATADIR%%/hash/pce.hsi
%%DATADIR%%/hash/pdp1.hsi
%%DATADIR%%/hash/pet.hsi
+%%DATADIR%%/hash/pokemini.hsi
%%DATADIR%%/hash/psx.hsi
%%DATADIR%%/hash/sms.hsi
%%DATADIR%%/hash/snes.hsi