summaryrefslogtreecommitdiff
path: root/devel/glib2
AgeCommit message (Collapse)AuthorFilesLines
2012-11-15add the kqueue patch againdrochner1-1/+4
2012-11-13Changes 2.34.2:adam10-40/+46
* Bug fixes: 649302 Add support for GNU/FreeBSD 672924 Add annotations for g_filename_from_uri() 685995 Crash in g_menu_exporter_name_vanished 686091 Invalid reads in g_bytes_unref_to_data 686185 g_date_time_format Transcoding Fails on OSX 686213 Half open TCP sockets remain open after soup... 686662 introduce explicitly-sized enum types, depre... 686786 g_socket_get_available_bytes() returns wrong... 687089 g_dbus_connection_export_menu_model(): fix a... 687540 In Trash folder, Nautilus misinterprets "\n"... 687541 GSignalQuery param_types field needs array a... 687600 gfileutils.c performs invalid cast of (varar... 687801 tests/buffered-input-stream: Fix size of par...
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-19update to 2.34.1drochner3-9/+9
changes: -bugfixes -translation updates
2012-10-09Explicitly disable the creation of manpages so that the presence ofjmmv1-1/+2
xsltproc and Docbook packages do not enable this unexpectedly. Fixes the build whenever manpages get enabled for some reason, as the PLIST does not account for them.
2012-10-06Update glib2 and therefore gdbus-codegen and gio-fam to 2.34.0prlw113-236/+113
- patch-ar and patch-as to avoid dependending on python are no longer necessary since the introduction of --disable-modular-tests - patch-co has been committed to glib in 2360d04e - other patches cargo culted across - statfs test was fixed in glib with commit afa82ae8 - no longer provide man pages as that requires docbook & xsltproc Many changes in glib since 2.32.4, especially GDBus improvements. See NEWS file http://git.gnome.org/browse/glib/plain/NEWS?id=2.34.0 for details.
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-10-03Update `DESCR' files (text taken from the home page).wiz1-4/+6
From Bug Hunting.
2012-09-15recursive bump from libffi shlib major bumpobache2-3/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Darwin always needs iconv hackadam1-3/+1
2012-07-25darwin-iconv hack is only required for the case using native libiconv.obache1-1/+6
PR 46720.
2012-07-24update to 2.32.4drochner5-19/+17
changes: bugfixes
2012-07-12Commit a different fix for the Solaris 32-bit libelf problem. Disablejperkin3-7/+25
largefile support only in programs which depend upon libelf (currently just gresource), rather than across the entirety of glib2. Bump PKGREVISION.
2012-07-11devel/glib2: Fix 32-bit SunOSmarino1-2/+10
On a 32-bit OpenIndiana 151a machine, glib2 failed with the error: "large files are not supported by libelf". The glib2 makefile doesn't include libelf from pkgsrc, it uses the version with the header at /usr/include/libelf.h. Libelf will only support large files (64 bits) with 64-bit versions of SunOS. This change adds additional checks. When the Makefile determines that the package is building on a 32-bit SunOS, it will force the configure script to define _FILE_OFFSET_BITS as 32 which allows glib2 to build completely. No need to bump revision; it wouldn't have built on 32-bit SunOS before.
2012-06-26don't pull in libelf on SunOS, to fix build problems (PR pkg/46478)drochner1-2/+2
This is a poor fix for an apparently not well understood problem, so we should consider it a stopgap fix and find a sustainable solution after the freeze.
2012-05-31Increase build dependency of gtk-doc for the kqueue configuration.reed1-2/+2
With older version 1.11nb1, it had many failures during automake. Noticed that this newer version allowed the configuration and build to complete.
2012-05-23change to working generic HOMEPAGEreed1-2/+2
2012-05-22Fix kqueue support by using patch for 2.32.2 and correcting some problemsjmmv6-16/+51
that we had in our own patches for the Makefile.am files. Bump PKGREVISION to 1.
2012-05-15Changes 2.32.3:adam4-13/+12
* Bug fixes: Correct a typo in the ELF configure check Reset LIBS after the ELF configure check Fix GIO/GObject Visual C++ projects gio: fix error handling in async case of GProxy... GConverterInputStream: fix an infinite loop... * Translation updates: Bulgarian Catalan Czech German Japanese Slovenian Telugu
2012-05-08Fix build on SunOS.hans3-3/+22
2012-05-04* Update PKGCONFIG_OVERRIDE list to reflect reality.obache4-12/+27
* Restore pthread flag settings in configure script. It still in the last hunk of patch-ak (for configure.ac), but lost at updated to 2.32.1. * Fixes missing pthread linkage of libglib-2.0 on OpenBSD. Bump PKGREVISION.
2012-05-01Changes 2.32.2:adam18-111/+111
* GApplication: can now have a NULL application ID * g_clear_object: fix warnings when using it on C++ (due to lack of ability to implicitly cast void*) * GDBus: - add our own implementation of the message bus for use on Windows only - fix up a few bugs that use of this bus uncovered in GDBus - escape nonce files in dbus addressess (think 'c:\') - support initial underscores in dbus codegen namespace (for private) * Fix misdetection of GNUstep as Cocoa (for the MacOS GSettings backend) * make sure configure fails if AC_CHECK_ALIGNOF cannot detect the alignment * GAppInfo: overwrite the DISPLAY only if it is set in the launch context * glib/tests/date: force US locale running the GDateTime tests * GSocketControlMessage: Don't warn about unknown messages * Resources: - fix broken use of GVDB on big endian machines - set a 'display name' so that pretty file names appear in Gtk CSS warning messages * GMainContext: - block child sources when blocking the parent - introduce more testcases for child sources * Translations updates: Brazilian Portuguese French Galician Italian Lithuanian Polish Polish Serbian Simplified Chinese Spanish * Bug fixed: 619026 avoid warning in gutils.h when using gcc with -Wconversion 669260 Open/Save dialog hangs waiting for data with libsoup 671249 GApplication: Allow a null application_id? 672786 goa-daemon: action in notification doesn't work 673409 g_resource_lookup_data may return stale data pointer 674172 glib-2.32.1 misdetects GNUstep as Cocoa 674345 cssprovider: Make sure to print out file name in css warnings 674483 broken configure results when cross-compiling with gcc >= 4.5
2012-05-01Only depend on "libelf" on platforms that actually use ELF as theirtron1-2/+6
binary format. Bump package revision because of this dependence change.
2012-04-30update to 2.32.1drochner21-344/+338
This is the new major tree, needed for a number of Gnome pkgs. The optional "kqueue" patch isn't ready yet, so the "kqueue" option does not work atm.
2012-04-14Use updated kqueue patch for glib 2.30.3.jmmv2-6/+6
2012-04-10Add some patches for MirBSD support. More to come, but these are at leastbsiegert4-25/+55
sufficient to make glib2 build successfully.
2012-04-06restore kqueue patch checksumswiz1-1/+4
2012-04-06Make sure to initialize mutex before use it. Should be fix PR pkg/46266taca3-8/+21
by me. Bump PKGREVISION but no need to recursive bump since it simply fixes internal problem of glib2 and no external interface at all.
2012-03-23gtk-doc is required to reconfigure.obache1-1/+2
fixes PR 46159.
2012-03-21update to 2.20.3drochner9-50/+50
changes: -bugfixes -translation update
2012-03-09require `aclocal` before `automake'.obache1-1/+2
fixes PR 46159.
2012-03-05Add back glib-gio-kqueue-2.28.8-v3.patch to distinfoabs1-1/+4
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-03-01Fix build on DragonFly.ryoon2-8/+33
Confirmed by marino@ and Justin Sherrill.
2012-02-16open(2) is variadic (at least in Posix and NetBSD), g_open is not,drochner3-3/+29
don't mix them, the ABIs are incompatible at least on amd64 bump PKGREV
2012-02-06Revbump forwiz2-3/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-31Revert previous, there are patches which should make that the pythondrochner4-12/+52
stuff is not built/installed. Patch Makefile.am the same way as Makefile.in were patched, because the "kqueue" option regenerates the latter.
2012-01-31Until the implicit but not declared python depdendency is resolved just ↵abs1-1/+8
pretend gdbus-codegen does not exist. At least makes glib2 buildable. Bump PKGREVISION
2012-01-29avoid implicit Python dependency: don't build gdbus-codegen, it is new indrochner4-30/+66
2.30 and not used in pkgsrc yet, will be added as separate pkg
2012-01-29update to 2.30.2drochner13-146/+195
this switches to the 2.30 release branch pkgsrc note: if you use net/libsoup24 with this glib2 version, make sure to use at least version 2.34.3nb1
2012-01-17Update the kqueue patch to v3. Fixes issues where the trash daemonjmmv3-8/+8
would get stuck and spin CPU when devices are forcibly-unmounted. Bump PKGREVISION.
2011-11-26Use the new version of the kqueue patch to fix some GTK File Chooser issues.jmmv3-8/+8
Bump PKGREVISION to 3. Thanks Dmitry Matveev.
2011-11-11Update the kqueue patch to v1 and bump PKGREVISION to 2. This fixes somejmmv3-8/+8
interaction problems with the Gtk file chooser and also corrects other problems.
2011-10-09Run autoheader. Otherwise, HAVE_KQUEUE is not defined during the buildjmmv1-2/+3
and... well, the kqueue support is built but not used! Now, running a test program provided by Dmitry DTRT (with the exception of two tests, which seem to be not working in macppc). Ride the previous revision bump.
2011-10-09Add support for kqueue by using the patches written by Dmitry Matveev duringjmmv8-24/+157
the Google Summer of Code 2011 program. Congratulations, Dmitry! :-) This comes in the form of a new 'kqueue' build-time option. This should NOT be an option, but it is for two reasons: - I consider this still experimental for it to be enabled on everyone's machines, and the code is not "official". - The patch requires us to run automake/autoconf during the pre-configure stage, and I don't want to add these dependencies on the default package build. When these patches get integrated upstream, we can get rid of the option altogether. Also note that I had to backport some of our custom changes to Makefile.in files and some to configure to the original Makefile.am files and configure.ac. This is to prevent our custom patches from being lost during the automake/autoconf invocations we now do when 'kqueue' is enabled. Bump PKGREVISION to 1.
2011-08-04Get rid of pkg-config build dependency.wiz2-3/+6
2011-06-09update to 2.28.8drochner4-28/+28
changes: -bugfixes -translation updates
2011-06-02Needs gz_header structure soreed1-1/+4
BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.2.1
2011-05-25update to 2.28.7drochner6-47/+32
changes: -bugfixes -translation updates
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4