View | Details | Raw Unified | Return to bug 272786 | Differences between
and this patch

Collapse All | Expand All

(-)b/emulators/mame/Makefile (-3 / +3 lines)
Lines 1-6 Link Here
1
PORTNAME=	mame
1
PORTNAME=	mame
2
DISTVERSION=	0.256
2
DISTVERSION=	0.257
3
PORTREVISION=	1
4
CATEGORIES=	emulators games
3
CATEGORIES=	emulators games
5
4
6
MAINTAINER=	agh@riseup.net
5
MAINTAINER=	agh@riseup.net
Lines 79-85 OPTIONS_SUB= yes Link Here
79
78
80
DEBUG_DESC=		Build with debug profiling and symbols
79
DEBUG_DESC=		Build with debug profiling and symbols
81
DOCS_DESC=		Install extensive online MAME documentation
80
DOCS_DESC=		Install extensive online MAME documentation
82
QTDEBUGGER_DESC=	Install Qt interactive low-level machine debugger
81
NLS_DESC=		Install language translations for use in the GUI
82
QTDEBUGGER_DESC=	Build with Qt interactive low-level machine debugger
83
TOOLS_DESC=		Install tools for machine archiving and development
83
TOOLS_DESC=		Install tools for machine archiving and development
84
84
85
DEBUG_MAKE_ENV=			DEBUG=1 \
85
DEBUG_MAKE_ENV=			DEBUG=1 \
(-)b/emulators/mame/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1688348569
1
TIMESTAMP = 1690585600
2
SHA256 (mamedev-mame-0.256-mame0256_GH0.tar.gz) = 7523c46684043cc9e2af242aa7e31476b076fed492c3ae4ae0c964aafd65f659
2
SHA256 (mamedev-mame-0.257-mame0257_GH0.tar.gz) = e3107012ce80bff10cef7cab6ad8290f97cf1bc978e67ae806aa1a0c100daaa2
3
SIZE (mamedev-mame-0.256-mame0256_GH0.tar.gz) = 204558498
3
SIZE (mamedev-mame-0.257-mame0257_GH0.tar.gz) = 204721575
(-)b/emulators/mame/files/pkg-message.in (-7 / +18 lines)
Lines 1-15 Link Here
1
[
1
[
2
{ type: install
2
{ type: install
3
  message: <<EOM
3
  message: <<EOM
4
Sample configuration files have been installed in "%%ETCDIR%%/"
4
MAME follows an interesting User Experience (UX) design pattern that is aimed
5
The configuration data can be copied to your "~/.mame" directory; alternatively,
5
for developers of MAME, as result of this, the expectation on file
6
to create clean copies of MAME's configuration, run "mame -createconfig",
6
configuration management might appear counter-intuitive to Users of MAME. If
7
the output from this can be stored in ~/.mame or elsewhere.
7
MAME does not find configuration files, it expects to be able to read and write
8
configuration data to the current working directory, this is counter to
9
what users expect on their systems.
8
10
9
To run mame with a custom path, run "mame -inipath path-to-mame.ini"
11
Sample configuration files have been installed in:
12
"%%ETCDIR%%/"
13
The samples can be copied to your "~/.mame" directory to avoid having MAME
14
write configuration data elsewhere.
10
15
11
By default, MAME will search and write to the current working directory, unless
16
To create clean copies of MAME's configuration files, execute:
12
it finds configuration data.
17
"mame -createconfig"
18
the output from this can be stored in ~/.mame or a custom path.
19
20
To run MAME with custom configuration path(s), execute:
21
"mame -inipath /var/db/mame /usr/local/etc/mame"
22
23
See mame(6) for more information.
13
EOM
24
EOM
14
}
25
}
15
]
26
]

Return to bug 272786