Age | Commit message (Collapse) | Author | Files | Lines |
|
Bump PKGREVISION to 3. Thanks Dmitry Matveev.
|
|
interaction problems with the Gtk file chooser and also corrects other
problems.
|
|
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.
|
|
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.
|
|
|
|
changes:
-bugfixes
-translation updates
|
|
BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.2.1
|
|
changes:
-bugfixes
-translation updates
|
|
|
|
requested by agc@
|
|
|
|
changes:
-Fix a possible crash when using g_settings_delay()
-documentation clarifications
-Translation updates
|
|
changes:
-Improve documentation
-Fix some introspection annotations
-Translation updates
|
|
|
|
changes:
-bugfixes
-translation updates
|
|
defined, should fix build on NetBSD-4 (PR pkg/44718 by Michael van Elst)
|
|
This switches to the new glib-2.28 branch which is intended to
help transition to glib/gtk3. Still binary compatible.
(The unix socket credential passing stuff needs work, but this
is new and thus no regression.)
|
|
gio-querymodules utility does not delete the file when no modules are left,
so we were left with a giomodule.cache file after removing glib2 that was
not managed by any package.
Also, and as a side effect, ensure that the files are created during
install time so that in-place updates work correctly.
Bump PKGREVISION to 2.
|
|
some packages deduce the full name to the tool instead of relying on the
PATH.
Attempt to do better by setting the GLIB_COMPILE_SCHEMAS variable to
a non-absolute name during the build, hoping that such packages do define
this Makefile variable.
This should fix the build of evince as reported in PR pkg/44589.
|
|
|
|
|
|
on at least SunPro cc, and presumably some other non-gcc compilers. Skip this
test for now, pending a better fix.
|
|
rebuild the precompiled database upon install/deinstall. This is mostly
a copy/paste of the same logic to deal with gio modules found in modules.mk.
No PKGREVISION bump because this does not affect the glib2 package in
itself.
|
|
* forget about problem with universal binaries; it's fixed with ABI
* replace libiconv_open with iconv_open in configure, so system libiconv can
be detected and used in 64-bit mode
|
|
Bump PKGREVISION.
|
|
will take care of this
|
|
addresses PRs pkg/43578 and pkg/44104 by Robert Elz
|
|
changes:
-bugfixes, in particular for big-endian systems
-translation updates
|
|
#define _XOPEN_SOURCE 600 in glib/tests/strfuncs.c and include the required
header to define the major() & minor() macros in gio/gdbusmessage.c
upstream bug https://bugzilla.gnome.org/show_bug.cgi?id=633390
|
|
used by NetBSD/i386<=5.x
patch provided and tested by Daniel Horecki
|
|
link error on amd64, hopefully fixes build problem reported by tron
|
|
This switches to the gnome-2.32 release branch.
|
|
platforms are unaffected and Solaris did not build before
|
|
changes:
-bugfixes
-translation updates
|
|
Pkgsrc.
|
|
-inconsistency of .hidden attributes, leading to link error on amd64,
reported by Tobias Nygren
-trick NetBSD's arpa/nameser_compat.h into using the system provided
endianess definitions -- it has its own ifdefs but misses eg. ppc,
fixes build error on macppc reported by Erik Bertelsen
|
|
|
|
this switches to the gnome-2.30 branch
|
|
|
|
This functionality can easily be built as a loadable module, so it should
not be conditional on a build-time option.
Split the Makefile into two parts so that the sysutils/gio-fam package can
reuse most of it.
Bump PKGREVISION to 1.
|
|
Overview of Changes from GLib 2.22.4 to GLib 2.22.5
===================================================
* Bugs fixed:
568760 nautilus freezes due to a bug...
609813 Renaming a file discards file notes
611696 gio uses GetAddrInfo which requires special handing...
552912 glib-2.18 /live-g-file/test_copy_move failed...
609143 *result_uncertain is never assigned in g_content_type_guess
609531 missing licence headers
610860 test_g_file_open_readwrite fails if $HOME is unwritable
612702 Fix GSocket-related crash on Windows
|
|
ld.elf_so, seen by Zafer Aydogan and myself
bump PKGREVISION
|
|
|
|
|
|
define it and g_module_unload symbols are only resolved in the module
and not any dependencies.
|
|
changes: minor bugfixes
|
|
so remove workaround for PR#41475.
|
|
Overview of Changes from GLib 2.22.2 to GLib 2.22.3
===================================================
* Bugs fixed:
350200 GTypeModule derived class unref does not unload plugin
598899 GWin32DirectoryMonitor is broken
563627 g_get_prgname() threadsafety
572252 Bug in g_file_test() function.
577711 cross compile check for g++ broken
598712 can't detect text file with backspace
541236 not detecting exact content type
593856 file and directory monitors don't work with --disable-debug
593809 Nautilus does not restore the position of the icons...
* Updated translations:
Catalan Valencian
Estonian
|
|
|
|
in 2.22.x include:
* GArray, GPtrArray, GByteArray, GTree and GMappedFile can be reference
counted.
* GLib can be forced to reload the XDG user directory mapping.
* The GLib mainloop supports per-thread default contexts.
* GIO now provides types and methods for IP addresses and UNIX domain
socket addresses.
* GResolver provides asynchronous and cancellable APIs for resolving
hostnames, reverse lookup of IP addresses and resolving SRV records.
* Support for network IO has been added to GIO, including low-level
socket API and high-level API for network connections and services.
* GIOStream and its subclasses have gained support for read-write
access.
* GIO supports starting and stopping of drives, which can be used
in connection with external hard disk enclosures, disk arrays, iSCSI
devices, etc.
* GIO supports user interaction during unmount and eject operations.
* GIO can store and retrieve per-file metadata.
|