Commit Graph

240 Commits

Author SHA1 Message Date
ajacoutot
13713b113c Import the g_desktop_app_info_get_filename() function from upstream.
This is required by newer GTK. We cannot just update Glib because it now
requires threads which will break p5-Glib2 dependent apps as our perl is
not threaded... solution to this is rthreads or ... <insert solution
here and send it to aja@>. Yes this means we are stuck with this version
for now.
2010-04-20 18:53:29 +00:00
ajacoutot
bbe3ae05d2 Update to glib2-2.22.5.
tested in a bulk by jasper@, thanks.
2010-03-21 09:55:54 +00:00
ajacoutot
86d71ccb68 Bugfix release to glib2-2.22.4. 2010-01-07 08:02:35 +00:00
ajacoutot
f4bdb13515 No need to link with libm after the fam -> gamin move.
spotted by landry@
2009-12-08 18:55:29 +00:00
ajacoutot
161de4c05b Missed bump.
spotted by Markus Lude
2009-12-04 12:50:24 +00:00
ajacoutot
b8fec8bd7f Use gamin instead of fam. Remove the -fam subpackage in the process
(libgamin has no external dependencies and it will simplify packaging
and dependencies).

ok landry@ jasper@
2009-12-04 08:08:31 +00:00
ajacoutot
1ba8be8b71 Maintainance update to glib2-2.22.3. 2009-12-01 16:13:00 +00:00
ajacoutot
0f57c8d6a2 Enclose comment to unfuck header. 2009-11-26 08:00:43 +00:00
ajacoutot
85ef1da98b __attribute__((__unused__)) is not supported on g++3.3, so use the same
define as in perl and only define G_GNUC_UNUSED when appropriate.

ok jasper@
2009-11-23 08:22:34 +00:00
ajacoutot
6dbfe57662 From FreeBSD: poll the list of mounted filesystems since we can't rely
on checking for mtab updates like other systems.
2009-10-14 01:29:39 +00:00
jasper
67832b1446 add --disable-silent-rules to CONFIGURE_ARGS so we can see what
is actually being done, instead of CC $FILE and LD $FILE

ok aja@
2009-10-10 11:25:28 +00:00
ajacoutot
6d3add74ff Minor update to glib2-2.22.2.
Bugfix, translation update and typo.
2009-10-07 15:07:49 +00:00
ajacoutot
394379e18e Update to version 2.22.1.
committing early so that we can work with the latest at upcoming p2k9.
any fallout, please let me know directly.
ok landry@
2009-10-04 18:17:13 +00:00
ajacoutot
07c9a2ed58 Small bugfix update to glib2-2.20.5. 2009-08-29 10:20:28 +00:00
ajacoutot
1d7f915015 - major update to glib2-2.20.4
- add missing REGRESS_DEPENDS

*remove previous version before trying to compile this*

Report any failure directly to me please.

tested by landry@ on a sparc64 bulk, thanks!
ok jasper@ on a previous diff
2009-07-12 20:38:09 +00:00
ajacoutot
8f7cd0f1e5 - remove workaround now that our default thread stack size has been
increased
2009-04-21 13:01:18 +00:00
ajacoutot
e34d6bc6c3 - previous patch to fix CVE-2008-4316 was missing a part 2009-04-13 09:03:34 +00:00
jasper
23eacfb2d1 Security fix for CVE-2008-4316.
Fixes multiple integer overflows.

ok ajacoutot@
2009-03-22 19:33:39 +00:00
jasper
ff9b7c1ac2 - fix XDG conflicting symbols, from FreeBSD
this ought to help resolve some crashes in at least evolution and anjuta

hinted by ajacoutot@, thanks :)
2009-01-28 09:24:38 +00:00
ajacoutot
28827aac69 - bugfix release to glib2-2.18.4
thanks to Benoit Lecocq for amd64 testing
2009-01-11 17:06:26 +00:00
ajacoutot
08d4aaca8c - use same workaround as for gtk+2: lower buffer size to prevent memory
access issues.

