summaryrefslogtreecommitdiff
path: root/devel/glib2
AgeCommit message (Collapse)AuthorFilesLines
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
2002-11-30USE_PKGLOCALEDIR.grant2-18/+3
2002-11-15Update to 2.07.wiz3-11/+12
Changes: * Fix C++ warnings in gtype.h [Dom Lachowicz] * Fix g_type_fundamental_next() [Tim Janik] * Fix various missing includes of config.h [Morten Welinder] * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi] * Various 64-bit fixes [Manish Singh] * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs] * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner] * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor, Tim, Havoc Pennington, Matthias Clasen, Sebastian Rittau, Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor] * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh6-50/+6
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-16Switch glib2 from PTL2 to pth.rh2-5/+12
Introduce USE_PTL2 so that PTL2 can still be used as an alternative (e.g. for debugging). Only include ptl2/buildlink2.mk if USE_PTL2 is set and no native threads are available. Bump PKGREVISIONS.
2002-10-08Unused.jlam1-52/+0
2002-09-23Use BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg> as standard namesjlam1-2/+2
for the extra CPPFLAGS and LDFLAGS needed by packages that include these buildlink2.mk files.
2002-09-11buildlink1 -> buildlink2jlam1-11/+13
2002-09-11Use buildlink2.mk files, not buildlink.mk files. Thanks wiz!jlam1-6/+6
2002-09-10USE_PTHREAD died a long time ago; match pthread handling from buildlink.mkjlam1-7/+11
and add the PTL header directory to CPPFLAGS so that the headers for the pthread implementation used by glib2 may be found by other packages.
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz3-5/+6
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam6-5/+38
buildlink2.mk files back into the main trunk.
2002-08-23update to glib2-2.0.6. This is a bug fix release. Notable fixes include:dmcmahill3-11/+12
Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp] * Clean up debug spew from GObject [Anders Carlsson] * Compiler warning fixes [David L. Cooper II] * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor] * Fixes for --disable-debug [Sebastian Wilhelmi] * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Rajkumar Sivasamy, Laurent Vivier] * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, Sebastian Rittau, Linus Welleij] * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen] * Updated translations (bg,ko,vi)
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam2-8/+16
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-06-30update to glib2-2.0.4. This is just a bug fix releasedmcmahill3-10/+13
Overview of Changes in GLib 2.0.4 ================================= * Fix some 64-bit problems. (George Lebl, David L. Cooper II) * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul) * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor) * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru) Overview of Changes in GLib 2.0.3 ================================= * Handle sorting 0-length arrays (Ron Arts) * Threading fixes (Sebastian Wilhelmi) * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, Sebastian, Qingjiang Yuan) * Various fixes for glib-2.0.m4. (Jim Gettys, others.) * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer) * Win32 fixes (Tor Lillqvist) * Try to fix g_get_charset() related segfaults. (Owen) * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber, Andrew P. Lentvorski, Jr.) * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann) * g_markup fixes. (Matthias Clasen.) * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder, Wayne Schuller)
2002-05-10Add missing -Wl,-R to the pkgconfig files. Bump PKGREVISION and defaultrh7-4/+53
buildlink dependency.
2002-03-30update to glib-2.0.1dmcmahill4-33/+10
Overview of Changes in GLib 2.0.1 ================================= * Portability fixes for Sun's Forte compiler [Erwann Chenede] * Performance improvements for GObject parameter lookup, g_filename_to/from_utf8() [Alex Larsson] * Actually check interface prerequisites [Matthias Clasen, Miroslaw Dobrzanski-Neumann] * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor] * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras] * Fixes for g_log() and threading. [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik] * Make g_print(), g_printerr(), g_warning(), etc, convert from UTF-8 to the encoding of the locale [Sebastain Wilhelmi, Tim] * Fixes for GIOChannel on windows. [Tor Lillquist] * Fix gsize/gint mismatches in giochannel.c [Miroslaw] * Fix file descriptor leak in g_file_get_contents() [Matthias] * Workaround iconv() problems on older Solaris [Lauri Alanko] * Fix warnings with gcc-3.1 about asm const [Cody Russel] * Minor bug fixes. Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele, Akira Tagoh, Morten Welinder
2002-03-25remove unneeded patches. pkg-info adds -Wl,-R${path} automatically, nodmcmahill5-49/+1
need to add it explicitly.
2002-03-24s/pth/ptl2dmcmahill1-2/+2
2002-03-24import glib2-2.0.0dmcmahill12-0/+421
GLib is a library which includes routines for C, providing lists, trees, hashes, memory allocation functionality and many other things. glib2 will coexist with glib-1.2.*