Subject: CVS commit: pkgsrc/mail/gmime
From: Adam Ciarcinski
Date: 2010-09-07 21:04:16
Message id: 20100907190416.344CD175DD@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.3modifypkgsrc/mail/gmime/DESCR
1.26modifypkgsrc/mail/gmime/Makefile
1.10modifypkgsrc/mail/gmime/PLIST
1.13modifypkgsrc/mail/gmime/buildlink3.mk
1.21modifypkgsrc/mail/gmime/distinfo
1.6removepkgsrc/mail/gmime/patches/patch-aa