Commit Graph

16 Commits

Author SHA1 Message Date
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