pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mame: finish update
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By: wiz
Date: Fri Mar 31 22:39:57 2023 +0200
Changeset: 4a9bc0aa61c1364bb07538029704cdf216099bca
Modified Files:
mame/PLIST
Removed Files:
mame/TODO
Log Message:
mame: finish update
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4a9bc0aa61c1364bb07538029704cdf216099bca
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mame/PLIST | 9 ++-
mame/TODO | 188 -------------------------------------------------------------
2 files changed, 6 insertions(+), 191 deletions(-)
diffs:
diff --git a/mame/PLIST b/mame/PLIST
index 42ba6b4074..2da730ad72 100644
--- a/mame/PLIST
+++ b/mame/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.74 2023/02/22 11:15:21 wiz Exp $
+@comment $NetBSD$
bin/castool
bin/chdman
bin/floptool
@@ -205,8 +205,7 @@ share/mame/hash/coleco.xml
share/mame/hash/compclr2_flop.xml
share/mame/hash/compis.xml
share/mame/hash/comx35_flop.xml
-share/mame/hash/conchess_plymate.xml
-share/mame/hash/conchess_standard.xml
+share/mame/hash/conchess.xml
share/mame/hash/copera.xml
share/mame/hash/cpc_cass.xml
share/mame/hash/cpc_flop.xml
@@ -446,6 +445,7 @@ share/mame/hash/msx2_cass.xml
share/mame/hash/msx2_flop.xml
share/mame/hash/msx2p_flop.xml
share/mame/hash/msx_softcard.xml
+share/mame/hash/msx_yamaha_minicart.xml
share/mame/hash/msxr_flop.xml
share/mame/hash/mt65_cass.xml
share/mame/hash/mt65_rom.xml
@@ -488,6 +488,7 @@ share/mame/hash/nuon.xml
share/mame/hash/octopus.xml
share/mame/hash/ondra.xml
share/mame/hash/orao.xml
+share/mame/hash/oric1_cass.xml
share/mame/hash/orion_cart.xml
share/mame/hash/orion_cass.xml
share/mame/hash/orion_flop.xml
@@ -525,6 +526,7 @@ share/mame/hash/pcfx.xml
share/mame/hash/pcw.xml
share/mame/hash/pcw16.xml
share/mame/hash/pcx_flop.xml
+share/mame/hash/pda600.xml
share/mame/hash/pdp1_ptp.xml
share/mame/hash/pecom_cass.xml
share/mame/hash/pegasus_cart.xml
@@ -563,6 +565,7 @@ share/mame/hash/prof80.xml
share/mame/hash/psi98.xml
share/mame/hash/psion1.xml
share/mame/hash/psion2.xml
+share/mame/hash/psion_ssd.xml
share/mame/hash/psx.xml
share/mame/hash/pt68k2.xml
share/mame/hash/pv1000.xml
diff --git a/mame/TODO b/mame/TODO
deleted file mode 100644
index e758590437..0000000000
--- a/mame/TODO
+++ /dev/null
@@ -1,188 +0,0 @@
-In file included from ../../../../../3rdparty/lua/src/lua.h:16,
- from ../../../../../3rdparty/lua/src/lapi.c:17:
-../../../../../3rdparty/lua/src/luaconf.h:557:2: error: #error "Compiler does not support 'long long'. Use option '-DLUA_32BITS' or '-DLUA_C89_NUMBERS' (see file 'luaconf.h' for details)"
- 557 | #error "Compiler does not support 'long long'. Use option '-DLUA_32BITS' \
- | ^~~~~
-In file included from ../../../../../3rdparty/lua/src/lapi.c:17:
-../../../../../3rdparty/lua/src/lua.h:94:9: error: 'LUA_INTEGER' does not name a type
- 94 | typedef LUA_INTEGER lua_Integer;
- | ^~~~~~~~~~~
-../../../../../3rdparty/lua/src/lua.h:97:22: error: expected initializer before 'lua_Unsigned'
- 97 | typedef LUA_UNSIGNED lua_Unsigned;
- | ^~~~~~~~~~~~
-../../../../../3rdparty/lua/src/lua.h:191:9: error: ISO C++ forbids declaration of 'lua_Integer' with no type [-fpermissive]
- 191 | LUA_API lua_Integer (lua_tointegerx) (lua_State *L, int idx, int *isnum);
- | ^~~~~~~~~~~
-../../../../../3rdparty/lua/src/lua.h:191:9: warning: 'lua_Integer' initialized and declared 'extern'
-../../../../../3rdparty/lua/src/lua.h:191:26: error: 'lua_tointegerx' was not declared in this scope; did you mean 'lua_tointeger'?
- 191 | LUA_API lua_Integer (lua_tointegerx) (lua_State *L, int idx, int *isnum);
- | ^~~~~~~~~~~~~~
- | lua_tointeger
-../../../../../3rdparty/lua/src/lua.h:194:9: error: ISO C++ forbids declaration of 'lua_Unsigned' with no type [-fpermissive]
- 194 | LUA_API lua_Unsigned (lua_rawlen) (lua_State *L, int idx);
- | ^~~~~~~~~~~~
-../../../../../3rdparty/lua/src/lua.h:194:9: warning: 'lua_Unsigned' initialized and declared 'extern'
-../../../../../3rdparty/lua/src/lua.h:194:26: error: 'lua_rawlen' was not declared in this scope; did you mean 'lua_call'?
- 194 | LUA_API lua_Unsigned (lua_rawlen) (lua_State *L, int idx);
- | ^~~~~~~~~~
- | lua_call
-../../../../../3rdparty/lua/src/lua.h:235:54: error: 'lua_Integer' is not a type
- 235 | LUA_API void (lua_pushinteger) (lua_State *L, lua_Integer n);
- | ^~~~~~~~~~~
-../../../../../3rdparty/lua/src/lua.h:253:48: error: 'lua_Integer' is not a type
- 253 | LUA_API int (lua_geti) (lua_State *L, int idx, lua_Integer n);
- | ^~~~~~~~~~~
-../../../../../3rdparty/lua/src/lua.h:255:51: error: 'lua_Integer' is not a type
- 255 | LUA_API int (lua_rawgeti) (lua_State *L, int idx, lua_Integer n);
- | ^~~~~~~~~~~
-../../../../../3rdparty/lua/src/lua.h:270:50: error: 'lua_Integer' is not a type
- 270 | LUA_API void (lua_seti) (lua_State *L, int idx, lua_Integer n);
- | ^~~~~~~~~~~
-../../../../../3rdparty/lua/src/lua.h:272:53: error: 'lua_Integer' is not a type
- 272 | LUA_API void (lua_rawseti) (lua_State *L, int idx, lua_Integer n);
- | ^~~~~~~~~~~
-In file included from ../../../../../3rdparty/lua/src/lua.h:16,
- from ../../../../../3rdparty/lua/src/lapi.c:17:
-../../../../../3rdparty/lua/src/luaconf.h:496:22: error: 'LUA_INTEGER' does not name a type
- 496 | #define LUAI_UACINT LUA_INTEGER
- | ^~~~~~~~~~~
-../../../../../3rdparty/lua/src/llimits.h:84:9: note: in expansion of macro 'LUAI_UACINT'
- 84 | typedef LUAI_UACINT l_uacInt;
- | ^~~~~~~~~~~
-In file included from ../../../../../3rdparty/lua/src/lstate.h:12,
- from ../../../../../3rdparty/lua/src/lapi.h:12,
- from ../../../../../3rdparty/lua/src/lapi.c:19:
-../../../../../3rdparty/lua/src/lobject.h:53:3: error: 'lua_Integer' does not name a type
- 53 | lua_Integer i; /* integer numbers */
- | ^~~~~~~~~~~
-In file included from ../../../../../3rdparty/lua/src/lua.h:16,
- from ../../../../../3rdparty/lua/src/lapi.c:17:
-../../../../../3rdparty/lua/src/luaconf.h:766:57: error: 'lua_Integer' does not name a type
- 766 | #define LUAI_MAXALIGN lua_Number n; double u; void *s; lua_Integer i; long l
- | ^~~~~~~~~~~
-../../../../../3rdparty/lua/src/lobject.h:440:3: note: in expansion of macro 'LUAI_MAXALIGN'
- 440 | LUAI_MAXALIGN; /* ensures maximum alignment for udata bytes */
- | ^~~~~~~~~~~~~
-../../../../../3rdparty/lua/src/luaconf.h:766:57: error: 'lua_Integer' does not name a type
- 766 | #define LUAI_MAXALIGN lua_Number n; double u; void *s; lua_Integer i; long l
- | ^~~~~~~~~~~
-../../../../../3rdparty/lua/src/lobject.h:472:10: note: in expansion of macro 'LUAI_MAXALIGN'
- 472 | union {LUAI_MAXALIGN;} bindata;
- | ^~~~~~~~~~~~~
-In file included from ../../../../../3rdparty/lua/src/lstate.h:13,
- from ../../../../../3rdparty/lua/src/lapi.h:12,
- from ../../../../../3rdparty/lua/src/lapi.c:19:
-../../../../../3rdparty/lua/src/ltm.h:90:64: error: 'lua_Integer' is not a type
- 90 | LUAI_FUNC void luaT_trybiniTM (lua_State *L, const TValue *p1, lua_Integer i2,
- | ^~~~~~~~~~~
-In file included from ../../../../../3rdparty/lua/src/lapi.c:28:
-../../../../../3rdparty/lua/src/ltable.h:38:48: error: 'lua_Integer' is not a type
- 38 | LUAI_FUNC const TValue *luaH_getint (Table *t, lua_Integer key);
- | ^~~~~~~~~~~
-../../../../../3rdparty/lua/src/ltable.h:39:53: error: 'lua_Integer' is not a type
- 39 | LUAI_FUNC void luaH_setint (lua_State *L, Table *t, lua_Integer key,
- | ^~~~~~~~~~~
-../../../../../3rdparty/lua/src/ltable.h:56:11: error: 'lua_Unsigned' does not name a type
- 56 | LUAI_FUNC lua_Unsigned luaH_getn (Table *t);
- | ^~~~~~~~~~~~
-In file included from ../../../../../3rdparty/lua/src/lapi.c:31:
-../../../../../3rdparty/lua/src/lvm.h:119:50: error: 'lua_Integer' is not a type
- 119 | LUAI_FUNC int luaV_tointeger (const TValue *obj, lua_Integer *p, F2Imod mode);
- | ^~~~~~~~~~~
-../../../../../3rdparty/lua/src/lvm.h:120:52: error: 'lua_Integer' is not a type
- 120 | LUAI_FUNC int luaV_tointegerns (const TValue *obj, lua_Integer *p,
- | ^~~~~~~~~~~
-../../../../../3rdparty/lua/src/lvm.h:122:48: error: 'lua_Integer' is not a type
- 122 | LUAI_FUNC int luaV_flttointeger (lua_Number n, lua_Integer *p, F2Imod mode);
- | ^~~~~~~~~~~
-../../../../../3rdparty/lua/src/lvm.h:130:11: error: 'lua_Integer' does not name a type
- 130 | LUAI_FUNC lua_Integer luaV_idiv (lua_State *L, lua_Integer x, lua_Integer y);
- | ^~~~~~~~~~~
-../../../../../3rdparty/lua/src/lvm.h:131:11: error: 'lua_Integer' does not name a type
- 131 | LUAI_FUNC lua_Integer luaV_mod (lua_State *L, lua_Integer x, lua_Integer y);
- | ^~~~~~~~~~~
-../../../../../3rdparty/lua/src/lvm.h:133:11: error: 'lua_Integer' does not name a type
- 133 | LUAI_FUNC lua_Integer luaV_shiftl (lua_Integer x, lua_Integer y);
- | ^~~~~~~~~~~
-../../../../../3rdparty/lsqlite3/lsqlite3.c: In function 'void db_update_hook_callback(void*, int, const char*, const char*, sqlite3_int64)':
-../../../../../3rdparty/lsqlite3/lsqlite3.c:1320:16: warning: unused variable 'n' [-Wunused-variable]
- 1320 | lua_Number n;
- | ^
-../../../../../3rdparty/lua/src/lapi.c:393:9: error: 'lua_Integer' does not name a type
- 393 | LUA_API lua_Integer lua_tointegerx (lua_State *L, int idx, int *pisnum) {
- | ^~~~~~~~~~~
-../../../../../3rdparty/lua/src/lapi.c:430:9: error: 'lua_Unsigned' does not name a type
- 430 | LUA_API lua_Unsigned lua_rawlen (lua_State *L, int idx) {
- | ^~~~~~~~~~~~
-../../../../../3rdparty/lua/src/lapi.c:517:45: error: 'lua_Integer' is not a type
- 517 | LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) {
- | ^~~~~~~~~~~
-In file included from ../../../../../3rdparty/lua/src/lstate.h:12,
- from ../../../../../3rdparty/lua/src/lapi.h:12,
- from ../../../../../3rdparty/lua/src/lapi.c:19:
-../../../../../3rdparty/lua/src/lapi.c: In function 'void lua_pushinteger(lua_State*, int)':
-../../../../../3rdparty/lua/src/lobject.h:332:32: error: 'Value' {aka 'union Value'} has no member named 'i'
- 332 | { TValue *io=(obj); val_(io).i=(x); settt_(io, LUA_VNUMINT); }
- | ^
-../../../../../3rdparty/lua/src/lapi.c:519:3: note: in expansion of macro 'setivalue'
- 519 | setivalue(s2v(L->top), n);
- | ^~~~~~~~~
-../../../../../3rdparty/lua/src/lapi.c: At global scope:
-../../../../../3rdparty/lua/src/lapi.c:699:46: error: 'lua_Integer' is not a type
- 699 | LUA_API int lua_geti (lua_State *L, int idx, lua_Integer n) {
- | ^~~~~~~~~~~
-In file included from ../../../../../3rdparty/lua/src/lapi.h:11,
- from ../../../../../3rdparty/lua/src/lapi.c:19:
-../../../../../3rdparty/lua/src/lapi.c: In function 'int lua_geti(lua_State*, int, int)':
-../../../../../3rdparty/lua/src/llimits.h:139:39: error: 'lua_Unsigned' cannot be used as a function
- 139 | #define l_castS2U(i) ((lua_Unsigned)(i))
- | ^
-../../../../../3rdparty/lua/src/lvm.h:99:15: note: in expansion of macro 'l_castS2U'
- 99 | : (slot = (l_castS2U(k) - 1u < hvalue(t)->alimit) \
- | ^~~~~~~~~
-../../../../../3rdparty/lua/src/lapi.c:704:7: note: in expansion of macro 'luaV_fastgeti'
- 704 | if (luaV_fastgeti(L, t, n, slot)) {
- | ^~~~~~~~~~~~~
-In file included from ../../../../../3rdparty/lua/src/lstate.h:12,
- from ../../../../../3rdparty/lua/src/lapi.h:12,
- from ../../../../../3rdparty/lua/src/lapi.c:19:
-../../../../../3rdparty/lua/src/lobject.h:332:32: error: 'Value' {aka 'union Value'} has no member named 'i'
- 332 | { TValue *io=(obj); val_(io).i=(x); settt_(io, LUA_VNUMINT); }
- | ^
-../../../../../3rdparty/lua/src/lapi.c:709:5: note: in expansion of macro 'setivalue'
- 709 | setivalue(&aux, n);
- | ^~~~~~~~~
-../../../../../3rdparty/lua/src/lapi.c: At global scope:
-../../../../../3rdparty/lua/src/lapi.c:748:49: error: 'lua_Integer' is not a type
- 748 | LUA_API int lua_rawgeti (lua_State *L, int idx, lua_Integer n) {
- | ^~~~~~~~~~~
-../../../../../3rdparty/lua/src/lapi.c:881:47: error: 'lua_Integer' is not a type
- 881 | LUA_API void lua_seti (lua_State *L, int idx, lua_Integer n) {
- | ^~~~~~~~~~~
-In file included from ../../../../../3rdparty/lua/src/lapi.h:11,
- from ../../../../../3rdparty/lua/src/lapi.c:19:
-../../../../../3rdparty/lua/src/lapi.c: In function 'void lua_seti(lua_State*, int, int)':
-../../../../../3rdparty/lua/src/llimits.h:139:39: error: 'lua_Unsigned' cannot be used as a function
- 139 | #define l_castS2U(i) ((lua_Unsigned)(i))
- | ^
-../../../../../3rdparty/lua/src/lvm.h:99:15: note: in expansion of macro 'l_castS2U'
- 99 | : (slot = (l_castS2U(k) - 1u < hvalue(t)->alimit) \
- | ^~~~~~~~~
-../../../../../3rdparty/lua/src/lapi.c:887:7: note: in expansion of macro 'luaV_fastgeti'
- 887 | if (luaV_fastgeti(L, t, n, slot)) {
- | ^~~~~~~~~~~~~
-In file included from ../../../../../3rdparty/lua/src/lstate.h:12,
- from ../../../../../3rdparty/lua/src/lapi.h:12,
- from ../../../../../3rdparty/lua/src/lapi.c:19:
-../../../../../3rdparty/lua/src/lobject.h:332:32: error: 'Value' {aka 'union Value'} has no member named 'i'
- 332 | { TValue *io=(obj); val_(io).i=(x); settt_(io, LUA_VNUMINT); }
- | ^
-../../../../../3rdparty/lua/src/lapi.c:892:5: note: in expansion of macro 'setivalue'
- 892 | setivalue(&aux, n);
- | ^~~~~~~~~
-../../../../../3rdparty/lua/src/lapi.c: At global scope:
-../../../../../3rdparty/lua/src/lapi.c:925:50: error: 'lua_Integer' is not a type
- 925 | LUA_API void lua_rawseti (lua_State *L, int idx, lua_Integer n) {
- | ^~~~~~~~~~~
-Compiling src/mame/matsushita/duet16.cpp...
-g
Home |
Main Index |
Thread Index |
Old Index