48af93e8e1
2011-08-08 Jeffrey Stedfast <fejj@gnome.org> * README: Bumped version * configure.in: Bumped version to 2.4.26 * build/vs2008/gmime.vcproj: Bumped version. 2011-07-17 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-utils.c (charset_convert): Don't skip validation of UTF-8 text. 2011-07-17 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-utils.c (charset_convert): Handle ERANGE the same as EILSEQ. * gmime/gmime-filter-charset.c (filter_filter): Handle ERANGE the same as EILSEQ. * gmime/gmime-charset.c (g_mime_charset_map_init): Improved logic for Win32 (and even Linux) systems. Don't rely on setlocale(). 2011-06-15 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-gpg-context.c: Define nfds_t on OSX. 2011-06-09 Jeffrey Stedfast <fejj@gnome.org> Fix for bug #652056 * gmime/gmime-param.c (decode_value): If STRICT_PARSER isn't defined, don't require the value to start with a valid character. 2011-06-08 Jeffrey Stedfast <fejj@gnome.org> * README: Bumped version * configure.in: Bumped version to 2.4.25 * build/vs2008/gmime.vcproj: Bumped version. * gmime/gmime-session.c: Don't crash if the request_passwd() virtual method is set to NULL. Fixes bug #651825. 2011-06-08 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-gpg-context.c: If building on Apple, force the use of our own implementation of poll() because Apple's poll() is broken on some versions of MacOS.
30 lines
782 B
Makefile
30 lines
782 B
Makefile
# $NetBSD: Makefile,v 1.17 2011/09/12 21:22:34 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gmime-2.4.26
|
|
PKGNAME= ${DISTNAME:S/gmime/gmime24/}
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gmime/2.4/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://spruce.sourceforge.net/gmime/
|
|
COMMENT= Library for the creation and parsing of MIME messages
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS= gmime<2.2.25nb2
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-gtk-doc=no
|
|
CONFIGURE_ARGS+= --disable-mono
|
|
PKGCONFIG_OVERRIDE+= gmime-2.4.pc.in
|
|
TEST_TARGET= check
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|