summaryrefslogtreecommitdiff
path: root/devel/glib2
AgeCommit message (Collapse)AuthorFilesLines
2004-03-22Fix build with gcc2 on sparc64.snj1-1/+4
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-10Deal with situation where ICONV_TYPE isn't defined until after bsd.pkg.mkjlam1-7/+4
is included by not checking its value explicitly.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-6/+10
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-19buildlink{2,3} files should not include pkgconfig/buildlink{2,3}.mk.wiz1-2/+1
2004-02-15The GNOME Project hasn't suddenly started using C++. These packages onlyjlam1-2/+1
seemed to need the C++ compiler because the libtool configuration required it. This has been fixed in pkgsrc/mk.
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-5/+5
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+2
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-11Make pkglint happy.jmmv1-2/+3
2004-02-11Add pthread.buildlink3.mk missing from this file. glib2's libgthreadjlam1-1/+2
has always needed a thread library.
2004-02-11Teach these package Makefiles about ICONV_TYPE.jlam1-2/+2
2004-02-11USE_LANGUAGES=c c++abs1-1/+2
2004-02-11Put TEST_TARGET definition before the includes.jmmv1-3/+3
2004-02-10The BUILDLINK_DEPENDS.<pkg> should match the one in the buildlink2.mk filejlam1-2/+2
if it exists.
2004-02-10bl3ifyxtraeme1-6/+6
2004-02-09BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to thejlam1-8/+6
existing value. This is critical to set the correct list of dependencies for a package.
2004-02-03Add buildlink3.mk. (needed to bl3ify lang/mono)recht1-0/+21
ok'ed by xtraeme@
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-07Make sure libgthread is linked to the libpthread library, fixes gtk2 buildxtraeme2-1/+15
in FreeBSD. Patch provided by Michal Pasternak in PR pkg/23841. Tested in NetBSD -current and FreeBSD 5.x.
2003-12-30Use G_VA_COPY instead of va_copy.gavan2-18/+18
2003-12-29improve descriptions of glib/gtk packages. taken straight fromgrant1-2/+4
www.gtk.org.
2003-11-13Add missing patch.fvdl2-1/+18
2003-11-13Regen (patch-ae is gone)xtraeme1-2/+1
2003-11-11For the 'trio' varargs functions, don't pass a reference to a va_listfvdl5-62/+305
argument to the level below; it's not portable. Use va_copy to create a new copy, and pass a reference to that instead.
2003-11-02I'm the new maintainer.xtraeme1-2/+2
2003-10-31protect the --with-libiconv configure argument with a ICONV_IS_GNU check.dmcmahill1-3/+7
Thanks to Mark Davies and Jeremy Reed for pointing out the problems with the previous commit.
2003-10-30add --with-libiconv=yes to CONFIGURE_ARGS. This makes sure that thedmcmahill1-1/+2
USE_GNU_ICONV is correctly set on systems which need the pkgsrc libiconv.
2003-09-27patch the darwin gmodule implementation to recursively look up symbolsdanw3-2/+23
like the elf one does
2003-08-27Update to 2.2.3, from Juan RP in PR 22606.wiz4-11/+31
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).
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-3/+4
2003-07-12use TEST_TARGET instead of custom test targetdillo1-4/+2
2003-07-01NetBSD-current's iconv is good enough, remove USE_GNU_ICONV.drochner2-5/+2
This saves all the headache about mixing GNU and native (lib)iconv.
2003-06-30propagate the USE_GNU_ICONV to dependant packages, otherwise we getdrochner1-1/+2
conflicting dependencies
2003-06-25This really wants GNU iconv.salo1-1/+3
2003-06-09Update to 2.2.2:jmmv3-11/+22
* Fix busy wait when main loop was recursed out of an IO watch or similar [Owen Taylor, Christian Krause] * Fix main loops run from from other threads [Owen, Jean-Yves Lefort] * Many bug fixes in Unicode manipulation routines [Noah Levitt] * Win32 bug fixes [Tor Lillqvist, Cedric Gustin, Daniel Kaufmann] * Fix portability problems with G_MIN/MAX_INT64 [Manish Singh] * Miscellaneous bug fixes [Matthias Clasen, Martin Kretzschmar, Sven Neumann, Havoc Pennington, Balasz Scheidler, Ray Strode, Hidetoshi Tajima, Owen, Morten Welinder, Dan Winship] * Code cleanups and performance tweaks [Morten, Matthias, Christian Biere, Noah Levitt, Owen] * Threading fixes for configure.in [Sebastian Wilhelmi] * Fix make uninstall in po/Makefile.in.in [James Henstridge] * Miscellaneous build fixes [Zach Frey, Raja Harinath, Evan Martin, Andras Salamon, Jeffrey Stedfast, Hidetoshi Tajima, Owen, Morten] * Documentation improvements [Matthias, Christian Biere, Christophe Fergeau, Sven, Phillip Vandry] * New and updated translations (az,cy,et,fa,id,li,ml,pt,sr,ta,tr,yi,zh_TW)
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-02-15Update to 2.2.1, provided by Juan RP in PR 20234.wiz3-11/+15
Changes: * configure fixes [Owne Taylor, Manish Singh, Rich Burridge, Tim Mooney] * New and updated translations (am,bn,et,fi,mn,nl,pl,pt_BR,ru,zh_TW,uk)
2003-02-09Fix gtk2 failing to build on -current. The problem is that thechris2-1/+15
gthread.la file doesn't note that pthread is a dependancy, so linking with libtool against libgthread breaks. It seems the workaround for libtool not understanding -pthread doesn't work, so we use the same thing as linux, and convert -pthread to -lpthread. gtk2 now builds to completion on -current Note that this has no impact on 1.6.1 as it doesn't use -pthread.
2003-01-29Regen.tron1-2/+2
2003-01-29Fix reverted check for "_POSIX_THREAD_PRIORITY_SCHEDULING" in last committron2-4/+4
and bump package revision again.
2003-01-28Check for symbol "_POSIX_THREAD_PRIORITY_SCHEDULING" instead oftron2-4/+4
"__NetBSD__" to detect existance of pthread_attr_getschedparam() and pthread_attr_setschedparam() as suggested by Nathan J. Williams.
2003-01-28Don't try to use pthread_getschedparam() or pthread_setschedparam() undertron3-4/+17
NetBSD. This change makes this package work with "nathanw_sa". Bump package revision to reflect the change.
2003-01-04Install documentation under share/doc/html (not share/gtk-doc/html).jmmv2-98/+99
Also avoid possible detection of gtk-doc (not needed). Bump PKGREVISION to 1.
2002-12-24Update to 2.2.0. Deprecate PTL2 support for this package.wiz5-133/+102
Major changes: * Improve generation of pseudo-random integers [Morten Welinder, Sebastian Wilhelmi] * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren] * Add copy of the Trio library to build and use for printf() when system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen] * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson] * Add g_markup_parse_context_get_element() [Matthias] * Add g_utf8_strreverse [Matthias] * Add g_ascii_strtoull() [Tim Janik] * Support scanning of 64-bit values with GScanner [Tim] * Add g_set/get_application_name() [Havoc Pennington] * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. Use for g_return_if_fail(). [Matthias Clasen] * Add G_GNUC_DEPRECATED macro [Tom Tromey] * Improve the seeding algorithm of GRandom to avoid problems with certain pathological seeds. Support G_RANDOM_VERSION=2.0 environment variable. [Sebastian Wilhelmi] * Improve thread configure checks, use -pthread where applicable [Sebastian] * Improve handlng of thread priorities [Sebastian] ...as well as many bug fixes and translation updates.
2002-12-19update MASTER_SITES and use .bz2 distfile.grant2-5/+5
2002-12-09Replace "true" by "${TRUE}".tron1-4/+4
2002-11-30We still need PKGLOCALEDIR for configure script here.salo1-2/+3
2002-11-30missed from last commit.grant1-2/+1