Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id BD78B63BC49 for ; Tue, 7 Sep 2010 19:04:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 5AAF763B101; Tue, 7 Sep 2010 19:04:17 +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 59E2C63B100 for ; Tue, 7 Sep 2010 19:04:16 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 344CD175DD; Tue, 7 Sep 2010 19:04:16 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Tue, 7 Sep 2010 19:04:16 +0000 From: Adam Ciarcinski Subject: CVS commit: pkgsrc/mail/gmime To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20100907190416.344CD175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: adam Date: Tue Sep 7 19:04:16 UTC 2010 Modified Files: pkgsrc/mail/gmime: DESCR Makefile PLIST buildlink3.mk distinfo Removed Files: pkgsrc/mail/gmime/patches: patch-aa Log Message: Changes 2.4.18: GMime 2.4 has had a number of API changes since GMime 2.2. To start, ALL public APIs that used to use off_t in GMime 2.2 now use gint64 so that the API and ABI do not change based on whether or not large file support is enabled. In addition, all of the functions marked as deprecated in 2.0 and 2.2 were removed (usually they had equivalent functionality in a parent class). Many functions have also been renamed for better clarity and/or consistency. For convenience, GMime 2.4 source packages include a shell-script to aid in porting applications using GMime 2.2 (should work for most GMime 2.0 applications as well) to the 2.4 API. You can find this script under the tools/ directory, named `gmime-port-2-2-to-2-4.sh'. This script won't fix everything, but it should help quite a bit. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/gmime/DESCR cvs rdiff -u -r1.25 -r1.26 pkgsrc/mail/gmime/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/mail/gmime/PLIST cvs rdiff -u -r1.12 -r1.13 pkgsrc/mail/gmime/buildlink3.mk cvs rdiff -u -r1.20 -r1.21 pkgsrc/mail/gmime/distinfo cvs rdiff -u -r1.6 -r0 pkgsrc/mail/gmime/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.