Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8025BA654F for ; Tue, 24 Mar 2015 14:35:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BE50614A18A; Tue, 24 Mar 2015 14:35:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C325B14A188 for ; Tue, 24 Mar 2015 14:34:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id oyGk72_ONi9p for ; Tue, 24 Mar 2015 14:34:58 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id E365714A16E for ; Tue, 24 Mar 2015 14:34:57 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D79C498; Tue, 24 Mar 2015 14:34:57 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 24 Mar 2015 14:34:57 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/emulators/aranym To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20150324143457.D79C498@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ryoon Date: Tue Mar 24 14:34:57 UTC 2015 Modified Files: pkgsrc/emulators/aranym: Makefile PLIST distinfo pkgsrc/emulators/aranym/patches: patch-configure.ac Log Message: Update to 1.0.2 * Built successfully when MAKE_JOBS_SAFE=yes and MAKE_JOBS=16. * Update EmuTOS to 0.9.4. Changelog: *** repository tagged as ARANYM_1_0_2 2014/10/17 - Petr - sysdeps.h: fixed typo error (I hope) that prevented the build on PPC64 - various files: version++ for the new release 2014/10/17 - version 1.0.1 released ========== Just a quick bugfix release: o SDL NF CDROM is included in the build correctly o JIT is supported on kfreebsd (alternate kernel for Debian OS) o some warnings that prevented build on Debian fixed 2014/10/15 - version 1.0.0 released ========== Major highlights of this release: o JIT CPU compiler now supports also ARM platforms driven by Linux o JIT CPU compiler fixes memory management and adds some instructions o massive NatFeat HostFS fixes and improvements (symlinks and more) o NatFeat CD-ROM for Win32 and SDL o NatFeat OSMesa support improved (OpenGL 4.4 / Mesa 10.1.4) osmesa.ldg can replace tinygl.ldg now o seamless mouse integration and keyboard input improved o NVRAM: many country codes added (from current FreeMiNT) o libSDL2 is supported now (along with libSDL 1.2.x) o Cygwin, MinGW, Mac OS X, CentOS and Debian build fixes Countless bug fixes and many other under-the-hood improvements are included as well. This release crowns more than 13 years of continuous development by many dedicated programmers (listed in the AUTHORS file). Thank you all! To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/emulators/aranym/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/emulators/aranym/PLIST cvs rdiff -u -r1.13 -r1.14 pkgsrc/emulators/aranym/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/aranym/patches/patch-configure.ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.