2.20.1 (stable): Glib: * Date: Constructor: Check for invalid dates. (José Alburquerque) * ustring: Make the relational operators work with mixed argument types. (Chris Vine) Bug #580773 * Allow dynamic GType registration, though this is not yet fully tested: Class: Added a register_derived_type(GTypeModule*) overload to call g_type_module_register_type() instead of g_type_register_static(). gmmproc: Added a _DYNAMIC_GTYPE_REGISTRATION() macro to be used in the class in the hg file, to add a *_Class::init(GTypeModule) method, and a get_type(GTypeModule*) method that calls it. Gio: * File: Added the missing make_directory_with_parents() definition. (Siavash Safi) Build: * Fix the build with exceptions disabled. (Daniel Elstner, José Alburquerque) * Fix compiler warnings. (Daniel Elstner, Hubert Figuiere) * Windows build fixes. (Armin Burgmeier) Documentation: * Improve the guessing of C++ method names for C function names. (Johannes Schmid)
26 lines
687 B
Makefile
26 lines
687 B
Makefile
# $NetBSD: Makefile,v 1.35 2009/07/22 13:29:11 wiz Exp $
|
|
|
|
DISTNAME= glibmm-2.20.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glibmm/2.20/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://www.gtkmm.org/
|
|
COMMENT= C++ bindings for glib
|
|
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake pkg-config perl:run
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/glib/glibmm-2.4.pc.in
|
|
GNU_CONFIGURE= yes
|
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.20.0
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libsigc++/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|