diff options
author | pav <pav@FreeBSD.org> | 2005-01-29 00:41:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-29 00:41:38 +0800 |
commit | b9c1f2170c7bdb2de833c2e7cba6f54d3d2632a1 (patch) | |
tree | 79ab7b68cb36b72b03b2dc883ab25bb3a70f353a /emulators | |
parent | 3a4acca73ab9f7d0f604a558c377f056f34f7218 (diff) | |
download | freebsd-ports-gnome-b9c1f2170c7bdb2de833c2e7cba6f54d3d2632a1.tar.gz freebsd-ports-gnome-b9c1f2170c7bdb2de833c2e7cba6f54d3d2632a1.tar.zst freebsd-ports-gnome-b9c1f2170c7bdb2de833c2e7cba6f54d3d2632a1.zip |
- Update to 0.90
- Mark xmess BROKEN on 4.x - don't compile
PR: ports/76725, ports/76726
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 13 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 4 | ||||
-rw-r--r-- | emulators/xmame/files/pkg-opts | 0 | ||||
-rw-r--r-- | emulators/xmame/pkg-plist | 2 | ||||
-rw-r--r-- | emulators/xmess/Makefile | 2 |
5 files changed, 16 insertions, 5 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 0d7cc9d19032..f335cbb28f21 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= xmame -PORTVERSION?= 0.89 +PORTVERSION?= 0.90 CATEGORIES= emulators MASTER_SITES= http://x.mame.net/download/:xmame \ http://www.sys2064.com/files/util/:history \ @@ -209,6 +209,12 @@ NETWORK= NETWORK=\# .endif +.if ${MAMEMESS} == "mess" +.if ${OSVERSION} < 500000 +BROKEN= does not compile - duplicate symbols in messtest +.endif +.endif + # The large number of sed regexes here is intended to make this port a whole # lot easier to maintain - please don't convert them into a patch. do-configure: @@ -251,7 +257,8 @@ do-configure: ${LN} -s ${WRKSRC}/src/png.h ${WRKSRC}/src/mame_png.h .if ${MAMEMESS} == "mess" - ${REINPLACE_CMD} -e "s@-Wl,--allow-multiple-definition@-Wl,-z -Wl,muldefs@" ${WRKSRC}/makefile.mes + ${REINPLACE_CMD} -e "s@-Wl,--allow-multiple-definition@-Wl,-z -Wl,muldefs@" \ + ${WRKSRC}/makefile.mes ${WRKSRC}/src/unix/unix.mak .endif post-build: @@ -268,6 +275,8 @@ post-build: post-install: .if ${MAMEMESS} == "mame" ${INSTALL_PROGRAM} ${WRKSRC}/xml2info ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/romcmp ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/chdman ${PREFIX}/bin .endif ${MV} ${PREFIX}/bin/x${MAMEMESS}.${DISPLAY_METHOD} \ ${PREFIX}/bin/x${MAMEMESS} diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo index 79d23bbb8af5..0d96a5c7b69b 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,5 +1,5 @@ -MD5 (xmame/xmame-0.89.tar.bz2) = 76554475dec85223e01a5bf8c9c9158c -SIZE (xmame/xmame-0.89.tar.bz2) = 14933673 +MD5 (xmame/xmame-0.90.tar.bz2) = 63ef58711f711c20d77f8d91cc4805c8 +SIZE (xmame/xmame-0.90.tar.bz2) = 15113067 MD5 (xmame/uhsdat795.zip) = c30956e15cd8218f558f41013a47f22e SIZE (xmame/uhsdat795.zip) = 43750 MD5 (xmame/history.dat.zip) = 8c758537d5f5bc90fc3224b19421ae12 diff --git a/emulators/xmame/files/pkg-opts b/emulators/xmame/files/pkg-opts deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/emulators/xmame/files/pkg-opts +++ /dev/null diff --git a/emulators/xmame/pkg-plist b/emulators/xmame/pkg-plist index 78cf81fd721b..b666741a69ab 100644 --- a/emulators/xmame/pkg-plist +++ b/emulators/xmame/pkg-plist @@ -1,5 +1,7 @@ bin/%%MAMEMESS%% %%MAMEONLY%%bin/xml2info +%%MAMEONLY%%bin/chdman +%%MAMEONLY%%bin/romcmp etc/%%MAMEMESS%%rc.sample share/%%MAMEMESS%%/%%MAMEMESS%%rc %%PORTDOCS%%share/doc/%%MAMEMESS%%/changes.unix diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index ebab0928b654..1b09bbcaff36 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xmess -PORTVERSION= 0.89 +PORTVERSION= 0.90 MAINTAINER= flynn@energyhq.es.eu.org COMMENT= X11 emulator for game consoles |