summaryrefslogtreecommitdiff
path: root/devel/glib2/buildlink2.mk
AgeCommit message (Collapse)AuthorFilesLines
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-07-01NetBSD-current's iconv is good enough, remove USE_GNU_ICONV.drochner1-2/+1
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-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2002-12-24Update to 2.2.0. Deprecate PTL2 support for this package.wiz1-13/+2
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-10-16Switch glib2 from PTL2 to pth.rh1-2/+6
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-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-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,wiz1-2/+2
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 havejlam1-0/+33
buildlink2.mk files back into the main trunk.