Commit Graph

248 Commits

Author SHA1 Message Date
ajacoutot
a63d31f5e6 Merge some patches from upstream to fix a couple of crashes. 2013-05-09 14:06:38 +00:00
jasper
dde87c18ae unbreak on hppa as well.
reported and tested by landry@
ok aja@
2013-04-18 10:42:32 +00:00
ajacoutot
413541e414 Update to glib2-2.36.1. 2013-04-16 06:01:54 +00:00
ajacoutot
d7d387040d Pushed upstream. 2013-04-08 12:18:12 +00:00
ajacoutot
60f56bd30d Committed upstream. 2013-04-07 07:12:53 +00:00
jturner
d417093c36 Unbreak on mips64(el) platforms.
Add g_atomic_int_get and g_atomic_pointer_get const patch which was also
submitted upstream.

ok aja@ bcallah@
2013-04-05 19:20:26 +00:00
ajacoutot
067ffc0dab Add interface-after-init exception for glibmm and gtk# ; from upstream. 2013-04-05 06:33:21 +00:00
ajacoutot
50216fe525 Major update to glib2-2.36.0.
*huge* thank to landry@ for running a bulk with this diff and the few
others that are going to be committed and for informing me of the
breakage that needed some love.
2013-03-27 17:49:34 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
ajacoutot
5a0c831a72 Tweaked and committed upstream. 2013-01-09 15:32:33 +00:00
ajacoutot
d3467eb646 Skip /socket/ipv6_v4mapped, we don't support that. 2013-01-08 10:43:58 +00:00
ajacoutot
31558a4ac5 Update to glib2-2.34.3. 2012-11-27 06:49:49 +00:00
ajacoutot
b045b75d4e New iteration of the kqueue patch. 2012-11-14 19:05:49 +00:00
ajacoutot
87f6510efa New revision of the kqueue patch; hopefully to be pushed upstream soon... 2012-11-13 16:34:59 +00:00
ajacoutot
1a6ae29126 GKqueueDirectoryMonitor -> GKqueueFileMonitor 2012-11-12 10:19:39 +00:00
ajacoutot
774660cc72 Bugfix update to glib2-2.34.2. 2012-11-10 07:37:06 +00:00
ajacoutot
3cf8d8a6bc Fix a reference counting bug.
from kettenis@ (thank you!)
2012-11-07 08:17:56 +00:00
ajacoutot
fd98613cb3 Cleaner way to skip ipv6_v4mapped. 2012-10-25 15:41:52 +00:00
ajacoutot
38d169ec53 Pushed upstream. 2012-10-19 12:35:41 +00:00
ajacoutot
711f9e360e Slightly increase the poll_duration in the timed_wait regress test.
req. by robert@
2012-10-19 12:07:53 +00:00
ajacoutot
48bd8766a5 Add devel/py-gobject3 to REGRESS_DEPENDS. 2012-10-16 14:18:09 +00:00
ajacoutot
3718dca9fe Maintenance update to glib2-2.34.1. 2012-10-16 06:30:46 +00:00
ajacoutot
3d0ed2d3d6 Ok, at the time we had 100 tests failing it made sense to keep running the regression suite.
Nowadays, we want to actually stop on errors so that we can see and fix them.
2012-10-12 20:54:23 +00:00
ajacoutot
260ec750cf Disable a couple of tests:
* test_create_delete: there seems to be an issue with the kqueue backend
(to be revisited)
* ipv6_v4mapped: this will never be supported on OpenBSD
2012-10-12 20:52:04 +00:00
ajacoutot
2c8edfb03d No need to include bsd.port.arch.mk. 2012-10-06 13:53:46 +00:00
landry
c03f7c7ac3 Tighten the BUILD_DEPENDS on the fixed version of docbook to avoid
failing during package step because of missing manpages..
2012-10-02 20:56:18 +00:00
ajacoutot
ba8a7e44e8 Tweak after recent docbook changes. 2012-09-27 17:38:17 +00:00
ajacoutot
d9bbeb439a Update to stable glib2-2.34.0. 2012-09-24 04:11:50 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
ajacoutot
9aafe34fee It's this time of the year again... update glib2 to the latest
available development release (glib2-2.33.14). A new stable is supposed
to come out within the next 2 weeks and we want to be proactive and get
some things in tree before the big GNOME 3.6 update that we will work on
at p2k12.

big thank to jasper@ for running this and the upcoming updates in a bulk
ok jasper@
2012-09-21 13:16:49 +00:00
ajacoutot
f3d9095951 Rely on g_mount_can_unmount() from GLib for the gio-kqueue backend to
choose between kqueue(3) or poll(2) for monitoring. This allows dropping
the need for a gio-kqueue.conf file.
2012-09-18 13:05:59 +00:00
ajacoutot
e2ff114871 Fix MASTER_SITES. 2012-09-07 14:40:59 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
ajacoutot
57af6dc327 Merge -docs into -main. 2012-08-30 10:08:46 +00:00
ajacoutot
4d8426b28a Don't need to patch this anymore.
from Brad
2012-08-29 16:06:56 +00:00
ajacoutot
6d059a1b96 Bugfix update to glib2-2.32.4. 2012-07-15 08:10:41 +00:00
ajacoutot
c13fc449b2 BZ link. 2012-07-12 11:40:52 +00:00
ajacoutot
a2e96fd92c typo in comment. 2012-07-12 11:20:25 +00:00
ajacoutot
9c45efe7f5 Committed upstream. 2012-07-10 13:25:32 +00:00
ajacoutot
373e14caa0 Use G_N_ELEMENTS instead of nitems. 2012-07-09 16:34:21 +00:00
ajacoutot
1accbaf605 Committed upstream. 2012-07-08 21:02:45 +00:00
ajacoutot
a32f40fddf BZ links. 2012-07-08 18:03:39 +00:00
sthen
ddc61472cb don't rely on param.h for nitems(), ok ajacoutot@ 2012-07-08 17:09:17 +00:00
ajacoutot
d948f0f666 Remove unneeded chunk. 2012-07-06 16:25:05 +00:00
ajacoutot
787779247e Bugfix update to glib2-2.32.3. 2012-05-15 06:31:34 +00:00
ajacoutot
dd99bb690a Bugfix update to glib 2.32.2. 2012-05-01 06:17:01 +00:00
ajacoutot
5ee4dfff3a Do not warn about bad dconf paths. We do this temporarily so prevent
huge vomit from pkg_add when running glib-compile-schemas. Once most
applications are fixed, we'll remove this patch.
2012-04-23 12:49:47 +00:00
ajacoutot
54243e173d Use a new version of the gio-kqueue patch that already has one of our
local patches.
Merge the cocoa/foundation patches from upstream.
2012-04-22 16:58:42 +00:00
jasper
73c428ed6b apply patch from upstream git to fix resources on big endian architectures
ok aja@
2012-04-17 13:29:24 +00:00