This should at least fix the nautilus copy bug as well as
gnome-screenshot.

ok jasper@
2008-12-21 14:02:39 +00:00
ajacoutot
53cd84216c - minor update to version 2.18.3
fixes some mem leak, translation and bugs

ok jasper@
2008-11-24 16:05:03 +00:00
ajacoutot
0b0c814e9c - add a -fam subpackage which provides the fam(3) gio module
ok jasper@
2008-11-22 18:56:13 +00:00
ajacoutot
2eb7ee18ad - explicitely disable some configure options
- don't hardcode /usr/local nor /etc and fix paths
- add an XXX about the fam gio module

"reads fine" jasper@
2008-11-22 17:23:14 +00:00
brad
23586f506c Update the patch so it'll apply for 2.18.2. 2008-10-31 07:00:03 +00:00
landry
786222a047 Major upgrade to glib 2.18.2.
It's the perfect timing to slap it in now during p2k8, and it paves the way
for the incoming gtk 2.14.4 upgrade.
Tested by bernd@ in a mulk muild.

ok ajacoutot@ bernd@ 'go ahead' jasper@
2008-10-27 21:28:01 +00:00
brad
eb5e564725 Update glib2 to 2.16.6.
ok ajacoutot@
2008-09-27 17:58:25 +00:00
brad
d8ab0f9395 Update glib2 to 2.16.5.
ok jasper@
2008-09-02 12:44:08 +00:00
naddy
7ff60146b4 Pinch a fix/workaround from 2.16.5's configure script to ensure that
endianness is detected correctly on all platforms.  ok martynas@

Also drop a bogus configure patch that is a no-op.
2008-08-01 20:53:05 +00:00
martynas
1db4805bb9 remove bogus patch. atof("Infinity") actually produces zero, and
then no wonder the patch removes further regression tests...
this is not needed now that that archs have proper INFINITY and NAN
definitions
ok phessler@
2008-07-24 10:02:57 +00:00
brad
72a2fdf755 Update glib2 to 2.16.4.
ok jasper@
2008-07-08 08:38:26 +00:00
jasper
257532222c - add a note about why gtester-report is not installed 2008-06-03 14:15:04 +00:00
jasper
439f4eb048 - this isn't needed anymore.. 2008-04-09 13:11:02 +00:00
jasper
c4e5ffbc2f - update glib2 to 2.16.1
lots of changes, most importantly, the addition of GIO (VFS API to replace
GnomeVFS).

testing and feedback by many, thanks!

ok landry@ merdely@ simon@
"go ahead" bernd@ steven@

(diffs to unbreak some ports will follow)
2008-04-09 13:10:17 +00:00
sthen
a278095ed8 remove a hppa workaround which used to be necessary, but now just
breaks the build. other arch unchanged -> no bump.
"of course" ajacoutot
2008-02-13 12:01:53 +00:00
jasper
47a5df7624 - update glib2 to 2.14.5
(bugfixes and updated translations)

tested in a bulk build by steven@
ok ajacoutot@
2008-02-09 17:47:34 +00:00
ajacoutot
40bb43e30d - remove undeeded patch now that mimeinfo.cache is installed in the
right place

ok jasper@
2008-01-22 18:27:02 +00:00
steven
12a9bacc8c maintenance update to 2.14.4 2007-12-05 14:31:24 +00:00
steven
9d9ccaf4e7 maintenance update to 2.14.3 2007-11-18 16:28:55 +00:00
winiger
14d2f5b6db fix LIB_DEPENDS-main and bump PKGNAME-main
ok jasper@ and martynas@
2007-10-31 21:50:51 +00:00
jasper
561f316f27 - update glib2 to 2.14.2
- don't use the local pcre, but use pcre from ports

