Date: Sun, 11 Jun 2006 14:00:35 GMT From: Miguel Mendez <mmendez@energyhq.be> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/98802: [PATCH] upgrade emulators/xmame 0.104 to 0.106 Message-ID: <200606111400.k5BE0YPf014725@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/98802; it has been noted by GNATS. From: Miguel Mendez <mmendez@energyhq.be> To: bug-followup@FreeBSD.org Cc: edwin@FreeBSD.org Subject: Re: ports/98802: [PATCH] upgrade emulators/xmame 0.104 to 0.106 Date: Sun, 11 Jun 2006 15:54:56 +0200 --Signature=_Sun__11_Jun_2006_15_54_56_+0200_jutd+SKLsyp6cJfG Content-Type: multipart/mixed; boundary="Multipart=_Sun__11_Jun_2006_15_54_56_+0200_gd6C/JfTU0sieJgm" --Multipart=_Sun__11_Jun_2006_15_54_56_+0200_gd6C/JfTU0sieJgm Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, 11 Jun 2006 11:24:08 UT Edwin Groothuis <edwin@FreeBSD.org> wrote: > Maintainer of emulators/xmame, >=20 > Please note that PR ports/98802 has just been submitted. >=20 > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. >=20 > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/98802 Let's commit this trivial change and I'll investigate where the Xv issue comes from on amd64. This patch doesn't seem to update distinfo, does it? We can use my patch th= en. Cheers. --=20 Miguel Mendez <mmendez@energyhq.be>=20 http://www.energyhq.be PGP Key: 0xDC8514F1 --Multipart=_Sun__11_Jun_2006_15_54_56_+0200_gd6C/JfTU0sieJgm Content-Type: text/plain; name="xmame.diff" Content-Disposition: attachment; filename="xmame.diff" Content-Transfer-Encoding: quoted-printable diff -ruN xmame.old/Makefile xmame/Makefile --- xmame.old/Makefile Sat Apr 29 18:31:10 2006 +++ xmame/Makefile Sat Jun 10 19:17:31 2006 @@ -6,7 +6,7 @@ # =20 PORTNAME?=3D xmame -PORTVERSION?=3D 0.104 +PORTVERSION?=3D 0.106 CATEGORIES=3D emulators MASTER_SITES=3D http://www.franksworld.org/dist/xmame/:xmame \ http://x.mame.net/download/:xmame \ @@ -259,7 +259,7 @@ =20 # png.h conflicts with libpng. .for f in mess/artworkx.c mess/artworkx.h src/artwork.c \ - src/common.c src/png.c src/unix/video-drivers/glexport.c + src/romload.c src/video.c src/png.c src/unix/video-drivers/glexport.c =20 ${REINPLACE_CMD} -e "s@\"png.h\"@\"mame_png.h\"@g" ${WRKSRC}/${f} =20 diff -ruN xmame.old/distinfo xmame/distinfo --- xmame.old/distinfo Sat Apr 29 18:31:10 2006 +++ xmame/distinfo Sat Jun 10 19:14:10 2006 @@ -1,6 +1,6 @@ -MD5 (xmame/xmame-0.104.tar.bz2) =3D d75ef4845f3b961ec1bfa6e80fbf9433 -SHA256 (xmame/xmame-0.104.tar.bz2) =3D 2d6bf6f4c18b21778c48c7f16bbdbd8a4a0= 1450d30d71182e8d19db5983df550 -SIZE (xmame/xmame-0.104.tar.bz2) =3D 16249286 +MD5 (xmame/xmame-0.106.tar.bz2) =3D b2b18d32a03ebd4d9c9476fbb93695ca +SHA256 (xmame/xmame-0.106.tar.bz2) =3D a385d86adebc2eb53b560bb522cf569569a= 74c4104605a8e7d61f1caa0f5e4df +SIZE (xmame/xmame-0.106.tar.bz2) =3D 17117298 MD5 (xmame/uhsdat0100.zip) =3D 09480efe7251a508a9f88b512fa22a37 SHA256 (xmame/uhsdat0100.zip) =3D 2ee3fd4d954a88cf72581f1e9b687ff199079b65= 5a22d7c540877994065f2f92 SIZE (xmame/uhsdat0100.zip) =3D 62900 --Multipart=_Sun__11_Jun_2006_15_54_56_+0200_gd6C/JfTU0sieJgm-- --Signature=_Sun__11_Jun_2006_15_54_56_+0200_jutd+SKLsyp6cJfG Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEjCCznLctrNyFFPERAvpgAJ9TQsdunTu2uTQB3NmC/AKpIxpb5gCgs+Sz JE1pJGKQqelE7UxcUxPW1Y4= =pbmT -----END PGP SIGNATURE----- --Signature=_Sun__11_Jun_2006_15_54_56_+0200_jutd+SKLsyp6cJfG--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606111400.k5BE0YPf014725>