Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 20BD463BC1D for ; Wed, 9 Sep 2009 15:28:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id BF6A963B135; Wed, 9 Sep 2009 15:28:05 +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 D146163B108 for ; Wed, 9 Sep 2009 15:28:04 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id BF267175D0; Wed, 9 Sep 2009 15:28:04 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Wed, 9 Sep 2009 15:28:04 +0000 From: Matthias Drochner Subject: CVS commit: pkgsrc/x11/gnome-sharp To: pkgsrc-changes@NetBSD.org Reply-To: drochner@netbsd.org X-Mailer: log_accum Message-Id: <20090909152804.BF267175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: drochner Date: Wed Sep 9 15:28:04 UTC 2009 Modified Files: pkgsrc/x11/gnome-sharp: Makefile distinfo Added Files: pkgsrc/x11/gnome-sharp/patches: patch-aa patch-ab Log Message: Fix lossage due to the assumption that a time_t has the same width as a pointer, which fails at least on NetBSD-64bit <=5 and -32bit >5. Unfortunately this assumption is deep in the code, in particular already in gtk-sharp, so this fix isn't great because it only corrects the translation of a C structure into C# data. (With this fix, I can import pictures into f-spot from the filesystem.) Many thanks to Brian de Alwis for explaining how conditionals can be done in C#. bump PKGREVISION To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/gnome-sharp/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/gnome-sharp/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/x11/gnome-sharp/patches/patch-aa \ pkgsrc/x11/gnome-sharp/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.