with tweaks from wilfried@ (pcre and static libs)
ok steven@
2007-10-24 22:29:02 +00:00
djm
122a32371a make glib2 use /dev/arandom instead of /dev/urandom; ok jasper@ 2007-09-13 10:51:13 +00:00
jasper
da87bcceb1 update glib2 to 2.12.13
"go ahead" steven@
2007-09-10 19:13:33 +00:00
martin
639846e13b backout
needs more discussion and wider testing, and i missed the bump anyway :(
2007-07-27 10:09:51 +00:00
martin
5ae2177b9d fix a configure bug on m68k by always linking with libintl and libiconv
help aanriot@

ok xsa@ aanriot@
2007-07-27 08:29:46 +00:00
ajacoutot
ce44a3bea8 - disable optimization for glib on powerpc because it can lead to a segfault
under some circumstances

ok kili@ jasper@
2007-06-25 15:28:44 +00:00
kurt
e5dee3255f remove libtool work around for -pthread. no objections usual suspects 2007-06-04 19:02:45 +00:00
jasper
9003349185 update glib2 to 2.12.12
ok steven@
2007-05-12 20:21:37 +00:00
jasper
cb81475a81 fix wrong and hardcoded paths.
from Mikolaj Kucharski <mikolaj.kucharski@gmail.com>

ok martynas@ naddy@
2007-04-24 18:21:14 +00:00
jasper
78a5b821bf update glib2 to 2.12.11
based on diffs by alek@

ok'd by several, "go ahead" steven@
tested by many, thanks!
2007-04-23 16:22:07 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
espie
0f5dc96ea1 say goodbye to GNU land. 2006-12-16 12:22:32 +00:00
steven
6b9133e43b new MULTI_PACKAGES 2006-11-24 16:50:10 +00:00
espie
8b2b6ddc7f a few more SHARED_LIBS reformat 2006-10-28 11:19:20 +00:00
brad
c819b39792 Update glib2 to 2.10.3. 2006-06-03 18:22:22 +00:00
steven
0c358f090d remove obsolete shared libs patches. ok bernd@ 2006-05-28 10:07:25 +00:00
brad
2a16431860 Update glib2 to 2.10.2. 2006-05-22 01:39:36 +00:00
marcm
f32f3f7fd8 Zap the ltmain diff now that it's no longer needed. Noticed by jakemsr@ 2005-12-29 05:10:36 +00:00
marcm
9b46f9aca3 Wee, other half of buggered commit...
Update to 2.8.4
USE_LIBTOOL
SHARED_LIBS

OK bernd@
2005-12-28 06:25:27 +00:00
marcm
2de1a7f736 Update to 2.8.4
SHARED_LIBS
USE_LIBTOOL

OK bernd@
2005-12-28 06:15:28 +00:00
marcm
69aea10936 Update glib2 to 2.8.3. Part of the update to the GTK 2.8 series.
Glib 2.8 Release notes are here:
http://mail.gnome.org/archives/gnome-announce-list/2005-August/msg00048.html
2005-11-13 06:22:02 +00:00
espie
9571031547 fix conflicts with 3.6 packages, thus allowing updates.
Okay pvalchev@
2005-08-16 18:28:55 +00:00
marcm
ecccc708fe Update to 2.6.4, part of GTK+ 2.6 and Gnome 2.10 2005-05-24 21:26:17 +00:00
espie
b7109f59a7 sprintf/strcpy stuff in glib2
okay naddy@, a while ago...
2005-04-14 17:06:18 +00:00
naddy
3f04f8f321 SIZE 2005-01-05 16:22:24 +00:00
espie
24e6dbf353 fix a few WANTLIB issues.
Install librpmbuild since lib/rpmgettext wants it.
2004-12-22 06:31:05 +00:00
marcm
60eea62380 Update to 2.4.8.
More importantly, pull out the NetBSD diff that dealt with
*BSDesque dlopen issues and, now that we have a working
RTLD_DEFAULT, go with the FreeBSD hack^H^H^H^H method which works
better.
2004-12-07 06:16:20 +00:00
espie
6bec6cc34b WANTLIB markers 2004-11-23 11:22:00 +00:00
marcm
fa2bb861b0 Update 2.4.6 -> 2.4.7 2004-10-26 03:49:03 +00:00
marcm
19057393a6 Latest and greatest... to 2.4.6 2004-09-16 04:13:56 +00:00
xsa
441ffcdcbf more new-style MODULES. 2004-08-10 12:42:21 +00:00
marcm
805f07b12f Update to 2.4.5, new PLIST. Added patches from NetBSD that add support
for "dlopen(NULL, 0) brokenness" (which we have) that manifests itself
in some GNOME apps.
2004-08-08 17:12:55 +00:00
marcm
9e344e7874 Some more docs that go in the -docs subpackage 2004-06-22 18:01:24 +00:00
marcm
014548031a Update to gtk+ 2.4.3 and friends.
Note: this will cause breakage in ports that set the various
*_DISABLE_DEPRECATED defines for gtk.  These weill be addressed
shortly.

ok pvalchev@
2004-06-22 03:15:02 +00:00
sturm
7297ccd7b0 mark some subpackages arch independent
ok naddy@
2004-02-04 07:39:18 +00:00
brad
e29ab8cfa9 allow this to actually compile.
From: NetBSD
2004-01-13 01:57:44 +00:00
brad
8ebf96e567 For the 'trio' varargs functions, don't pass a reference to a va_list
argument to the level below; it's not portable. Use G_VA_COPY to
create a new copy, and pass a reference to that instead.

From: NetBSD
2004-01-12 22:23:19 +00:00
naddy
2276d3b230 remove WWW lines 2003-12-15 21:42:08 +00:00
marcm
8e3b067572 Make glib2 step up and take ownership of *all* the directories it creates,
to include the locale directories, gtk-doc stuff, aclocal and pkgconfig.

With the new pkg-* tools, special casing these is no longer necessary.

Note: other ports that do not recursively depend on glib2 and have not
yet been similarly updated will cause warnings when glib2 is deleted if
they have files in any of the newly owned directories.  This is expected,
those ports need to catch up :).
2003-12-08 06:05:21 +00:00
marcm
d4cc8ff2cd Bulk update of GTK+2 and GTK+2 requirements.
deve/glib2 2.2.2 -> 2.2.3
devel/pango 1.2.3 -> 1.2.5
x11/gtk+2 2.2.2 -> 2.2.4

