Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 2013 02:55:47 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/179579: emulators/mame: Update to version 0.149
Message-ID:  <20130616025547.2b256ded1dac2c7178539c47@yahoo.com>
Resent-Message-ID: <201306151810.r5FIA005033804@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179579
>Category:       ports
>Synopsis:       emulators/mame: Update to version 0.149
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 15 18:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update emulators/mame to version 0.149
- Update emulators/mess to version 0.149
- Update emulators/qmc2 to version 0.39

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	emulators_mame.diff
#	emulators_mess.diff
#	emulators_qmc2.diff
#
echo x - emulators_mame.diff
sed 's/^X//' >emulators_mame.diff << '8b92337adc5b7b7ad6d1db78e8717c3e'
Xdiff -urN /usr/ports/emulators/mame/Makefile emulators/mame/Makefile
X--- /usr/ports/emulators/mame/Makefile	2013-06-10 15:16:22.000000000 +0900
X+++ emulators/mame/Makefile	2013-06-16 00:00:00.000000000 +0900
X@@ -2,8 +2,7 @@
X # $FreeBSD: head/emulators/mame/Makefile 320405 2013-06-09 19:30:58Z naddy $
X 
X PORTNAME=	mame
X-PORTVERSION=	0.148${PATCHSUFFIX}
X-PORTREVISION=	1
X+PORTVERSION=	0.149${PATCHSUFFIX}
X CATEGORIES=	emulators
X MASTER_SITES=	SF/${PORTNAME}.mirror/${PORTNAME:U}%20${PORTVERSION} \
X 		http://mame.mirrors.zippykid.com/releases/ \
X@@ -23,17 +22,24 @@
X 		fontconfig:${PORTSDIR}/x11-fonts/fontconfig
X RUN_DEPENDS=	liberation-fonts-ttf>=0:${PORTSDIR}/x11-fonts/liberation-fonts-ttf
X 
X-OPTIONS_DEFINE=	BUILTIN_DEBUGGER DEBUG DOCS EXAMPLES
X-BUILTIN_DEBUGGER_DESC=	Enable builtin debugger support
X+OPTIONS_DEFINE=	DEBUG DOCS EXAMPLES
X+OPTIONS_RADIO=	BUILTIN_DEBUGGER
X+OPTIONS_RADIO_BUILTIN_DEBUGGER=	GTK2 QT4
X+BUILTIN_DEBUGGER_DESC=	Builtin debugger support
X 
X NO_WRKSUBDIR=	yes
X 
X USE_ZIP=	yes
X+USES=		pkgconfig shebangfix
X+SHEBANG_FILES=	src/emu/cpu/m6502/m6502make.py \
X+		src/emu/cpu/m6809/m6809make.py \
X+		src/emu/cpu/mcs96/mcs96make.py \
X+		src/emu/cpu/tms57002/tmsmake.py
X USE_XORG=	xext xi xinerama xrender
X USE_GL=		gl
X USE_SDL=	sdl ttf
X+USE_PYTHON_BUILD=yes
X USE_GMAKE=	yes
X-USE_PYTHON=	yes
X MAKE_ENV=	NOWERROR=1 OPTIMIZE=0 USE_NETWORK=1 \
X 		OPT_FLAGS="${CXXFLAGS}" GCC_LDFLAGS="${LDFLAGS}" \
X 		TARGET="${PORTNAME}"
X@@ -53,31 +59,40 @@
X 
X .include <bsd.port.options.mk>
X 
X-.if ${PORT_OPTIONS:MBUILTIN_DEBUGGER}
X+.if ${PORT_OPTIONS:MDEBUG}
X+MAKE_ENV+=	DEBUG=1
X+.endif
X+
X+.if ${PORT_OPTIONS:MGTK2}
X USE_GNOME=	gtk20 gconf2
X MAKE_ENV+=	GTK_INCPATH="$$(pkg-config --cflags-only-I gtk+-2.0 gconf-2.0)" \
X 		GTK_CCOMFLAGS="$$(pkg-config --cflags-only-other gtk+-2.0 gconf-2.0)" \
X 		GTK_LIBS="$$(pkg-config --libs gtk+-2.0 gconf-2.0)"
X .else
X-MAKE_ENV+=	NO_DEBUGGER=1 \
X-		GTK_INCPATH="" \
X+MAKE_ENV+=	GTK_INCPATH="" \
X 		GTK_CCOMFLAGS="" \
X 		GTK_LIBS=""
X .endif
X 
X-.if ${PORT_OPTIONS:MDEBUG}
X-MAKE_ENV+=	DEBUG=1
X+.if ${PORT_OPTIONS:MQT4}
X+USE_QT4=	gui moc_build qmake_build
X+.else
X+MAKE_ENV+=	NO_USE_QTDEBUG=1
X+.endif
X+
X+.if empty(PORT_OPTIONS:MGTK2) && empty(PORT_OPTIONS:MQT4)
X+MAKE_ENV+=	NO_DEBUGGER=1
X .endif
X 
X .include <bsd.port.pre.mk>
X 
X-.if exists(/usr/bin/clang) && ${OSVERSION} >= 900014
X-CC=		/usr/bin/clang
X-CPP=		/usr/bin/clang-cpp
X-CXX=		/usr/bin/clang++
X-.else
X+#.if exists(/usr/bin/clang) && ${OSVERSION} >= 900014
X+#CC=		/usr/bin/clang
X+#CPP=		/usr/bin/clang-cpp
X+#CXX=		/usr/bin/clang++
X+#.else
X USE_GCC=	4.6+
X-.endif
X+#.endif
X 
X .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
X BROKEN=		Does not install on ia64, powerpc, or sparc64
X@@ -105,9 +120,12 @@
X 		 s| = @g++| := $$(CXX)| ; \
X 		 s|^FULLNAME =.*|FULLNAME = $$(NAME)| ; \
X 		 /--warn-common/s|= -Wl,|= $$(GCC_LDFLAGS) -Wl,| ; \
X-		 /LDFLAGS/s|-s||' ${WRKSRC}/makefile
X+		 /LDFLAGS/s|-s|| ; \
X+		 /LIBS/s|-lstdc++|| ; \
X+		 /LIBS/s|-lpthread|-pthread|' ${WRKSRC}/makefile
X 	@${REINPLACE_CMD} -e \
X-		'/-system/s|/usr/local/|${LOCALBASE}/| ; \
X+		'/LIBS/s|-lpthread|-pthread| ; \
X+		 /-system/s|/usr/local/|${LOCALBASE}/| ; \
X 		 /--cflags-only-I gtk+-2.0/s|=.*|= $$(GTK_INCPATH)| ; \
X 		 /--cflags-only-other gtk+-2.0/s|=.*|= $$(GTK_CCOMFLAGS)| ; \
X 		 /--libs gtk+-2.0/s|=.*|= $$(GTK_LIBS)| ; \
Xdiff -urN /usr/ports/emulators/mame/distinfo emulators/mame/distinfo
X--- /usr/ports/emulators/mame/distinfo	2013-02-05 19:27:59.000000000 +0900
X+++ emulators/mame/distinfo	2013-06-16 00:00:00.000000000 +0900
X@@ -1,2 +1,2 @@
X-SHA256 (mame/mame0148s.zip) = 78d8a68ba53934fdfc895f450c08682dada81f7ec3e74a98fb042539506d9321
X-SIZE (mame/mame0148s.zip) = 33822494
X+SHA256 (mame/mame0149s.zip) = 0e41b5773bea217d3ca04002903ac5ef569e6f5b67c05c72496d2cd7993b0a6b
X+SIZE (mame/mame0149s.zip) = 35160585
Xdiff -urN /usr/ports/emulators/mame/pkg-plist emulators/mame/pkg-plist
X--- /usr/ports/emulators/mame/pkg-plist	2013-02-05 19:27:59.000000000 +0900
X+++ emulators/mame/pkg-plist	2013-06-16 00:00:00.000000000 +0900
X@@ -6,6 +6,7 @@
X libexec/mame/romcmp
X libexec/mame/testkeys
X libexec/mame/unidasm
X+%%PORTDOCS%%%%DOCSDIR%%/docs/SDL.txt
X %%PORTDOCS%%%%DOCSDIR%%/docs/config.txt
X %%PORTDOCS%%%%DOCSDIR%%/docs/hlsl.txt
X %%PORTDOCS%%%%DOCSDIR%%/docs/imgtool.txt
X@@ -33,7 +34,9 @@
X %%DATADIR%%/hash/adam_cart.xml
X %%DATADIR%%/hash/adam_cass.xml
X %%DATADIR%%/hash/adam_flop.xml
X+%%DATADIR%%/hash/advantage.xml
X %%DATADIR%%/hash/advision.xml
X+%%DATADIR%%/hash/aim65_cart.xml
X %%DATADIR%%/hash/alice32.xml
X %%DATADIR%%/hash/alice90.xml
X %%DATADIR%%/hash/amiga1000_flop.xml
X@@ -56,6 +59,7 @@
X %%DATADIR%%/hash/arcadia.xml
X %%DATADIR%%/hash/astrocde.xml
X %%DATADIR%%/hash/atom.xml
X+%%DATADIR%%/hash/attache.xml
X %%DATADIR%%/hash/b2m.xml
X %%DATADIR%%/hash/bbca_cass.xml
X %%DATADIR%%/hash/bbcb_cass.xml
X@@ -65,14 +69,18 @@
X %%DATADIR%%/hash/bk0010.xml
X %%DATADIR%%/hash/bw12.xml
X %%DATADIR%%/hash/bw2.xml
X+%%DATADIR%%/hash/bx256hp_flop.xml
X %%DATADIR%%/hash/c128_cart.xml
X %%DATADIR%%/hash/c128_flop.xml
X %%DATADIR%%/hash/c128_rom.xml
X %%DATADIR%%/hash/c64_cart.xml
X+%%DATADIR%%/hash/c64_cass.xml
X %%DATADIR%%/hash/c64_flop.xml
X %%DATADIR%%/hash/casloopy.xml
X %%DATADIR%%/hash/cbm2_cart.xml
X %%DATADIR%%/hash/cbm2_flop.xml
X+%%DATADIR%%/hash/cbm8096_flop.xml
X+%%DATADIR%%/hash/cbm8296_flop.xml
X %%DATADIR%%/hash/cd32.xml
X %%DATADIR%%/hash/cdi.xml
X %%DATADIR%%/hash/cdtv.xml
X@@ -85,12 +93,17 @@
X %%DATADIR%%/hash/cpc_flop.xml
X %%DATADIR%%/hash/crvision.xml
X %%DATADIR%%/hash/dim68k.xml
X+%%DATADIR%%/hash/ec1841.xml
X %%DATADIR%%/hash/einstein.xml
X %%DATADIR%%/hash/electron_cart.xml
X+%%DATADIR%%/hash/ep64_cart.xml
X+%%DATADIR%%/hash/ep64_cass.xml
X+%%DATADIR%%/hash/ep64_flop.xml
X %%DATADIR%%/hash/famicom_flop.xml
X %%DATADIR%%/hash/fm77av.xml
X %%DATADIR%%/hash/fm7_cass.xml
X %%DATADIR%%/hash/fm7_disk.xml
X+%%DATADIR%%/hash/g7400.xml
X %%DATADIR%%/hash/galaxy.xml
X %%DATADIR%%/hash/gameboy.xml
X %%DATADIR%%/hash/gamecom.xml
X@@ -102,12 +115,15 @@
X %%DATADIR%%/hash/gmaster.xml
X %%DATADIR%%/hash/gp32.xml
X %%DATADIR%%/hash/gx4000.xml
X+%%DATADIR%%/hash/horizon.xml
X+%%DATADIR%%/hash/hx20_flop.xml
X %%DATADIR%%/hash/ibm5140.xml
X %%DATADIR%%/hash/ibm5150.xml
X %%DATADIR%%/hash/ibm5150_cass.xml
X %%DATADIR%%/hash/ibm5170.xml
X %%DATADIR%%/hash/ibmpcjr_cart.xml
X %%DATADIR%%/hash/ibmpcjr_flop.xml
X+%%DATADIR%%/hash/interact.xml
X %%DATADIR%%/hash/intv.hsi
X %%DATADIR%%/hash/intv.xml
X %%DATADIR%%/hash/intvecs.xml
X@@ -116,6 +132,7 @@
X %%DATADIR%%/hash/iq151_flop.xml
X %%DATADIR%%/hash/jaguar.xml
X %%DATADIR%%/hash/juicebox.xml
X+%%DATADIR%%/hash/kayproii.xml
X %%DATADIR%%/hash/kc_cart.xml
X %%DATADIR%%/hash/kc_cass.xml
X %%DATADIR%%/hash/kc_flop.xml
X@@ -124,42 +141,53 @@
X %%DATADIR%%/hash/lisa2.xml
X %%DATADIR%%/hash/lviv.xml
X %%DATADIR%%/hash/lynx.xml
X+%%DATADIR%%/hash/m20.xml
X %%DATADIR%%/hash/m5.xml
X %%DATADIR%%/hash/mac_flop.xml
X %%DATADIR%%/hash/mac_hdd.xml
X %%DATADIR%%/hash/mbc55x.xml
X+%%DATADIR%%/hash/mc1502_flop.xml
X %%DATADIR%%/hash/megacd.xml
X %%DATADIR%%/hash/megacdj.xml
X %%DATADIR%%/hash/megadriv.xml
X %%DATADIR%%/hash/megaduck.xml
X %%DATADIR%%/hash/megapc.xml
X %%DATADIR%%/hash/megatech.xml
X+%%DATADIR%%/hash/microvision.xml
X %%DATADIR%%/hash/mikrosha.xml
X+%%DATADIR%%/hash/misterx.xml
X %%DATADIR%%/hash/mm1_flop.xml
X+%%DATADIR%%/hash/mo5_cart.xml
X %%DATADIR%%/hash/mpz80.xml
X %%DATADIR%%/hash/msx.hsi
X %%DATADIR%%/hash/msx1_cart.xml
X+%%DATADIR%%/hash/msx1_cass.xml
X %%DATADIR%%/hash/msx2.hsi
X %%DATADIR%%/hash/msx2_cart.xml
X %%DATADIR%%/hash/mz2000_cass.xml
X %%DATADIR%%/hash/mz2000_flop.xml
X %%DATADIR%%/hash/mz2500.xml
X %%DATADIR%%/hash/mz700_cass.xml
X+%%DATADIR%%/hash/mz800_cass.xml
X %%DATADIR%%/hash/n64.xml
X %%DATADIR%%/hash/n64dd.xml
X %%DATADIR%%/hash/neocd.xml
X %%DATADIR%%/hash/neogeo.xml
X %%DATADIR%%/hash/nes.hsi
X %%DATADIR%%/hash/nes.xml
X+%%DATADIR%%/hash/nes_ntbrom.xml
X %%DATADIR%%/hash/next.xml
X %%DATADIR%%/hash/ngp.xml
X %%DATADIR%%/hash/ngpc.xml
X+%%DATADIR%%/hash/nimbus.xml
X+%%DATADIR%%/hash/odyssey2.xml
X %%DATADIR%%/hash/ondra.xml
X %%DATADIR%%/hash/orao.xml
X %%DATADIR%%/hash/orion_cart.xml
X %%DATADIR%%/hash/orion_cass.xml
X %%DATADIR%%/hash/orion_flop.xml
X %%DATADIR%%/hash/orionpro_flop.xml
X+%%DATADIR%%/hash/osborne1.xml
X %%DATADIR%%/hash/p500_flop.xml
X %%DATADIR%%/hash/partner_cass.xml
X %%DATADIR%%/hash/partner_flop.xml
X@@ -178,20 +206,28 @@
X %%DATADIR%%/hash/pcw16.xml
X %%DATADIR%%/hash/pecom_cass.xml
X %%DATADIR%%/hash/pentagon_cass.xml
X+%%DATADIR%%/hash/pet_cass.xml
X+%%DATADIR%%/hash/pet_flop.xml
X+%%DATADIR%%/hash/pet_rom.xml
X %%DATADIR%%/hash/pico.xml
X %%DATADIR%%/hash/pippin.xml
X %%DATADIR%%/hash/pippin_flop.xml
X %%DATADIR%%/hash/plus4_cart.xml
X+%%DATADIR%%/hash/plus4_cass.xml
X %%DATADIR%%/hash/plus4_flop.xml
X %%DATADIR%%/hash/pokemini.xml
X+%%DATADIR%%/hash/prof180.xml
X+%%DATADIR%%/hash/prof80.xml
X %%DATADIR%%/hash/psion.xml
X %%DATADIR%%/hash/psx.xml
X %%DATADIR%%/hash/pv1000.xml
X %%DATADIR%%/hash/pv2000.xml
X %%DATADIR%%/hash/px4_cart.xml
X %%DATADIR%%/hash/pyl601.xml
X-%%DATADIR%%/hash/ql.xml
X+%%DATADIR%%/hash/ql_cart.xml
X %%DATADIR%%/hash/ql_cass.xml
X+%%DATADIR%%/hash/ql_flop.xml
X+%%DATADIR%%/hash/qx10_flop.xml
X %%DATADIR%%/hash/radio86.xml
X %%DATADIR%%/hash/rainbow.xml
X %%DATADIR%%/hash/rx78.xml
X@@ -208,9 +244,14 @@
X %%DATADIR%%/hash/smc777.xml
X %%DATADIR%%/hash/sms.xml
X %%DATADIR%%/hash/snes.xml
X+%%DATADIR%%/hash/snes_bspack.xml
X+%%DATADIR%%/hash/snes_strom.xml
X %%DATADIR%%/hash/socrates.xml
X+%%DATADIR%%/hash/softbox.xml
X %%DATADIR%%/hash/softwarelist.dtd
X %%DATADIR%%/hash/sorcerer_cart.xml
X+%%DATADIR%%/hash/sorcerer_cass.xml
X+%%DATADIR%%/hash/sorcerer_flop.xml
X %%DATADIR%%/hash/special_cass.xml
X %%DATADIR%%/hash/special_flop.xml
X %%DATADIR%%/hash/spectrum.xml
X@@ -221,18 +262,23 @@
X %%DATADIR%%/hash/studio2.xml
X %%DATADIR%%/hash/stv.xml
X %%DATADIR%%/hash/super6.xml
X+%%DATADIR%%/hash/superpet_flop.xml
X %%DATADIR%%/hash/supracan.xml
X %%DATADIR%%/hash/svi318_cart.xml
X %%DATADIR%%/hash/svi318_cass.xml
X %%DATADIR%%/hash/svi318_flop.xml
X %%DATADIR%%/hash/svision.xml
X+%%DATADIR%%/hash/svmu.xml
X %%DATADIR%%/hash/tandy200.xml
X %%DATADIR%%/hash/tandy2k.xml
X %%DATADIR%%/hash/tandy6k.xml
X %%DATADIR%%/hash/tdv2324.xml
X+%%DATADIR%%/hash/tek4052_cart.xml
X %%DATADIR%%/hash/tg16.xml
X %%DATADIR%%/hash/ti99_cart.xml
X %%DATADIR%%/hash/tiki100.xml
X+%%DATADIR%%/hash/to770_cart.xml
X+%%DATADIR%%/hash/to7_cart.xml
X %%DATADIR%%/hash/trs80m2.xml
X %%DATADIR%%/hash/trsm100.xml
X %%DATADIR%%/hash/tutor.xml
X@@ -246,12 +292,14 @@
X %%DATADIR%%/hash/vg5k.xml
X %%DATADIR%%/hash/vic10.xml
X %%DATADIR%%/hash/vic1001_cart.xml
X+%%DATADIR%%/hash/vic1001_cass.xml
X %%DATADIR%%/hash/vic1001_flop.xml
X %%DATADIR%%/hash/vidbrain.xml
X %%DATADIR%%/hash/vii.xml
X %%DATADIR%%/hash/vip.xml
X %%DATADIR%%/hash/vixen.xml
X-%%DATADIR%%/hash/vsmile.xml
X+%%DATADIR%%/hash/vsmile_cart.xml
X+%%DATADIR%%/hash/vsmile_cd.xml
X %%DATADIR%%/hash/wangpc.xml
X %%DATADIR%%/hash/wmbullet.xml
X %%DATADIR%%/hash/wscolor.xml
8b92337adc5b7b7ad6d1db78e8717c3e
echo x - emulators_mess.diff
sed 's/^X//' >emulators_mess.diff << '13f7e11912cff6c9343e13b09ba021e1'
Xdiff -urN /usr/ports/emulators/mess/Makefile emulators/mess/Makefile
X--- /usr/ports/emulators/mess/Makefile	2013-06-10 15:16:22.000000000 +0900
X+++ emulators/mess/Makefile	2013-06-16 00:00:00.000000000 +0900
X@@ -2,8 +2,7 @@
X # $FreeBSD: head/emulators/mess/Makefile 320405 2013-06-09 19:30:58Z naddy $
X 
X PORTNAME=	mess
X-PORTVERSION=	0.148${PATCHSUFFIX}
X-PORTREVISION=	1
X+PORTVERSION=	0.149${PATCHSUFFIX}
X CATEGORIES=	emulators
X MASTER_SITES=	SF/mame.mirror/MAME%20${PORTVERSION} \
X 		http://mame.mirrors.zippykid.com/releases/ \
X@@ -23,17 +22,24 @@
X 		fontconfig:${PORTSDIR}/x11-fonts/fontconfig
X RUN_DEPENDS=	liberation-fonts-ttf>=0:${PORTSDIR}/x11-fonts/liberation-fonts-ttf
X 
X-OPTIONS_DEFINE=	BUILTIN_DEBUGGER DEBUG DOCS EXAMPLES
X-BUILTIN_DEBUGGER_DESC=	Enable builtin debugger support
X+OPTIONS_DEFINE=	DEBUG DOCS EXAMPLES
X+OPTIONS_RADIO=	BUILTIN_DEBUGGER
X+OPTIONS_RADIO_BUILTIN_DEBUGGER=	GTK2 QT4
X+BUILTIN_DEBUGGER_DESC=	Builtin debugger support
X 
X NO_WRKSUBDIR=	yes
X 
X USE_ZIP=	yes
X+USES=		pkgconfig shebangfix
X+SHEBANG_FILES=	src/emu/cpu/m6502/m6502make.py \
X+		src/emu/cpu/m6809/m6809make.py \
X+		src/emu/cpu/mcs96/mcs96make.py \
X+		src/emu/cpu/tms57002/tmsmake.py
X USE_XORG=	xext xi xinerama xrender
X USE_GL=		gl
X USE_SDL=	sdl ttf
X+USE_PYTHON_BUILD=yes
X USE_GMAKE=	yes
X-USE_PYTHON=	yes
X MAKE_ENV=	NOWERROR=1 OPTIMIZE=0 USE_NETWORK=1 \
X 		OPT_FLAGS="${CXXFLAGS}" GCC_LDFLAGS="${LDFLAGS}" \
X 		TARGET="${PORTNAME}"
X@@ -53,31 +59,40 @@
X 
X .include <bsd.port.options.mk>
X 
X-.if ${PORT_OPTIONS:MBUILTIN_DEBUGGER}
X+.if ${PORT_OPTIONS:MDEBUG}
X+MAKE_ENV+=	DEBUG=1
X+.endif
X+
X+.if ${PORT_OPTIONS:MGTK2}
X USE_GNOME=	gtk20 gconf2
X MAKE_ENV+=	GTK_INCPATH="$$(pkg-config --cflags-only-I gtk+-2.0 gconf-2.0)" \
X 		GTK_CCOMFLAGS="$$(pkg-config --cflags-only-other gtk+-2.0 gconf-2.0)" \
X 		GTK_LIBS="$$(pkg-config --libs gtk+-2.0 gconf-2.0)"
X .else
X-MAKE_ENV+=	NO_DEBUGGER=1 \
X-		GTK_INCPATH="" \
X+MAKE_ENV+=	GTK_INCPATH="" \
X 		GTK_CCOMFLAGS="" \
X 		GTK_LIBS=""
X .endif
X 
X-.if ${PORT_OPTIONS:MDEBUG}
X-MAKE_ENV+=	DEBUG=1
X+.if ${PORT_OPTIONS:MQT4}
X+USE_QT4=	gui moc_build qmake_build
X+.else
X+MAKE_ENV+=	NO_USE_QTDEBUG=1
X+.endif
X+
X+.if empty(PORT_OPTIONS:MGTK2) && empty(PORT_OPTIONS:MQT4)
X+MAKE_ENV+=	NO_DEBUGGER=1
X .endif
X 
X .include <bsd.port.pre.mk>
X 
X-.if exists(/usr/bin/clang) && ${OSVERSION} >= 900014
X-CC=		/usr/bin/clang
X-CPP=		/usr/bin/clang-cpp
X-CXX=		/usr/bin/clang++
X-.else
X+#.if exists(/usr/bin/clang) && ${OSVERSION} >= 900014
X+#CC=		/usr/bin/clang
X+#CPP=		/usr/bin/clang-cpp
X+#CXX=		/usr/bin/clang++
X+#.else
X USE_GCC=	4.6+
X-.endif
X+#.endif
X 
X .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
X BROKEN=		Does not install on ia64, powerpc, or sparc64
X@@ -105,9 +120,12 @@
X 		 s| = @g++| := $$(CXX)| ; \
X 		 s|^FULLNAME =.*|FULLNAME = $$(NAME)| ; \
X 		 /--warn-common/s|= -Wl,|= $$(GCC_LDFLAGS) -Wl,| ; \
X-		 /LDFLAGS/s|-s||' ${WRKSRC}/makefile
X+		 /LDFLAGS/s|-s|| ; \
X+		 /LIBS/s|-lstdc++|| ; \
X+		 /LIBS/s|-lpthread|-pthread|' ${WRKSRC}/makefile
X 	@${REINPLACE_CMD} -e \
X-		'/-system/s|/usr/local/|${LOCALBASE}/| ; \
X+		'/LIBS/s|-lpthread|-pthread| ; \
X+		 /-system/s|/usr/local/|${LOCALBASE}/| ; \
X 		 /--cflags-only-I gtk+-2.0/s|=.*|= $$(GTK_INCPATH)| ; \
X 		 /--cflags-only-other gtk+-2.0/s|=.*|= $$(GTK_CCOMFLAGS)| ; \
X 		 /--libs gtk+-2.0/s|=.*|= $$(GTK_LIBS)| ; \
Xdiff -urN /usr/ports/emulators/mess/distinfo emulators/mess/distinfo
X--- /usr/ports/emulators/mess/distinfo	2013-02-05 19:27:59.000000000 +0900
X+++ emulators/mess/distinfo	2013-06-16 00:00:00.000000000 +0900
X@@ -1,2 +1,2 @@
X-SHA256 (mame/mame0148s.zip) = 78d8a68ba53934fdfc895f450c08682dada81f7ec3e74a98fb042539506d9321
X-SIZE (mame/mame0148s.zip) = 33822494
X+SHA256 (mame/mame0149s.zip) = 0e41b5773bea217d3ca04002903ac5ef569e6f5b67c05c72496d2cd7993b0a6b
X+SIZE (mame/mame0149s.zip) = 35160585
Xdiff -urN /usr/ports/emulators/mess/pkg-plist emulators/mess/pkg-plist
X--- /usr/ports/emulators/mess/pkg-plist	2013-02-05 19:27:59.000000000 +0900
X+++ emulators/mess/pkg-plist	2013-06-16 00:00:00.000000000 +0900
X@@ -8,6 +8,7 @@
X libexec/mess/romcmp
X libexec/mess/testkeys
X libexec/mess/unidasm
X+%%PORTDOCS%%%%DOCSDIR%%/docs/SDL.txt
X %%PORTDOCS%%%%DOCSDIR%%/docs/config.txt
X %%PORTDOCS%%%%DOCSDIR%%/docs/hlsl.txt
X %%PORTDOCS%%%%DOCSDIR%%/docs/imgtool.txt
X@@ -35,7 +36,9 @@
X %%DATADIR%%/hash/adam_cart.xml
X %%DATADIR%%/hash/adam_cass.xml
X %%DATADIR%%/hash/adam_flop.xml
X+%%DATADIR%%/hash/advantage.xml
X %%DATADIR%%/hash/advision.xml
X+%%DATADIR%%/hash/aim65_cart.xml
X %%DATADIR%%/hash/alice32.xml
X %%DATADIR%%/hash/alice90.xml
X %%DATADIR%%/hash/amiga1000_flop.xml
X@@ -58,6 +61,7 @@
X %%DATADIR%%/hash/arcadia.xml
X %%DATADIR%%/hash/astrocde.xml
X %%DATADIR%%/hash/atom.xml
X+%%DATADIR%%/hash/attache.xml
X %%DATADIR%%/hash/b2m.xml
X %%DATADIR%%/hash/bbca_cass.xml
X %%DATADIR%%/hash/bbcb_cass.xml
X@@ -67,14 +71,18 @@
X %%DATADIR%%/hash/bk0010.xml
X %%DATADIR%%/hash/bw12.xml
X %%DATADIR%%/hash/bw2.xml
X+%%DATADIR%%/hash/bx256hp_flop.xml
X %%DATADIR%%/hash/c128_cart.xml
X %%DATADIR%%/hash/c128_flop.xml
X %%DATADIR%%/hash/c128_rom.xml
X %%DATADIR%%/hash/c64_cart.xml
X+%%DATADIR%%/hash/c64_cass.xml
X %%DATADIR%%/hash/c64_flop.xml
X %%DATADIR%%/hash/casloopy.xml
X %%DATADIR%%/hash/cbm2_cart.xml
X %%DATADIR%%/hash/cbm2_flop.xml
X+%%DATADIR%%/hash/cbm8096_flop.xml
X+%%DATADIR%%/hash/cbm8296_flop.xml
X %%DATADIR%%/hash/cd32.xml
X %%DATADIR%%/hash/cdi.xml
X %%DATADIR%%/hash/cdtv.xml
X@@ -87,12 +95,17 @@
X %%DATADIR%%/hash/cpc_flop.xml
X %%DATADIR%%/hash/crvision.xml
X %%DATADIR%%/hash/dim68k.xml
X+%%DATADIR%%/hash/ec1841.xml
X %%DATADIR%%/hash/einstein.xml
X %%DATADIR%%/hash/electron_cart.xml
X+%%DATADIR%%/hash/ep64_cart.xml
X+%%DATADIR%%/hash/ep64_cass.xml
X+%%DATADIR%%/hash/ep64_flop.xml
X %%DATADIR%%/hash/famicom_flop.xml
X %%DATADIR%%/hash/fm77av.xml
X %%DATADIR%%/hash/fm7_cass.xml
X %%DATADIR%%/hash/fm7_disk.xml
X+%%DATADIR%%/hash/g7400.xml
X %%DATADIR%%/hash/galaxy.xml
X %%DATADIR%%/hash/gameboy.xml
X %%DATADIR%%/hash/gamecom.xml
X@@ -104,12 +117,15 @@
X %%DATADIR%%/hash/gmaster.xml
X %%DATADIR%%/hash/gp32.xml
X %%DATADIR%%/hash/gx4000.xml
X+%%DATADIR%%/hash/horizon.xml
X+%%DATADIR%%/hash/hx20_flop.xml
X %%DATADIR%%/hash/ibm5140.xml
X %%DATADIR%%/hash/ibm5150.xml
X %%DATADIR%%/hash/ibm5150_cass.xml
X %%DATADIR%%/hash/ibm5170.xml
X %%DATADIR%%/hash/ibmpcjr_cart.xml
X %%DATADIR%%/hash/ibmpcjr_flop.xml
X+%%DATADIR%%/hash/interact.xml
X %%DATADIR%%/hash/intv.hsi
X %%DATADIR%%/hash/intv.xml
X %%DATADIR%%/hash/intvecs.xml
X@@ -118,6 +134,7 @@
X %%DATADIR%%/hash/iq151_flop.xml
X %%DATADIR%%/hash/jaguar.xml
X %%DATADIR%%/hash/juicebox.xml
X+%%DATADIR%%/hash/kayproii.xml
X %%DATADIR%%/hash/kc_cart.xml
X %%DATADIR%%/hash/kc_cass.xml
X %%DATADIR%%/hash/kc_flop.xml
X@@ -126,42 +143,53 @@
X %%DATADIR%%/hash/lisa2.xml
X %%DATADIR%%/hash/lviv.xml
X %%DATADIR%%/hash/lynx.xml
X+%%DATADIR%%/hash/m20.xml
X %%DATADIR%%/hash/m5.xml
X %%DATADIR%%/hash/mac_flop.xml
X %%DATADIR%%/hash/mac_hdd.xml
X %%DATADIR%%/hash/mbc55x.xml
X+%%DATADIR%%/hash/mc1502_flop.xml
X %%DATADIR%%/hash/megacd.xml
X %%DATADIR%%/hash/megacdj.xml
X %%DATADIR%%/hash/megadriv.xml
X %%DATADIR%%/hash/megaduck.xml
X %%DATADIR%%/hash/megapc.xml
X %%DATADIR%%/hash/megatech.xml
X+%%DATADIR%%/hash/microvision.xml
X %%DATADIR%%/hash/mikrosha.xml
X+%%DATADIR%%/hash/misterx.xml
X %%DATADIR%%/hash/mm1_flop.xml
X+%%DATADIR%%/hash/mo5_cart.xml
X %%DATADIR%%/hash/mpz80.xml
X %%DATADIR%%/hash/msx.hsi
X %%DATADIR%%/hash/msx1_cart.xml
X+%%DATADIR%%/hash/msx1_cass.xml
X %%DATADIR%%/hash/msx2.hsi
X %%DATADIR%%/hash/msx2_cart.xml
X %%DATADIR%%/hash/mz2000_cass.xml
X %%DATADIR%%/hash/mz2000_flop.xml
X %%DATADIR%%/hash/mz2500.xml
X %%DATADIR%%/hash/mz700_cass.xml
X+%%DATADIR%%/hash/mz800_cass.xml
X %%DATADIR%%/hash/n64.xml
X %%DATADIR%%/hash/n64dd.xml
X %%DATADIR%%/hash/neocd.xml
X %%DATADIR%%/hash/neogeo.xml
X %%DATADIR%%/hash/nes.hsi
X %%DATADIR%%/hash/nes.xml
X+%%DATADIR%%/hash/nes_ntbrom.xml
X %%DATADIR%%/hash/next.xml
X %%DATADIR%%/hash/ngp.xml
X %%DATADIR%%/hash/ngpc.xml
X+%%DATADIR%%/hash/nimbus.xml
X+%%DATADIR%%/hash/odyssey2.xml
X %%DATADIR%%/hash/ondra.xml
X %%DATADIR%%/hash/orao.xml
X %%DATADIR%%/hash/orion_cart.xml
X %%DATADIR%%/hash/orion_cass.xml
X %%DATADIR%%/hash/orion_flop.xml
X %%DATADIR%%/hash/orionpro_flop.xml
X+%%DATADIR%%/hash/osborne1.xml
X %%DATADIR%%/hash/p500_flop.xml
X %%DATADIR%%/hash/partner_cass.xml
X %%DATADIR%%/hash/partner_flop.xml
X@@ -180,20 +208,28 @@
X %%DATADIR%%/hash/pcw16.xml
X %%DATADIR%%/hash/pecom_cass.xml
X %%DATADIR%%/hash/pentagon_cass.xml
X+%%DATADIR%%/hash/pet_cass.xml
X+%%DATADIR%%/hash/pet_flop.xml
X+%%DATADIR%%/hash/pet_rom.xml
X %%DATADIR%%/hash/pico.xml
X %%DATADIR%%/hash/pippin.xml
X %%DATADIR%%/hash/pippin_flop.xml
X %%DATADIR%%/hash/plus4_cart.xml
X+%%DATADIR%%/hash/plus4_cass.xml
X %%DATADIR%%/hash/plus4_flop.xml
X %%DATADIR%%/hash/pokemini.xml
X+%%DATADIR%%/hash/prof180.xml
X+%%DATADIR%%/hash/prof80.xml
X %%DATADIR%%/hash/psion.xml
X %%DATADIR%%/hash/psx.xml
X %%DATADIR%%/hash/pv1000.xml
X %%DATADIR%%/hash/pv2000.xml
X %%DATADIR%%/hash/px4_cart.xml
X %%DATADIR%%/hash/pyl601.xml
X-%%DATADIR%%/hash/ql.xml
X+%%DATADIR%%/hash/ql_cart.xml
X %%DATADIR%%/hash/ql_cass.xml
X+%%DATADIR%%/hash/ql_flop.xml
X+%%DATADIR%%/hash/qx10_flop.xml
X %%DATADIR%%/hash/radio86.xml
X %%DATADIR%%/hash/rainbow.xml
X %%DATADIR%%/hash/rx78.xml
X@@ -210,9 +246,14 @@
X %%DATADIR%%/hash/smc777.xml
X %%DATADIR%%/hash/sms.xml
X %%DATADIR%%/hash/snes.xml
X+%%DATADIR%%/hash/snes_bspack.xml
X+%%DATADIR%%/hash/snes_strom.xml
X %%DATADIR%%/hash/socrates.xml
X+%%DATADIR%%/hash/softbox.xml
X %%DATADIR%%/hash/softwarelist.dtd
X %%DATADIR%%/hash/sorcerer_cart.xml
X+%%DATADIR%%/hash/sorcerer_cass.xml
X+%%DATADIR%%/hash/sorcerer_flop.xml
X %%DATADIR%%/hash/special_cass.xml
X %%DATADIR%%/hash/special_flop.xml
X %%DATADIR%%/hash/spectrum.xml
X@@ -223,18 +264,23 @@
X %%DATADIR%%/hash/studio2.xml
X %%DATADIR%%/hash/stv.xml
X %%DATADIR%%/hash/super6.xml
X+%%DATADIR%%/hash/superpet_flop.xml
X %%DATADIR%%/hash/supracan.xml
X %%DATADIR%%/hash/svi318_cart.xml
X %%DATADIR%%/hash/svi318_cass.xml
X %%DATADIR%%/hash/svi318_flop.xml
X %%DATADIR%%/hash/svision.xml
X+%%DATADIR%%/hash/svmu.xml
X %%DATADIR%%/hash/tandy200.xml
X %%DATADIR%%/hash/tandy2k.xml
X %%DATADIR%%/hash/tandy6k.xml
X %%DATADIR%%/hash/tdv2324.xml
X+%%DATADIR%%/hash/tek4052_cart.xml
X %%DATADIR%%/hash/tg16.xml
X %%DATADIR%%/hash/ti99_cart.xml
X %%DATADIR%%/hash/tiki100.xml
X+%%DATADIR%%/hash/to770_cart.xml
X+%%DATADIR%%/hash/to7_cart.xml
X %%DATADIR%%/hash/trs80m2.xml
X %%DATADIR%%/hash/trsm100.xml
X %%DATADIR%%/hash/tutor.xml
X@@ -248,12 +294,14 @@
X %%DATADIR%%/hash/vg5k.xml
X %%DATADIR%%/hash/vic10.xml
X %%DATADIR%%/hash/vic1001_cart.xml
X+%%DATADIR%%/hash/vic1001_cass.xml
X %%DATADIR%%/hash/vic1001_flop.xml
X %%DATADIR%%/hash/vidbrain.xml
X %%DATADIR%%/hash/vii.xml
X %%DATADIR%%/hash/vip.xml
X %%DATADIR%%/hash/vixen.xml
X-%%DATADIR%%/hash/vsmile.xml
X+%%DATADIR%%/hash/vsmile_cart.xml
X+%%DATADIR%%/hash/vsmile_cd.xml
X %%DATADIR%%/hash/wangpc.xml
X %%DATADIR%%/hash/wmbullet.xml
X %%DATADIR%%/hash/wscolor.xml
13f7e11912cff6c9343e13b09ba021e1
echo x - emulators_qmc2.diff
sed 's/^X//' >emulators_qmc2.diff << 'db55c78c3bf9192c4def1b21f00fbc6f'
Xdiff -urN /usr/ports/emulators/qmc2/Makefile emulators/qmc2/Makefile
X--- /usr/ports/emulators/qmc2/Makefile	2013-02-05 19:27:59.000000000 +0900
X+++ emulators/qmc2/Makefile	2013-06-16 00:00:00.000000000 +0900
X@@ -2,7 +2,7 @@
X # $FreeBSD: head/emulators/qmc2/Makefile 311675 2013-02-05 09:10:32Z miwi $
X 
X PORTNAME=	qmc2
X-PORTVERSION=	0.38
X+PORTVERSION=	0.39
X CATEGORIES=	emulators
X MASTER_SITES=	SF
X 
X@@ -27,7 +27,7 @@
X 		SYSCONFDIR="${PREFIX}/etc" ARCH="${OPSYS}" \
X 		CC_FLAGS="${CFLAGS}" CXX_FLAGS="${CXXFLAGS}" \
X 		CC="${CC}" CXX="${CXX}" LINK="${CXX}"
X-MAKE_JOBS_UNSAFE=yes
X+MAKE_JOBS_SAFE=	yes
X 
X DESKTOP_ENTRIES="QMC2 (MAME)" "MAME frontend" "${DATADIR}/img/mame.png" \
X 		"${PORTNAME}-sdlmame" "Game;Emulator;Qt;" "true" \
Xdiff -urN /usr/ports/emulators/qmc2/distinfo emulators/qmc2/distinfo
X--- /usr/ports/emulators/qmc2/distinfo	2013-02-05 19:27:59.000000000 +0900
X+++ emulators/qmc2/distinfo	2013-06-16 00:00:00.000000000 +0900
X@@ -1,2 +1,2 @@
X-SHA256 (qmc2-0.38.tar.bz2) = 62c9ae43e55ca7754f84e5b991d36d7b6588c52d4649f89ee2a91b0bc30c2fb1
X-SIZE (qmc2-0.38.tar.bz2) = 11680414
X+SHA256 (qmc2-0.39.tar.bz2) = 90ecce2ba19d0df4910b5fa9d88d29755c97650456b87ee2db35af6c29397ab9
X+SIZE (qmc2-0.39.tar.bz2) = 14003146
Xdiff -urN /usr/ports/emulators/qmc2/pkg-plist emulators/qmc2/pkg-plist
X--- /usr/ports/emulators/qmc2/pkg-plist	2013-02-05 19:27:59.000000000 +0900
X+++ emulators/qmc2/pkg-plist	2013-06-16 00:00:00.000000000 +0900
X@@ -4,28 +4,24 @@
X %%PORTDOCS%%%%DOCSDIR%%/html/de/changes.html
X %%PORTDOCS%%%%DOCSDIR%%/html/de/copying.html
X %%PORTDOCS%%%%DOCSDIR%%/html/de/credits.html
X-%%PORTDOCS%%%%DOCSDIR%%/html/de/faq.html
X %%PORTDOCS%%%%DOCSDIR%%/html/de/index.html
X %%PORTDOCS%%%%DOCSDIR%%/html/de/readme.html
X %%PORTDOCS%%%%DOCSDIR%%/html/de/todo.html
X %%PORTDOCS%%%%DOCSDIR%%/html/el/changes.html
X %%PORTDOCS%%%%DOCSDIR%%/html/el/copying.html
X %%PORTDOCS%%%%DOCSDIR%%/html/el/credits.html
X-%%PORTDOCS%%%%DOCSDIR%%/html/el/faq.html
X %%PORTDOCS%%%%DOCSDIR%%/html/el/index.html
X %%PORTDOCS%%%%DOCSDIR%%/html/el/readme.html
X %%PORTDOCS%%%%DOCSDIR%%/html/el/todo.html
X %%PORTDOCS%%%%DOCSDIR%%/html/es/changes.html
X %%PORTDOCS%%%%DOCSDIR%%/html/es/copying.html
X %%PORTDOCS%%%%DOCSDIR%%/html/es/credits.html
X-%%PORTDOCS%%%%DOCSDIR%%/html/es/faq.html
X %%PORTDOCS%%%%DOCSDIR%%/html/es/index.html
X %%PORTDOCS%%%%DOCSDIR%%/html/es/readme.html
X %%PORTDOCS%%%%DOCSDIR%%/html/es/todo.html
X %%PORTDOCS%%%%DOCSDIR%%/html/fr/changes.html
X %%PORTDOCS%%%%DOCSDIR%%/html/fr/copying.html
X %%PORTDOCS%%%%DOCSDIR%%/html/fr/credits.html
X-%%PORTDOCS%%%%DOCSDIR%%/html/fr/faq.html
X %%PORTDOCS%%%%DOCSDIR%%/html/fr/index.html
X %%PORTDOCS%%%%DOCSDIR%%/html/fr/readme.html
X %%PORTDOCS%%%%DOCSDIR%%/html/fr/todo.html
X@@ -50,42 +46,36 @@
X %%PORTDOCS%%%%DOCSDIR%%/html/it/changes.html
X %%PORTDOCS%%%%DOCSDIR%%/html/it/copying.html
X %%PORTDOCS%%%%DOCSDIR%%/html/it/credits.html
X-%%PORTDOCS%%%%DOCSDIR%%/html/it/faq.html
X %%PORTDOCS%%%%DOCSDIR%%/html/it/index.html
X %%PORTDOCS%%%%DOCSDIR%%/html/it/readme.html
X %%PORTDOCS%%%%DOCSDIR%%/html/it/todo.html
X %%PORTDOCS%%%%DOCSDIR%%/html/pl/changes.html
X %%PORTDOCS%%%%DOCSDIR%%/html/pl/copying.html
X %%PORTDOCS%%%%DOCSDIR%%/html/pl/credits.html
X-%%PORTDOCS%%%%DOCSDIR%%/html/pl/faq.html
X %%PORTDOCS%%%%DOCSDIR%%/html/pl/index.html
X %%PORTDOCS%%%%DOCSDIR%%/html/pl/readme.html
X %%PORTDOCS%%%%DOCSDIR%%/html/pl/todo.html
X %%PORTDOCS%%%%DOCSDIR%%/html/pt/changes.html
X %%PORTDOCS%%%%DOCSDIR%%/html/pt/copying.html
X %%PORTDOCS%%%%DOCSDIR%%/html/pt/credits.html
X-%%PORTDOCS%%%%DOCSDIR%%/html/pt/faq.html
X %%PORTDOCS%%%%DOCSDIR%%/html/pt/index.html
X %%PORTDOCS%%%%DOCSDIR%%/html/pt/readme.html
X %%PORTDOCS%%%%DOCSDIR%%/html/pt/todo.html
X %%PORTDOCS%%%%DOCSDIR%%/html/ro/changes.html
X %%PORTDOCS%%%%DOCSDIR%%/html/ro/copying.html
X %%PORTDOCS%%%%DOCSDIR%%/html/ro/credits.html
X-%%PORTDOCS%%%%DOCSDIR%%/html/ro/faq.html
X %%PORTDOCS%%%%DOCSDIR%%/html/ro/index.html
X %%PORTDOCS%%%%DOCSDIR%%/html/ro/readme.html
X %%PORTDOCS%%%%DOCSDIR%%/html/ro/todo.html
X %%PORTDOCS%%%%DOCSDIR%%/html/sv/changes.html
X %%PORTDOCS%%%%DOCSDIR%%/html/sv/copying.html
X %%PORTDOCS%%%%DOCSDIR%%/html/sv/credits.html
X-%%PORTDOCS%%%%DOCSDIR%%/html/sv/faq.html
X %%PORTDOCS%%%%DOCSDIR%%/html/sv/index.html
X %%PORTDOCS%%%%DOCSDIR%%/html/sv/readme.html
X %%PORTDOCS%%%%DOCSDIR%%/html/sv/todo.html
X %%PORTDOCS%%%%DOCSDIR%%/html/us/changes.html
X %%PORTDOCS%%%%DOCSDIR%%/html/us/copying.html
X %%PORTDOCS%%%%DOCSDIR%%/html/us/credits.html
X-%%PORTDOCS%%%%DOCSDIR%%/html/us/faq.html
X %%PORTDOCS%%%%DOCSDIR%%/html/us/index.html
X %%PORTDOCS%%%%DOCSDIR%%/html/us/readme.html
X %%PORTDOCS%%%%DOCSDIR%%/html/us/todo.html
X@@ -97,6 +87,7 @@
X %%DATADIR%%/img/back.png
X %%DATADIR%%/img/broom.png
X %%DATADIR%%/img/browser.png
X+%%DATADIR%%/img/brush.png
X %%DATADIR%%/img/calculator.png
X %%DATADIR%%/img/camera.png
X %%DATADIR%%/img/category.png
X@@ -110,6 +101,7 @@
X %%DATADIR%%/img/circles/back.png
X %%DATADIR%%/img/circles/broom.png
X %%DATADIR%%/img/circles/browser.png
X+%%DATADIR%%/img/circles/brush.png
X %%DATADIR%%/img/circles/calculator.png
X %%DATADIR%%/img/circles/camera.png
X %%DATADIR%%/img/circles/category.png
X@@ -142,6 +134,7 @@
X %%DATADIR%%/img/circles/disk2.png
X %%DATADIR%%/img/circles/dock.png
X %%DATADIR%%/img/circles/down.png
X+%%DATADIR%%/img/circles/down_action.png
X %%DATADIR%%/img/circles/download.png
X %%DATADIR%%/img/circles/east.png
X %%DATADIR%%/img/circles/edit.png
X@@ -165,8 +158,10 @@
X %%DATADIR%%/img/circles/fileprint.png
X %%DATADIR%%/img/circles/filesave.png
X %%DATADIR%%/img/circles/filesaveas.png
X+%%DATADIR%%/img/circles/filesaveas_and_apply.png
X %%DATADIR%%/img/circles/filter.png
X %%DATADIR%%/img/circles/find.png
X+%%DATADIR%%/img/circles/find_negate.png
X %%DATADIR%%/img/circles/flat.png
X %%DATADIR%%/img/circles/flip.png
X %%DATADIR%%/img/circles/folders-first.png
X@@ -200,6 +195,7 @@
X %%DATADIR%%/img/circles/launch_multiple.png
X %%DATADIR%%/img/circles/led_off.png
X %%DATADIR%%/img/circles/led_on.png
X+%%DATADIR%%/img/circles/left_action.png
X %%DATADIR%%/img/circles/lifebelt.png
X %%DATADIR%%/img/circles/locale.png
X %%DATADIR%%/img/circles/lock.png
X@@ -221,11 +217,13 @@
X %%DATADIR%%/img/circles/merge.png
X %%DATADIR%%/img/circles/merge_nok.png
X %%DATADIR%%/img/circles/merge_ok.png
X+%%DATADIR%%/img/circles/merge_unknown.png
X %%DATADIR%%/img/circles/mess.icns
X %%DATADIR%%/img/circles/mess.ico
X %%DATADIR%%/img/circles/mess.png
X %%DATADIR%%/img/circles/minimize.png
X %%DATADIR%%/img/circles/minus.png
X+%%DATADIR%%/img/circles/minus_all.png
X %%DATADIR%%/img/circles/movie.png
X %%DATADIR%%/img/circles/music.png
X %%DATADIR%%/img/circles/next-sail.png
X@@ -238,12 +236,17 @@
X %%DATADIR%%/img/circles/pacman.png
X %%DATADIR%%/img/circles/pencils.png
X %%DATADIR%%/img/circles/plus.png
X+%%DATADIR%%/img/circles/plus_all.png
X+%%DATADIR%%/img/circles/preview.png
X %%DATADIR%%/img/circles/previous-sail.png
X %%DATADIR%%/img/circles/previous.png
X %%DATADIR%%/img/circles/process.png
X %%DATADIR%%/img/circles/process_multiple.png
X %%DATADIR%%/img/circles/project_mess.png
X+%%DATADIR%%/img/circles/qchdman.ico
X+%%DATADIR%%/img/circles/qchdman.png
X %%DATADIR%%/img/circles/qmc2-arcade-setup.png
X+%%DATADIR%%/img/circles/qmc2-arcade.ico
X %%DATADIR%%/img/circles/qmc2-arcade.png
X %%DATADIR%%/img/circles/qmc2_logo_big.png
X %%DATADIR%%/img/circles/qmc2_logo_small.png
X@@ -264,12 +267,19 @@
X %%DATADIR%%/img/circles/remove.png
X %%DATADIR%%/img/circles/remove_from_favorites.png
X %%DATADIR%%/img/circles/rename.png
X+%%DATADIR%%/img/circles/reset.png
X+%%DATADIR%%/img/circles/right_action.png
X %%DATADIR%%/img/circles/rom.png
X %%DATADIR%%/img/circles/rom_multiple.png
X %%DATADIR%%/img/circles/search.png
X %%DATADIR%%/img/circles/search_multiple.png
X %%DATADIR%%/img/circles/sleep.png
X %%DATADIR%%/img/circles/slot.png
X+%%DATADIR%%/img/circles/software_correct.png
X+%%DATADIR%%/img/circles/software_incorrect.png
X+%%DATADIR%%/img/circles/software_mostlycorrect.png
X+%%DATADIR%%/img/circles/software_notfound.png
X+%%DATADIR%%/img/circles/software_unknown.png
X %%DATADIR%%/img/circles/sort.png
X %%DATADIR%%/img/circles/sound.png
X %%DATADIR%%/img/circles/south.png
X@@ -315,6 +325,8 @@
X %%DATADIR%%/img/circles/untagged_all.png
X %%DATADIR%%/img/circles/untagged_visible.png
X %%DATADIR%%/img/circles/up.png
X+%%DATADIR%%/img/circles/up_action.png
X+%%DATADIR%%/img/circles/update.png
X %%DATADIR%%/img/circles/url.png
X %%DATADIR%%/img/circles/version.png
X %%DATADIR%%/img/circles/view_detail.png
X@@ -331,6 +343,9 @@
X %%DATADIR%%/img/circles/yes.png
X %%DATADIR%%/img/circles/youtube.png
X %%DATADIR%%/img/circles/zip.png
X+%%DATADIR%%/img/circles/zoom-in.png
X+%%DATADIR%%/img/circles/zoom-none.png
X+%%DATADIR%%/img/circles/zoom-out.png
X %%DATADIR%%/img/circuit.png
X %%DATADIR%%/img/classic/activity_green.png
X %%DATADIR%%/img/classic/activity_red.png
X@@ -340,6 +355,7 @@
X %%DATADIR%%/img/classic/back.png
X %%DATADIR%%/img/classic/broom.png
X %%DATADIR%%/img/classic/browser.png
X+%%DATADIR%%/img/classic/brush.png
X %%DATADIR%%/img/classic/calculator.png
X %%DATADIR%%/img/classic/camera.png
X %%DATADIR%%/img/classic/category.png
X@@ -372,6 +388,7 @@
X %%DATADIR%%/img/classic/disk2.png
X %%DATADIR%%/img/classic/dock.png
X %%DATADIR%%/img/classic/down.png
X+%%DATADIR%%/img/classic/down_action.png
X %%DATADIR%%/img/classic/download.png
X %%DATADIR%%/img/classic/east.png
X %%DATADIR%%/img/classic/edit.png
X@@ -395,8 +412,10 @@
X %%DATADIR%%/img/classic/fileprint.png
X %%DATADIR%%/img/classic/filesave.png
X %%DATADIR%%/img/classic/filesaveas.png
X+%%DATADIR%%/img/classic/filesaveas_and_apply.png
X %%DATADIR%%/img/classic/filter.png
X %%DATADIR%%/img/classic/find.png
X+%%DATADIR%%/img/classic/find_negate.png
X %%DATADIR%%/img/classic/flat.png
X %%DATADIR%%/img/classic/flip.png
X %%DATADIR%%/img/classic/folders-first.png
X@@ -430,6 +449,7 @@
X %%DATADIR%%/img/classic/launch_multiple.png
X %%DATADIR%%/img/classic/led_off.png
X %%DATADIR%%/img/classic/led_on.png
X+%%DATADIR%%/img/classic/left_action.png
X %%DATADIR%%/img/classic/lifebelt.png
X %%DATADIR%%/img/classic/locale.png
X %%DATADIR%%/img/classic/lock.png
X@@ -451,11 +471,13 @@
X %%DATADIR%%/img/classic/merge.png
X %%DATADIR%%/img/classic/merge_nok.png
X %%DATADIR%%/img/classic/merge_ok.png
X+%%DATADIR%%/img/classic/merge_unknown.png
X %%DATADIR%%/img/classic/mess.icns
X %%DATADIR%%/img/classic/mess.ico
X %%DATADIR%%/img/classic/mess.png
X %%DATADIR%%/img/classic/minimize.png
X %%DATADIR%%/img/classic/minus.png
X+%%DATADIR%%/img/classic/minus_all.png
X %%DATADIR%%/img/classic/movie.png
X %%DATADIR%%/img/classic/music.png
X %%DATADIR%%/img/classic/next-sail.png
X@@ -468,12 +490,17 @@
X %%DATADIR%%/img/classic/pacman.png
X %%DATADIR%%/img/classic/pencils.png
X %%DATADIR%%/img/classic/plus.png
X+%%DATADIR%%/img/classic/plus_all.png
X+%%DATADIR%%/img/classic/preview.png
X %%DATADIR%%/img/classic/previous-sail.png
X %%DATADIR%%/img/classic/previous.png
X %%DATADIR%%/img/classic/process.png
X %%DATADIR%%/img/classic/process_multiple.png
X %%DATADIR%%/img/classic/project_mess.png
X+%%DATADIR%%/img/classic/qchdman.ico
X+%%DATADIR%%/img/classic/qchdman.png
X %%DATADIR%%/img/classic/qmc2-arcade-setup.png
X+%%DATADIR%%/img/classic/qmc2-arcade.ico
X %%DATADIR%%/img/classic/qmc2-arcade.png
X %%DATADIR%%/img/classic/qmc2_logo_big.png
X %%DATADIR%%/img/classic/qmc2_logo_small.png
X@@ -494,12 +521,19 @@
X %%DATADIR%%/img/classic/remove.png
X %%DATADIR%%/img/classic/remove_from_favorites.png
X %%DATADIR%%/img/classic/rename.png
X+%%DATADIR%%/img/classic/reset.png
X+%%DATADIR%%/img/classic/right_action.png
X %%DATADIR%%/img/classic/rom.png
X %%DATADIR%%/img/classic/rom_multiple.png
X %%DATADIR%%/img/classic/search.png
X %%DATADIR%%/img/classic/search_multiple.png
X %%DATADIR%%/img/classic/sleep.png
X %%DATADIR%%/img/classic/slot.png
X+%%DATADIR%%/img/classic/software_correct.png
X+%%DATADIR%%/img/classic/software_incorrect.png
X+%%DATADIR%%/img/classic/software_mostlycorrect.png
X+%%DATADIR%%/img/classic/software_notfound.png
X+%%DATADIR%%/img/classic/software_unknown.png
X %%DATADIR%%/img/classic/sort.png
X %%DATADIR%%/img/classic/sound.png
X %%DATADIR%%/img/classic/south.png
X@@ -545,6 +579,8 @@
X %%DATADIR%%/img/classic/untagged_all.png
X %%DATADIR%%/img/classic/untagged_visible.png
X %%DATADIR%%/img/classic/up.png
X+%%DATADIR%%/img/classic/up_action.png
X+%%DATADIR%%/img/classic/update.png
X %%DATADIR%%/img/classic/url.png
X %%DATADIR%%/img/classic/version.png
X %%DATADIR%%/img/classic/view_detail.png
X@@ -561,6 +597,9 @@
X %%DATADIR%%/img/classic/yes.png
X %%DATADIR%%/img/classic/youtube.png
X %%DATADIR%%/img/classic/zip.png
X+%%DATADIR%%/img/classic/zoom-in.png
X+%%DATADIR%%/img/classic/zoom-none.png
X+%%DATADIR%%/img/classic/zoom-out.png
X %%DATADIR%%/img/clock.png
X %%DATADIR%%/img/clone.png
X %%DATADIR%%/img/colors.png
X@@ -575,6 +614,7 @@
X %%DATADIR%%/img/crazy/back.png
X %%DATADIR%%/img/crazy/broom.png
X %%DATADIR%%/img/crazy/browser.png
X+%%DATADIR%%/img/crazy/brush.png
X %%DATADIR%%/img/crazy/calculator.png
X %%DATADIR%%/img/crazy/camera.png
X %%DATADIR%%/img/crazy/category.png
X@@ -607,6 +647,7 @@
X %%DATADIR%%/img/crazy/disk2.png
X %%DATADIR%%/img/crazy/dock.png
X %%DATADIR%%/img/crazy/down.png
X+%%DATADIR%%/img/crazy/down_action.png
X %%DATADIR%%/img/crazy/download.png
X %%DATADIR%%/img/crazy/east.png
X %%DATADIR%%/img/crazy/edit.png
X@@ -630,8 +671,10 @@
X %%DATADIR%%/img/crazy/fileprint.png
X %%DATADIR%%/img/crazy/filesave.png
X %%DATADIR%%/img/crazy/filesaveas.png
X+%%DATADIR%%/img/crazy/filesaveas_and_apply.png
X %%DATADIR%%/img/crazy/filter.png
X %%DATADIR%%/img/crazy/find.png
X+%%DATADIR%%/img/crazy/find_negate.png
X %%DATADIR%%/img/crazy/flat.png
X %%DATADIR%%/img/crazy/flip.png
X %%DATADIR%%/img/crazy/folders-first.png
X@@ -665,6 +708,7 @@
X %%DATADIR%%/img/crazy/launch_multiple.png
X %%DATADIR%%/img/crazy/led_off.png
X %%DATADIR%%/img/crazy/led_on.png
X+%%DATADIR%%/img/crazy/left_action.png
X %%DATADIR%%/img/crazy/lifebelt.png
X %%DATADIR%%/img/crazy/locale.png
X %%DATADIR%%/img/crazy/lock.png
X@@ -686,11 +730,13 @@
X %%DATADIR%%/img/crazy/merge.png
X %%DATADIR%%/img/crazy/merge_nok.png
X %%DATADIR%%/img/crazy/merge_ok.png
X+%%DATADIR%%/img/crazy/merge_unknown.png
X %%DATADIR%%/img/crazy/mess.icns
X %%DATADIR%%/img/crazy/mess.ico
X %%DATADIR%%/img/crazy/mess.png
X %%DATADIR%%/img/crazy/minimize.png
X %%DATADIR%%/img/crazy/minus.png
X+%%DATADIR%%/img/crazy/minus_all.png
X %%DATADIR%%/img/crazy/movie.png
X %%DATADIR%%/img/crazy/music.png
X %%DATADIR%%/img/crazy/next-sail.png
X@@ -703,12 +749,17 @@
X %%DATADIR%%/img/crazy/pacman.png
X %%DATADIR%%/img/crazy/pencils.png
X %%DATADIR%%/img/crazy/plus.png
X+%%DATADIR%%/img/crazy/plus_all.png
X+%%DATADIR%%/img/crazy/preview.png
X %%DATADIR%%/img/crazy/previous-sail.png
X %%DATADIR%%/img/crazy/previous.png
X %%DATADIR%%/img/crazy/process.png
X %%DATADIR%%/img/crazy/process_multiple.png
X %%DATADIR%%/img/crazy/project_mess.png
X+%%DATADIR%%/img/crazy/qchdman.ico
X+%%DATADIR%%/img/crazy/qchdman.png
X %%DATADIR%%/img/crazy/qmc2-arcade-setup.png
X+%%DATADIR%%/img/crazy/qmc2-arcade.ico
X %%DATADIR%%/img/crazy/qmc2-arcade.png
X %%DATADIR%%/img/crazy/qmc2_logo_big.png
X %%DATADIR%%/img/crazy/qmc2_logo_small.png
X@@ -729,12 +780,19 @@
X %%DATADIR%%/img/crazy/remove.png
X %%DATADIR%%/img/crazy/remove_from_favorites.png
X %%DATADIR%%/img/crazy/rename.png
X+%%DATADIR%%/img/crazy/reset.png
X+%%DATADIR%%/img/crazy/right_action.png
X %%DATADIR%%/img/crazy/rom.png
X %%DATADIR%%/img/crazy/rom_multiple.png
X %%DATADIR%%/img/crazy/search.png
X %%DATADIR%%/img/crazy/search_multiple.png
X %%DATADIR%%/img/crazy/sleep.png
X %%DATADIR%%/img/crazy/slot.png
X+%%DATADIR%%/img/crazy/software_correct.png
X+%%DATADIR%%/img/crazy/software_incorrect.png
X+%%DATADIR%%/img/crazy/software_mostlycorrect.png
X+%%DATADIR%%/img/crazy/software_notfound.png
X+%%DATADIR%%/img/crazy/software_unknown.png
X %%DATADIR%%/img/crazy/sort.png
X %%DATADIR%%/img/crazy/sound.png
X %%DATADIR%%/img/crazy/south.png
X@@ -780,6 +838,8 @@
X %%DATADIR%%/img/crazy/untagged_all.png
X %%DATADIR%%/img/crazy/untagged_visible.png
X %%DATADIR%%/img/crazy/up.png
X+%%DATADIR%%/img/crazy/up_action.png
X+%%DATADIR%%/img/crazy/update.png
X %%DATADIR%%/img/crazy/url.png
X %%DATADIR%%/img/crazy/version.png
X %%DATADIR%%/img/crazy/view_detail.png
X@@ -796,6 +856,9 @@
X %%DATADIR%%/img/crazy/yes.png
X %%DATADIR%%/img/crazy/youtube.png
X %%DATADIR%%/img/crazy/zip.png
X+%%DATADIR%%/img/crazy/zoom-in.png
X+%%DATADIR%%/img/crazy/zoom-none.png
X+%%DATADIR%%/img/crazy/zoom-out.png
X %%DATADIR%%/img/crazy-black/activity_green.png
X %%DATADIR%%/img/crazy-black/activity_red.png
X %%DATADIR%%/img/crazy-black/add_to_favorites.png
X@@ -804,6 +867,7 @@
X %%DATADIR%%/img/crazy-black/back.png
X %%DATADIR%%/img/crazy-black/broom.png
X %%DATADIR%%/img/crazy-black/browser.png
X+%%DATADIR%%/img/crazy-black/brush.png
X %%DATADIR%%/img/crazy-black/calculator.png
X %%DATADIR%%/img/crazy-black/camera.png
X %%DATADIR%%/img/crazy-black/category.png
X@@ -836,6 +900,7 @@
X %%DATADIR%%/img/crazy-black/disk2.png
X %%DATADIR%%/img/crazy-black/dock.png
X %%DATADIR%%/img/crazy-black/down.png
X+%%DATADIR%%/img/crazy-black/down_action.png
X %%DATADIR%%/img/crazy-black/download.png
X %%DATADIR%%/img/crazy-black/east.png
X %%DATADIR%%/img/crazy-black/edit.png
X@@ -859,8 +924,10 @@
X %%DATADIR%%/img/crazy-black/fileprint.png
X %%DATADIR%%/img/crazy-black/filesave.png
X %%DATADIR%%/img/crazy-black/filesaveas.png
X+%%DATADIR%%/img/crazy-black/filesaveas_and_apply.png
X %%DATADIR%%/img/crazy-black/filter.png
X %%DATADIR%%/img/crazy-black/find.png
X+%%DATADIR%%/img/crazy-black/find_negate.png
X %%DATADIR%%/img/crazy-black/flat.png
X %%DATADIR%%/img/crazy-black/flip.png
X %%DATADIR%%/img/crazy-black/folders-first.png
X@@ -894,6 +961,7 @@
X %%DATADIR%%/img/crazy-black/launch_multiple.png
X %%DATADIR%%/img/crazy-black/led_off.png
X %%DATADIR%%/img/crazy-black/led_on.png
X+%%DATADIR%%/img/crazy-black/left_action.png
X %%DATADIR%%/img/crazy-black/lifebelt.png
X %%DATADIR%%/img/crazy-black/locale.png
X %%DATADIR%%/img/crazy-black/lock.png
X@@ -915,11 +983,13 @@
X %%DATADIR%%/img/crazy-black/merge.png
X %%DATADIR%%/img/crazy-black/merge_nok.png
X %%DATADIR%%/img/crazy-black/merge_ok.png
X+%%DATADIR%%/img/crazy-black/merge_unknown.png
X %%DATADIR%%/img/crazy-black/mess.icns
X %%DATADIR%%/img/crazy-black/mess.ico
X %%DATADIR%%/img/crazy-black/mess.png
X %%DATADIR%%/img/crazy-black/minimize.png
X %%DATADIR%%/img/crazy-black/minus.png
X+%%DATADIR%%/img/crazy-black/minus_all.png
X %%DATADIR%%/img/crazy-black/movie.png
X %%DATADIR%%/img/crazy-black/music.png
X %%DATADIR%%/img/crazy-black/next-sail.png
X@@ -932,12 +1002,17 @@
X %%DATADIR%%/img/crazy-black/pacman.png
X %%DATADIR%%/img/crazy-black/pencils.png
X %%DATADIR%%/img/crazy-black/plus.png
X+%%DATADIR%%/img/crazy-black/plus_all.png
X+%%DATADIR%%/img/crazy-black/preview.png
X %%DATADIR%%/img/crazy-black/previous-sail.png
X %%DATADIR%%/img/crazy-black/previous.png
X %%DATADIR%%/img/crazy-black/process.png
X %%DATADIR%%/img/crazy-black/process_multiple.png
X %%DATADIR%%/img/crazy-black/project_mess.png
X+%%DATADIR%%/img/crazy-black/qchdman.ico
X+%%DATADIR%%/img/crazy-black/qchdman.png
X %%DATADIR%%/img/crazy-black/qmc2-arcade-setup.png
X+%%DATADIR%%/img/crazy-black/qmc2-arcade.ico
X %%DATADIR%%/img/crazy-black/qmc2-arcade.png
X %%DATADIR%%/img/crazy-black/qmc2_logo_big.png
X %%DATADIR%%/img/crazy-black/qmc2_logo_small.png
X@@ -958,12 +1033,19 @@
X %%DATADIR%%/img/crazy-black/remove.png
X %%DATADIR%%/img/crazy-black/remove_from_favorites.png
X %%DATADIR%%/img/crazy-black/rename.png
X+%%DATADIR%%/img/crazy-black/reset.png
X+%%DATADIR%%/img/crazy-black/right_action.png
X %%DATADIR%%/img/crazy-black/rom.png
X %%DATADIR%%/img/crazy-black/rom_multiple.png
X %%DATADIR%%/img/crazy-black/search.png
X %%DATADIR%%/img/crazy-black/search_multiple.png
X %%DATADIR%%/img/crazy-black/sleep.png
X %%DATADIR%%/img/crazy-black/slot.png
X+%%DATADIR%%/img/crazy-black/software_correct.png
X+%%DATADIR%%/img/crazy-black/software_incorrect.png
X+%%DATADIR%%/img/crazy-black/software_mostlycorrect.png
X+%%DATADIR%%/img/crazy-black/software_notfound.png
X+%%DATADIR%%/img/crazy-black/software_unknown.png
X %%DATADIR%%/img/crazy-black/sort.png
X %%DATADIR%%/img/crazy-black/sound.png
X %%DATADIR%%/img/crazy-black/south.png
X@@ -1009,6 +1091,8 @@
X %%DATADIR%%/img/crazy-black/untagged_all.png
X %%DATADIR%%/img/crazy-black/untagged_visible.png
X %%DATADIR%%/img/crazy-black/up.png
X+%%DATADIR%%/img/crazy-black/up_action.png
X+%%DATADIR%%/img/crazy-black/update.png
X %%DATADIR%%/img/crazy-black/url.png
X %%DATADIR%%/img/crazy-black/version.png
X %%DATADIR%%/img/crazy-black/view_detail.png
X@@ -1025,6 +1109,9 @@
X %%DATADIR%%/img/crazy-black/yes.png
X %%DATADIR%%/img/crazy-black/youtube.png
X %%DATADIR%%/img/crazy-black/zip.png
X+%%DATADIR%%/img/crazy-black/zoom-in.png
X+%%DATADIR%%/img/crazy-black/zoom-none.png
X+%%DATADIR%%/img/crazy-black/zoom-out.png
X %%DATADIR%%/img/cubes/activity_green.png
X %%DATADIR%%/img/cubes/activity_red.png
X %%DATADIR%%/img/cubes/add_to_favorites.png
X@@ -1033,6 +1120,7 @@
X %%DATADIR%%/img/cubes/back.png
X %%DATADIR%%/img/cubes/broom.png
X %%DATADIR%%/img/cubes/browser.png
X+%%DATADIR%%/img/cubes/brush.png
X %%DATADIR%%/img/cubes/calculator.png
X %%DATADIR%%/img/cubes/camera.png
X %%DATADIR%%/img/cubes/category.png
X@@ -1065,6 +1153,7 @@
X %%DATADIR%%/img/cubes/disk2.png
X %%DATADIR%%/img/cubes/dock.png
X %%DATADIR%%/img/cubes/down.png
X+%%DATADIR%%/img/cubes/down_action.png
X %%DATADIR%%/img/cubes/download.png
X %%DATADIR%%/img/cubes/east.png
X %%DATADIR%%/img/cubes/edit.png
X@@ -1088,8 +1177,10 @@
X %%DATADIR%%/img/cubes/fileprint.png
X %%DATADIR%%/img/cubes/filesave.png
X %%DATADIR%%/img/cubes/filesaveas.png
X+%%DATADIR%%/img/cubes/filesaveas_and_apply.png
X %%DATADIR%%/img/cubes/filter.png
X %%DATADIR%%/img/cubes/find.png
X+%%DATADIR%%/img/cubes/find_negate.png
X %%DATADIR%%/img/cubes/flat.png
X %%DATADIR%%/img/cubes/flip.png
X %%DATADIR%%/img/cubes/folders-first.png
X@@ -1123,6 +1214,7 @@
X %%DATADIR%%/img/cubes/launch_multiple.png
X %%DATADIR%%/img/cubes/led_off.png
X %%DATADIR%%/img/cubes/led_on.png
X+%%DATADIR%%/img/cubes/left_action.png
X %%DATADIR%%/img/cubes/lifebelt.png
X %%DATADIR%%/img/cubes/locale.png
X %%DATADIR%%/img/cubes/lock.png
X@@ -1144,11 +1236,13 @@
X %%DATADIR%%/img/cubes/merge.png
X %%DATADIR%%/img/cubes/merge_nok.png
X %%DATADIR%%/img/cubes/merge_ok.png
X+%%DATADIR%%/img/cubes/merge_unknown.png
X %%DATADIR%%/img/cubes/mess.icns
X %%DATADIR%%/img/cubes/mess.ico
X %%DATADIR%%/img/cubes/mess.png
X %%DATADIR%%/img/cubes/minimize.png
X %%DATADIR%%/img/cubes/minus.png
X+%%DATADIR%%/img/cubes/minus_all.png
X %%DATADIR%%/img/cubes/movie.png
X %%DATADIR%%/img/cubes/music.png
X %%DATADIR%%/img/cubes/next-sail.png
X@@ -1161,12 +1255,17 @@
X %%DATADIR%%/img/cubes/pacman.png
X %%DATADIR%%/img/cubes/pencils.png
X %%DATADIR%%/img/cubes/plus.png
X+%%DATADIR%%/img/cubes/plus_all.png
X+%%DATADIR%%/img/cubes/preview.png
X %%DATADIR%%/img/cubes/previous-sail.png
X %%DATADIR%%/img/cubes/previous.png
X %%DATADIR%%/img/cubes/process.png
X %%DATADIR%%/img/cubes/process_multiple.png
X %%DATADIR%%/img/cubes/project_mess.png
X+%%DATADIR%%/img/cubes/qchdman.ico
X+%%DATADIR%%/img/cubes/qchdman.png
X %%DATADIR%%/img/cubes/qmc2-arcade-setup.png
X+%%DATADIR%%/img/cubes/qmc2-arcade.ico
X %%DATADIR%%/img/cubes/qmc2-arcade.png
X %%DATADIR%%/img/cubes/qmc2_logo_big.png
X %%DATADIR%%/img/cubes/qmc2_logo_small.png
X@@ -1187,12 +1286,19 @@
X %%DATADIR%%/img/cubes/remove.png
X %%DATADIR%%/img/cubes/remove_from_favorites.png
X %%DATADIR%%/img/cubes/rename.png
X+%%DATADIR%%/img/cubes/reset.png
X+%%DATADIR%%/img/cubes/right_action.png
X %%DATADIR%%/img/cubes/rom.png
X %%DATADIR%%/img/cubes/rom_multiple.png
X %%DATADIR%%/img/cubes/search.png
X %%DATADIR%%/img/cubes/search_multiple.png
X %%DATADIR%%/img/cubes/sleep.png
X %%DATADIR%%/img/cubes/slot.png
X+%%DATADIR%%/img/cubes/software_correct.png
X+%%DATADIR%%/img/cubes/software_incorrect.png
X+%%DATADIR%%/img/cubes/software_mostlycorrect.png
X+%%DATADIR%%/img/cubes/software_notfound.png
X+%%DATADIR%%/img/cubes/software_unknown.png
X %%DATADIR%%/img/cubes/sort.png
X %%DATADIR%%/img/cubes/sound.png
X %%DATADIR%%/img/cubes/south.png
X@@ -1238,6 +1344,8 @@
X %%DATADIR%%/img/cubes/untagged_all.png
X %%DATADIR%%/img/cubes/untagged_visible.png
X %%DATADIR%%/img/cubes/up.png
X+%%DATADIR%%/img/cubes/up_action.png
X+%%DATADIR%%/img/cubes/update.png
X %%DATADIR%%/img/cubes/url.png
X %%DATADIR%%/img/cubes/version.png
X %%DATADIR%%/img/cubes/view_detail.png
X@@ -1254,6 +1362,9 @@
X %%DATADIR%%/img/cubes/yes.png
X %%DATADIR%%/img/cubes/youtube.png
X %%DATADIR%%/img/cubes/zip.png
X+%%DATADIR%%/img/cubes/zoom-in.png
X+%%DATADIR%%/img/cubes/zoom-none.png
X+%%DATADIR%%/img/cubes/zoom-out.png
X %%DATADIR%%/img/detail.png
X %%DATADIR%%/img/dev_cartridge.png
X %%DATADIR%%/img/dev_cassette.png
X@@ -1274,6 +1385,7 @@
X %%DATADIR%%/img/disk2.png
X %%DATADIR%%/img/dock.png
X %%DATADIR%%/img/down.png
X+%%DATADIR%%/img/down_action.png
X %%DATADIR%%/img/download.png
X %%DATADIR%%/img/east.png
X %%DATADIR%%/img/edit.png
X@@ -1297,8 +1409,10 @@
X %%DATADIR%%/img/fileprint.png
X %%DATADIR%%/img/filesave.png
X %%DATADIR%%/img/filesaveas.png
X+%%DATADIR%%/img/filesaveas_and_apply.png
X %%DATADIR%%/img/filter.png
X %%DATADIR%%/img/find.png
X+%%DATADIR%%/img/find_negate.png
X %%DATADIR%%/img/flat.png
X %%DATADIR%%/img/flip.png
X %%DATADIR%%/img/folders-first.png
X@@ -1332,6 +1446,7 @@
X %%DATADIR%%/img/launch_multiple.png
X %%DATADIR%%/img/led_off.png
X %%DATADIR%%/img/led_on.png
X+%%DATADIR%%/img/left_action.png
X %%DATADIR%%/img/lifebelt.png
X %%DATADIR%%/img/locale.png
X %%DATADIR%%/img/lock.png
X@@ -1353,11 +1468,13 @@
X %%DATADIR%%/img/merge.png
X %%DATADIR%%/img/merge_nok.png
X %%DATADIR%%/img/merge_ok.png
X+%%DATADIR%%/img/merge_unknown.png
X %%DATADIR%%/img/mess.icns
X %%DATADIR%%/img/mess.ico
X %%DATADIR%%/img/mess.png
X %%DATADIR%%/img/minimize.png
X %%DATADIR%%/img/minus.png
X+%%DATADIR%%/img/minus_all.png
X %%DATADIR%%/img/movie.png
X %%DATADIR%%/img/music.png
X %%DATADIR%%/img/next-sail.png
X@@ -1370,12 +1487,17 @@
X %%DATADIR%%/img/pacman.png
X %%DATADIR%%/img/pencils.png
X %%DATADIR%%/img/plus.png
X+%%DATADIR%%/img/plus_all.png
X+%%DATADIR%%/img/preview.png
X %%DATADIR%%/img/previous-sail.png
X %%DATADIR%%/img/previous.png
X %%DATADIR%%/img/process.png
X %%DATADIR%%/img/process_multiple.png
X %%DATADIR%%/img/project_mess.png
X+%%DATADIR%%/img/qchdman.ico
X+%%DATADIR%%/img/qchdman.png
X %%DATADIR%%/img/qmc2-arcade-setup.png
X+%%DATADIR%%/img/qmc2-arcade.ico
X %%DATADIR%%/img/qmc2-arcade.png
X %%DATADIR%%/img/qmc2_logo_big.png
X %%DATADIR%%/img/qmc2_logo_small.png
X@@ -1396,12 +1518,19 @@
X %%DATADIR%%/img/remove.png
X %%DATADIR%%/img/remove_from_favorites.png
X %%DATADIR%%/img/rename.png
X+%%DATADIR%%/img/reset.png
X+%%DATADIR%%/img/right_action.png
X %%DATADIR%%/img/rom.png
X %%DATADIR%%/img/rom_multiple.png
X %%DATADIR%%/img/search.png
X %%DATADIR%%/img/search_multiple.png
X %%DATADIR%%/img/sleep.png
X %%DATADIR%%/img/slot.png
X+%%DATADIR%%/img/software_correct.png
X+%%DATADIR%%/img/software_incorrect.png
X+%%DATADIR%%/img/software_mostlycorrect.png
X+%%DATADIR%%/img/software_notfound.png
X+%%DATADIR%%/img/software_unknown.png
X %%DATADIR%%/img/sort.png
X %%DATADIR%%/img/sound.png
X %%DATADIR%%/img/south.png
X@@ -1447,6 +1576,8 @@
X %%DATADIR%%/img/untagged_all.png
X %%DATADIR%%/img/untagged_visible.png
X %%DATADIR%%/img/up.png
X+%%DATADIR%%/img/up_action.png
X+%%DATADIR%%/img/update.png
X %%DATADIR%%/img/url.png
X %%DATADIR%%/img/version.png
X %%DATADIR%%/img/view_detail.png
X@@ -1463,6 +1594,9 @@
X %%DATADIR%%/img/yes.png
X %%DATADIR%%/img/youtube.png
X %%DATADIR%%/img/zip.png
X+%%DATADIR%%/img/zoom-in.png
X+%%DATADIR%%/img/zoom-none.png
X+%%DATADIR%%/img/zoom-out.png
X %%DATADIR%%/lng/qmc2_de.qm
X %%DATADIR%%/lng/qmc2_el.qm
X %%DATADIR%%/lng/qmc2_es.qm
db55c78c3bf9192c4def1b21f00fbc6f
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130616025547.2b256ded1dac2c7178539c47>