From owner-freebsd-ports Thu Sep 13 4:40:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF4FF37B403 for ; Thu, 13 Sep 2001 04:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8DBe2g55355; Thu, 13 Sep 2001 04:40:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 13 Sep 2001 04:40:02 -0700 (PDT) Message-Id: <200109131140.f8DBe2g55355@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Stijn Hoop Subject: Re: ports/30550: xmame 0.54.1 with CPS2 Reply-To: Stijn Hoop Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/30550; it has been noted by GNATS. From: Stijn Hoop To: brad forschinger Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/30550: xmame 0.54.1 with CPS2 Date: Thu, 13 Sep 2001 13:38:27 +0200 --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Sep 13, 2001 at 04:04:21AM -0700, brad forschinger wrote: > comment the CPS2 patch section out until it catches up with the current > xmame version. Yes, you're right. Please find attached a version which both updates xmame to 0.54.2 and fixes the CPS2 patch. I'd like to keep the section because a new patch is in the works, so I .if 0'd it out. --Stijn (maintainer) -- Q: Why is Batman better than Bill Gates? A: Batman was able to beat the Penguin. --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="xmame.diff" diff -urN --exclude=CVS /usr/ports/emulators/xmame/Makefile xmame/Makefile --- /usr/ports/emulators/xmame/Makefile Sun Sep 2 05:32:56 2001 +++ xmame/Makefile Wed Sep 5 10:06:33 2001 @@ -6,7 +6,7 @@ # PORTNAME?= xmame -PORTVERSION?= 0.54.1 +PORTVERSION?= 0.54.2 CATEGORIES= emulators MASTER_SITES= http://x.mame.net/download/ \ ftp://ftp.kaupp.cx/pub/xmame/ \ @@ -88,6 +88,8 @@ .endif # CPS-2 patches - this enables extra games in MAME. +# Disabled 2001/09/05 - all previous CPS-2 releases are now in MAME +.if 0 .if ${MAMEMESS} == "mame" .if defined(WITH_CPS2) && ${WITH_CPS2} == "yes" CPS2VERSION= 20010711 @@ -97,6 +99,7 @@ .else pre-everything:: @${ECHO_MSG} "===> If you want to compile MAME with CPS-2 support, use \"make WITH_CPS2=yes\"" +.endif .endif .endif diff -urN --exclude=CVS /usr/ports/emulators/xmame/distinfo xmame/distinfo --- /usr/ports/emulators/xmame/distinfo Sun Sep 2 05:32:56 2001 +++ xmame/distinfo Wed Sep 5 09:53:16 2001 @@ -1,4 +1,4 @@ -MD5 (xmame/xmame-0.54.1.tar.bz2) = 5768dc341b163c3733b4436870165f5a +MD5 (xmame/xmame-0.54.2.tar.bz2) = e49aa472a2d3585301493ddfedda79e4 MD5 (xmame/xmame-0.37b15.2.tar.bz2) = 9c05a92aac0e29811e7b276c631153ed MD5 (xmame/xmame-0.37b14.2.tar.bz2) = 34bfba3d1412a8f8e1abd4d738de3f27 MD5 (xmame/cheat.zip) = dc380436c04780950cee07d3e31bfb0b --C7zPtVaVf+AK4Oqc-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message