3f97c11b0f
Overview of Changes from GLib 2.2.2 to GLib-2.2.3 ================================================= * Win32 [Tor Lillqvist] - Fix socket handling for giochannel [Andrew Lanoix] - Omit helper process for GSpawn when possible - Accept / as well as \ as a pathname separators in path handling functions. - Fix g_strdup_printf to be locale sensitive [Ernst Lippe] - Build fixes [Jeff Bonggren] - Misc bug fixes * Documentation improvements [Matthias Clasen] * glib-gettext.m4 fixes [Tim Mooney, Owen Taylor, James Henstridge] * Improve configure checks for sprintf [Matthias] * Misc bug fixes [Albert Chin, Noah Levitt, Manish Singh, Owen, Morten Welinder, Daniel Yacob] * New and updated translations (ar,az,cy,eo,is,sr,sr@Latn,zh_CN) Also, add patch-ac to fix a compilation error in a test (patch fed back).
41 lines
1.2 KiB
Makefile
41 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.29 2003/08/27 09:06:12 wiz Exp $
|
|
|
|
DISTNAME= glib-2.2.3
|
|
PKGNAME= ${DISTNAME:S/glib/glib2/}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.2/ \
|
|
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.2/ \
|
|
${MASTER_SITE_GNOME:=sources/glib/2.2/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.gtk.org/docs/glib_toc.html
|
|
COMMENT= Some useful routines for C programming
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
USE_BUILDLINK2= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_GMAKE= yes
|
|
USE_PERL5= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
PKGCONFIG_OVERRIDE= ${WRKSRC}/glib-2.0.pc.in
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/gmodule-2.0.pc.in
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/gobject-2.0.pc.in
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/gthread-2.0.pc.in
|
|
|
|
GNU_CONFIGURE= # defined
|
|
CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
|
|
CONFIGURE_ARGS+= --enable-gtk-doc=no
|
|
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/glib
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../converters/libiconv/buildlink2.mk"
|
|
.include "../../devel/gettext-lib/buildlink2.mk"
|
|
.include "../../devel/pkgconfig/buildlink2.mk"
|
|
.include "../../mk/pthread.buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|