These are minor bugfix updates to the GTK 2.2 series but are starting
to be required by some GTK & Gnome apps.
2003-09-23 06:12:41 +00:00
marcm
bdea1f7e5b charset.alias accidentally slipped in.
Pointed out by jolan@
2003-07-05 07:16:08 +00:00
marcm
3c9efb47b5 Update to 2.2.2, a bugfix release. This also fixes regression tests. 2003-06-30 03:55:29 +00:00
miod
abbf322352 Do not explicitely disable threads on vax anymore.
ok brad@ marcm@ (maintainers)
2003-05-27 23:00:50 +00:00
marcm
9e33af3f53 Same Vax workaround that glib1 uses. 2003-05-21 15:52:31 +00:00
marcm
978fc0bb59 Update to 2.2.1, the latest stable version in the 2.2 series. 2003-04-17 05:55:42 +00:00
marcm
6e4c9b8358 Update to 2.0.7, fix LIB_DEPENDS, take MAINTAINER and get libtool to
add -pthread to .la files where needed.

ok sturm@
2002-12-23 04:54:59 +00:00
nino
c801d1e2bf Drop spurious pkgconfig RUN_DEPEND.
Noted by brad@.
2002-08-08 19:20:28 +00:00
nino
74b8917131 Update to 2.0.6, make it aware of our MAX/MIN macros and make library
versions controllable from the makefile.
2002-08-07 13:11:53 +00:00
nino
dffc4172a9 iconv modules is not needed when the gettext module is used.
spotted by fgsch@.
2002-07-28 12:00:51 +00:00
nino
675c2c0d90 Import glib 2.0.4. From DESCR:
General-purpose library in it's second version from the GTK+ team,
includes support routines for C such as lists, trees, hashes,
memory allocation, and many other things.

Joint effort between myself and couderc@.
2002-07-25 09:14:13 +00:00