Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 3426163DD3A for ; Mon, 22 Oct 2012 02:13:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B8A0214A14E; Mon, 22 Oct 2012 02:13:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D8C9914A14C for ; Mon, 22 Oct 2012 02:13:06 +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 h0fzsU1A-yPm for ; Mon, 22 Oct 2012 02:13:06 +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 5E35614A149 for ; Mon, 22 Oct 2012 02:13:06 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 50096175DD; Mon, 22 Oct 2012 02:13:06 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 22 Oct 2012 02:13:06 +0000 From: "Rene Hexel" Subject: CVS commit: pkgsrc/devel/gnustep-objc To: pkgsrc-changes@NetBSD.org Reply-To: rh@netbsd.org X-Mailer: log_accum Message-Id: <20121022021306.50096175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: rh Date: Mon Oct 22 02:13:06 UTC 2012 Modified Files: pkgsrc/devel/gnustep-objc: Makefile PLIST PLIST.SunOS distinfo Removed Files: pkgsrc/devel/gnustep-objc/patches: patch-aa Log Message: Update gnustep-objc to 1.6.1. Changes are too numerous to list here, but essentially this switches gnustep-objc to libobjc2-1.6.1 in order to provide a modern runtime and support modern Objective-C 2.0 features such as ARC, class extensions, the nonfragile ABI, etc. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/gnustep-objc/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/gnustep-objc/PLIST cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/gnustep-objc/PLIST.SunOS cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/gnustep-objc/distinfo cvs rdiff -u -r1.4 -r0 pkgsrc/devel/gnustep-objc/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.