Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 0094763E939 for ; Fri, 23 Nov 2012 08:45:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BC7F114A18D; Fri, 23 Nov 2012 08:45:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A75B214A18A for ; Fri, 23 Nov 2012 08:45:04 +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 pl3mhAeqswCE for ; Fri, 23 Nov 2012 08:45:04 +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 0024C14A189 for ; Fri, 23 Nov 2012 08:45:03 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id CA7AE175DD; Fri, 23 Nov 2012 08:47:25 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 23 Nov 2012 08:47:25 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/lang/parrot To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20121123084725.CA7AE175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: he Date: Fri Nov 23 08:47:25 UTC 2012 Modified Files: pkgsrc/lang/parrot: Makefile PLIST distinfo Removed Files: pkgsrc/lang/parrot/patches: patch-ap Log Message: Update parrot to version 4.8.0. Local changes: o Remove patch now included upstream o Adapt PLIST to installed files Upstream changes: - Core + Prevent interpreter from dying twice + Complete rewrite of the IO system, including new unified IO PMC semantics. + The Integer and Float PMCs now have a get_pointer vtable which is needed when using NCI to bind to Fortran libraries such as LAPACK - Deprecations + Moved dynpmc/os to pmc os. loadlib 'os' is not needed anymore. - Platforms + Fixed for the FileHandle open method the append mode on Windows. + Fix compilation on Windows without working mt.exe + Detect GNU/Hurd as linux proper. + Fixed broken int3 trap on Solaris with gcc. + Updated the vms port on a YAPC::EU hackathon with vaxman and mvorl. - Tests + Improve testability with valgrind or thread-sanitizer To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 pkgsrc/lang/parrot/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/lang/parrot/PLIST cvs rdiff -u -r1.53 -r1.54 pkgsrc/lang/parrot/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/lang/parrot/patches/patch-ap Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.