Update glib2 to 2.16.4.

ok jasper@
This commit is contained in:
brad 2008-07-08 08:38:26 +00:00
parent 54d8ac091b
commit 72a2fdf755
8 changed files with 32 additions and 44 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.46 2008/04/09 13:10:17 jasper Exp $
# $OpenBSD: Makefile,v 1.47 2008/07/08 08:38:26 brad Exp $
COMMENT-main= general-purpose utility library
COMMENT-docs= glib2 documentation
VERSION= 2.16.1
VERSION= 2.16.4
DISTNAME= glib-${VERSION}
PKGNAME-main= glib2-${VERSION}
PKGNAME-docs= glib2-docs-${VERSION}
@ -11,11 +11,11 @@ CATEGORIES= devel
HOMEPAGE= http://www.gtk.org/
SHARED_LIBS += glib-2.0 1600.0 # .1600.1
SHARED_LIBS += gobject-2.0 1600.0 # .1600.1
SHARED_LIBS += gmodule-2.0 1600.0 # .1600.1
SHARED_LIBS += gthread-2.0 1600.0 # .1600.1
SHARED_LIBS += gio-2.0 1600.0 # .0.0
SHARED_LIBS += glib-2.0 1600.1 # .1600.4
SHARED_LIBS += gobject-2.0 1600.1 # .1600.4
SHARED_LIBS += gmodule-2.0 1600.1 # .1600.4
SHARED_LIBS += gthread-2.0 1600.1 # .1600.4
SHARED_LIBS += gio-2.0 1600.1 # .0.0
# LGPL
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,5 +1,5 @@
MD5 (glib-2.16.1.tar.bz2) = mFLa8GBfgnv9cZn/5PWyLQ==
RMD160 (glib-2.16.1.tar.bz2) = nQrNiUze8PiwxyDs8gv6I4FpwZU=
SHA1 (glib-2.16.1.tar.bz2) = c2KyvqARhR93cLQiSgzagBQlaTs=
SHA256 (glib-2.16.1.tar.bz2) = 8wWoKLUxlKmcNd+4jvpNg9OZipW52IQ8o/hMKVnlZpU=
SIZE (glib-2.16.1.tar.bz2) = 4529604
MD5 (glib-2.16.4.tar.bz2) = KrebPJMliCfMbqjuUBKOSQ==
RMD160 (glib-2.16.4.tar.bz2) = 0VT3eM3iXMauFBjG0pbhsuxxvmI=
SHA1 (glib-2.16.4.tar.bz2) = jQ1xqGP52xiwxYG2OC03cZrj31A=
SHA256 (glib-2.16.4.tar.bz2) = FqyT3A2pXLIOTxRQf6tojEvh0jvNLyi8BpyMp9ydfp0=
SIZE (glib-2.16.4.tar.bz2) = 4553784

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.8 2008/04/09 13:10:17 jasper Exp $
--- configure.orig Tue Mar 11 01:41:11 2008
+++ configure Tue Mar 11 21:22:36 2008
@@ -32747,6 +32747,8 @@ _ACEOF
$OpenBSD: patch-configure,v 1.9 2008/07/08 08:38:26 brad Exp $
--- configure.orig Tue Jul 1 21:31:24 2008
+++ configure Wed Jul 2 05:03:56 2008
@@ -32625,6 +32625,8 @@ _ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-gio_glocalfile_c,v 1.1 2008/04/09 13:10:17 jasper Exp $
--- gio/glocalfile.c.orig Tue Mar 11 21:39:05 2008
+++ gio/glocalfile.c Tue Mar 11 21:40:09 2008
@@ -1001,7 +1001,7 @@ g_local_file_query_filesystem_info (GFile *fil
#endif
}
#ifdef USE_STATFS
-#if defined(HAVE_STRUCT_STATFS_FS_TYPENAME)
+#if defined(HAVE_STRUCT_STATFS_F_FSTYPENAME)
fstype = g_strdup(statfs_buffer.f_fstypename);
#else
fstype = get_fs_type (statfs_buffer.f_type);

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-glib_Makefile_in,v 1.9 2008/06/03 14:15:04 jasper Exp $
$OpenBSD: patch-glib_Makefile_in,v 1.10 2008/07/08 08:38:26 brad Exp $
Don't install gtester-report, it'll only pull in python.
--- glib/Makefile.in.orig Mon Feb 25 17:41:41 2008
+++ glib/Makefile.in Thu Mar 6 22:27:34 2008
@@ -592,7 +592,7 @@ INSTALL_PROGS = $(am__append_1) $(am__append_2)
--- glib/Makefile.in.orig Tue Jul 1 21:31:19 2008
+++ glib/Makefile.in Wed Jul 2 05:03:56 2008
@@ -596,7 +596,7 @@ INSTALL_PROGS = $(am__append_1) $(am__append_2)
@OS_WIN32_TRUE@gspawn_win32_helper_console_LDADD = libglib-2.0.la
@OS_UNIX_TRUE@gtester_SOURCES = gtester.c
@OS_UNIX_TRUE@gtester_LDADD = libglib-2.0.la

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-tests_Makefile_in,v 1.7 2008/04/09 13:10:17 jasper Exp $
--- tests/Makefile.in.orig Mon Feb 11 19:21:23 2008
+++ tests/Makefile.in Fri Feb 22 11:40:05 2008
@@ -714,7 +714,6 @@ test_programs = \
$OpenBSD: patch-tests_Makefile_in,v 1.8 2008/07/08 08:38:26 brad Exp $
--- tests/Makefile.in.orig Tue Jul 1 21:31:21 2008
+++ tests/Makefile.in Wed Jul 2 05:03:57 2008
@@ -718,7 +718,6 @@ test_programs = \
tree-test \
type-test \
unicode-caseconv \

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-tests_refcount_Makefile_in,v 1.7 2008/04/09 13:10:17 jasper Exp $
--- tests/refcount/Makefile.in.orig Mon Feb 11 18:21:42 2008
+++ tests/refcount/Makefile.in Fri Feb 22 11:40:06 2008
@@ -341,7 +341,6 @@ libgmodule = $(top_builddir)/gmodule/libgmodule-2.0.la
$OpenBSD: patch-tests_refcount_Makefile_in,v 1.8 2008/07/08 08:38:26 brad Exp $
--- tests/refcount/Makefile.in.orig Tue Jul 1 21:31:21 2008
+++ tests/refcount/Makefile.in Wed Jul 2 05:03:57 2008
@@ -345,7 +345,6 @@ libgmodule = $(top_builddir)/gmodule/libgmodule-2.0.la
libgobject = $(top_builddir)/gobject/libgobject-2.0.la
LDADD = $(libglib) $(libgobject) $(libgthread) $(G_THREAD_LIBS)
test_programs = \

View File

@ -1,11 +1,11 @@
@comment $OpenBSD: PLIST-main,v 1.4 2008/04/09 13:10:18 jasper Exp $
@comment $OpenBSD: PLIST-main,v 1.5 2008/07/08 08:38:26 brad Exp $
@pkgpath devel/glib2
%%SHARED%%
bin/glib-genmarshal
@bin bin/glib-genmarshal
bin/glib-gettextize
bin/glib-mkenums
bin/gobject-query
bin/gtester
@bin bin/gobject-query
@bin bin/gtester
include/gio-unix-2.0/
include/gio-unix-2.0/gio/
include/gio-unix-2.0/gio/gdesktopappinfo.h