- add ugly hack to make it build, as upstream doesn't build their own releases
it's slightly broken at runtime, this will be dealt with soon.
ok landry@
- remove unneeded XXX
- explicitly disable introspection support for now
- add a patch from upstream to use compat functions for string handling
ok aja@
Major update to glib2-2.26.0.
This starts a flood commit of several big updates (gtk+2 and GNOME 2.32).
Please note that there will be some WANTLIB/DEPENDS breakage probably,
this went into several bulks but it's impossible to catch everything.
Any gtk+2/glib2 related build failures, please talk to me or jasper@
The ports tree is expected to be in a unconsistent state for a couple of
days to give us time to fix everything we didn't spot or any runtime
issue with the latest GNOME.
We do this now so that we have packages with all the latest major bumped
libraries at p2k10.
Thanks to landry@ and his zomg!cluster for the bulks and reports.
ok jasper@
The Gdk Pixbuf library provides:
* Image loading and saving facilities
* Fast scaling and compositing of pixbufs
* Simple animation loading (ie. animated GIFs)
This library was moved out of gtk+2... wantlib fun is starting...
ok jasper@
This module will try to launch a new mpd server for testing purposes.
This mpd server will then be used during POE::Component::Client::MPD or
Audio::MPD tests.
ok sthen@
Moose has syntax is generally fine, but sometimes one gets bothered with
the constant typing of string quotes for things. The MooseX::Types
module exists and in many ways reduces the need for constant string
creation.
ok sthen@
This was only used in two ports, and will never be used in more ports
as GitHub no longer builds new gems. Both of the ports are also
found on rubygems.org, so this switches them to use the standard
MASTER_SITE_RUBYGEMS from ruby.port.mk. ruby-findmyiphone has a small
change from the GitHub version that requires a package bump.
OK landry@