diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-03-31 04:39:16 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-03-31 04:39:16 +0000 |
commit | 911775444d4774383686c5ef4f5396926b074b6c (patch) | |
tree | 79434d3c80893cfed74f3119da0e34e77efcacc9 /emulators/xmess | |
parent | b2a41d0ad55109f1a1105d0eb2a14b633a64e301 (diff) | |
download | pkgsrc-911775444d4774383686c5ef4f5396926b074b6c.tar.gz |
Update xmame and xmess packages to 0.80.1.
Changes:
Release 0.80.1, 13 March 2004
- Everything from MAME 0.80 (http://x.mame.net/changes-mame.html)
and MESS 0.80 (http://x.mame.net/changes-mess.html).
- Improved support for GNU make's -j option, which can especially
benefit SMP and SMT machines. (Arnaud G. Gibert)
pkgsrc changes:
o Make esound support optional via USE_ESOUND (by default is NO).
Diffstat (limited to 'emulators/xmess')
-rw-r--r-- | emulators/xmess/Makefile | 14 | ||||
-rw-r--r-- | emulators/xmess/distinfo | 6 |
2 files changed, 12 insertions, 8 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index 3c3456235f2..bbdcd8cd2f6 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.47 2004/02/21 00:06:36 kristerw Exp $ +# $NetBSD: Makefile,v 1.48 2004/03/31 04:39:17 xtraeme Exp $ # -DISTNAME= xmame-0.79.1 -PKGNAME= xmess-0.79.1 +DISTNAME= xmame-0.80.1 +PKGNAME= xmess-0.80.1 CATEGORIES= emulators games x11 MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 @@ -32,7 +32,13 @@ MAKE_FLAGS+= TARGET="${TARGET:S/x//}" MAKE_FLAGS+= LIBS="${LDFLAGS} ${LIBS}" MAKE_FLAGS+= CFLAGS="${CFLAGS}" MAKE_FLAGS+= X11INC= X11LIB= + +BUILD_DEFS+= USE_ESOUND + +.if !empty(USE_ESOUND:M[Yy][Ee][Ss]) MAKE_FLAGS+= SOUND_ESOUND=1 +.include "../../audio/esound/buildlink3.mk" +.endif MAME_DISP_METHOD?= x11 @@ -107,6 +113,4 @@ do-install: ${INSTALL_DATA_DIR} ${ROMPATH} ${INSTALL_DATA} ${WRKSRC}/doc/${TARGET}rc ${ROMPATH}/${TARGET}rc -.include "../../audio/esound/buildlink2.mk" - .include "../../mk/bsd.pkg.mk" diff --git a/emulators/xmess/distinfo b/emulators/xmess/distinfo index c94686d9126..a89a80b3249 100644 --- a/emulators/xmess/distinfo +++ b/emulators/xmess/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2004/02/21 00:06:36 kristerw Exp $ +$NetBSD: distinfo,v 1.20 2004/03/31 04:39:17 xtraeme Exp $ -SHA1 (xmame-0.79.1.tar.bz2) = 8348467534312325802f0ed6182bcd6eb2bfc8ed -Size (xmame-0.79.1.tar.bz2) = 12369791 bytes +SHA1 (xmame-0.80.1.tar.bz2) = a45670eac5087fb9c697a1205bb14b7df9d7702b +Size (xmame-0.80.1.tar.bz2) = 12460829 bytes SHA1 (patch-aa) = 0b9ffcb7c4305e7c349f229b2646acb31553d549 SHA1 (patch-ae) = f30af6853b77307126ad4a230d4237bc570a0ca4 |