Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7C1BC7A20D for ; Thu, 30 Jun 2016 18:14:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E835E85F23; Thu, 30 Jun 2016 18:14:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 79B3C85F22 for ; Thu, 30 Jun 2016 18:14:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id T32uPo4z8M5Z for ; Thu, 30 Jun 2016 18:14:24 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0C7A585E61 for ; Thu, 30 Jun 2016 18:14:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 02DC0FBB5; Thu, 30 Jun 2016 18:14:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_146731046371400" MIME-Version: 1.0 Date: Thu, 30 Jun 2016 18:14:23 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/emulators/mame To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160630181424.02DC0FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_146731046371400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Jun 30 18:14:23 UTC 2016 Modified Files: pkgsrc/emulators/mame: distinfo pkgsrc/emulators/mame/patches: patch-3rdparty_bx_include_bx_thread.h Log Message: Add upstream bug report URL. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 pkgsrc/emulators/mame/distinfo cvs rdiff -u -r1.4 -r1.5 \ pkgsrc/emulators/mame/patches/patch-3rdparty_bx_include_bx_thread.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_146731046371400 Content-Disposition: inline Content-Length: 1936 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/mame/distinfo diff -u pkgsrc/emulators/mame/distinfo:1.54 pkgsrc/emulators/mame/distinfo:1.55 --- pkgsrc/emulators/mame/distinfo:1.54 Thu Jun 30 18:05:55 2016 +++ pkgsrc/emulators/mame/distinfo Thu Jun 30 18:14:23 2016 @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.54 2016/06/30 18:05:55 wiz Exp $ +$NetBSD: distinfo,v 1.55 2016/06/30 18:14:23 wiz Exp $ SHA1 (mame-0.175.tar.gz) = 5b308fa2f0d825090a59e18d5172b99f4503c111 RMD160 (mame-0.175.tar.gz) = e9f97ea9b1782a8869a877b555e693180af4b4e2 SHA512 (mame-0.175.tar.gz) = fc03179f9a89c757c1bfbe6e3c0c9c49e0c847ed8e43bd2fb90b2841faf7bc422ed7b704b36972237bb79643e3e718b442c7093d22dc74e80e5106b722440de3 Size (mame-0.175.tar.gz) = 102916507 bytes SHA1 (patch-3rdparty_bgfx_examples_common_font_font__manager.cpp) = e39b2dff553505531adb5f0a31b0a22306b8e2e4 -SHA1 (patch-3rdparty_bx_include_bx_thread.h) = 1a7643a67a094879466cd372f95e023bb1ea0d17 +SHA1 (patch-3rdparty_bx_include_bx_thread.h) = 8083a10d76626ed93fe940a614bb43bcc2ac3a08 SHA1 (patch-makefile) = 07a3b69c4044b01da9a28f6ebd1601ae16b2a996 SHA1 (patch-scripts_genie.lua) = f0b6b9fe00b6f572089fc2a7495fe1fd3c86ae4e Index: pkgsrc/emulators/mame/patches/patch-3rdparty_bx_include_bx_thread.h diff -u pkgsrc/emulators/mame/patches/patch-3rdparty_bx_include_bx_thread.h:1.4 pkgsrc/emulators/mame/patches/patch-3rdparty_bx_include_bx_thread.h:1.5 --- pkgsrc/emulators/mame/patches/patch-3rdparty_bx_include_bx_thread.h:1.4 Thu Jun 30 18:05:55 2016 +++ pkgsrc/emulators/mame/patches/patch-3rdparty_bx_include_bx_thread.h Thu Jun 30 18:14:23 2016 @@ -1,4 +1,6 @@ -$NetBSD: patch-3rdparty_bx_include_bx_thread.h,v 1.4 2016/06/30 18:05:55 wiz Exp $ +$NetBSD: patch-3rdparty_bx_include_bx_thread.h,v 1.5 2016/06/30 18:14:23 wiz Exp $ + +https://github.com/bkaradzic/bx/pull/118 --- 3rdparty/bx/include/bx/thread.h.orig 2016-06-29 06:34:30.000000000 +0000 +++ 3rdparty/bx/include/bx/thread.h --_----------=_146731046371400--