Update to glib2-2.22.5.
tested in a bulk by jasper@, thanks.
This commit is contained in:
parent
d9ccc8ff9c
commit
bbe3ae05d2
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.74 2010/01/07 08:02:35 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.75 2010/03/21 09:55:54 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= general-purpose utility library
|
||||
COMMENT-docs= glib2 documentation
|
||||
|
||||
VERSION= 2.22.4
|
||||
VERSION= 2.22.5
|
||||
DISTNAME= glib-${VERSION}
|
||||
PKGNAME-main= glib2-${VERSION}
|
||||
PKGNAME-docs= glib2-docs-${VERSION}
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (glib-2.22.4.tar.bz2) = 2RvL4nVWQw3ezOZQhjVXCA==
|
||||
RMD160 (glib-2.22.4.tar.bz2) = ZtxuwPGx1CL1D21VcAvujVJjGMw=
|
||||
SHA1 (glib-2.22.4.tar.bz2) = vhNaJcIzoZnwQxYXd9Maww5C9DU=
|
||||
SHA256 (glib-2.22.4.tar.bz2) = DR9r+Krqt3LyNwIp7v2kW+9DTj8pp9HY5d+v6qHYrRQ=
|
||||
SIZE (glib-2.22.4.tar.bz2) = 5012207
|
||||
MD5 (glib-2.22.5.tar.bz2) = Y0E/cEwrB9boFGmyXP9eYA==
|
||||
RMD160 (glib-2.22.5.tar.bz2) = Li8G+Vb2OnUSGzNeQVDtxE9eBPI=
|
||||
SHA1 (glib-2.22.5.tar.bz2) = o1rLBsMVWTdlGq/8HxiVxuGakaQ=
|
||||
SHA256 (glib-2.22.5.tar.bz2) = gCvpyf/rYxcl/9btNa8K8wl3Zymn+rT8tI8rC4/nJFs=
|
||||
SIZE (glib-2.22.5.tar.bz2) = 4988402
|
||||
|
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-configure,v 1.19 2010/01/07 08:02:35 ajacoutot Exp $
|
||||
--- configure.orig Thu Jan 7 01:48:41 2010
|
||||
+++ configure Thu Jan 7 08:54:09 2010
|
||||
@@ -2834,9 +2834,9 @@ _ACEOF
|
||||
$OpenBSD: patch-configure,v 1.20 2010/03/21 09:55:54 ajacoutot Exp $
|
||||
--- configure.orig Tue Mar 16 03:52:21 2010
|
||||
+++ configure Tue Mar 16 12:41:54 2010
|
||||
@@ -3498,9 +3498,9 @@ $as_echo "#define GLIB_BINARY_AGE 2205" >>confdefs.h
|
||||
|
||||
# libtool versioning
|
||||
LT_RELEASE=2.22
|
||||
-LT_CURRENT=2200
|
||||
-LT_REVISION=4
|
||||
-LT_REVISION=5
|
||||
-LT_AGE=2200
|
||||
+LT_CURRENT=!!LIBglib-2.0_VERSION_R!!
|
||||
+LT_REVISION=!!LIBglib-2.0_VERSION_E!!
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-docs_reference_glib_Makefile_in,v 1.5 2009/12/01 16:13:00 ajacoutot Exp $
|
||||
--- docs/reference/glib/Makefile.in.orig Tue Dec 1 05:47:30 2009
|
||||
+++ docs/reference/glib/Makefile.in Tue Dec 1 16:27:56 2009
|
||||
@@ -426,8 +426,7 @@ CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_ST
|
||||
$OpenBSD: patch-docs_reference_glib_Makefile_in,v 1.6 2010/03/21 09:55:54 ajacoutot Exp $
|
||||
--- docs/reference/glib/Makefile.in.orig Tue Mar 16 03:52:15 2010
|
||||
+++ docs/reference/glib/Makefile.in Tue Mar 16 12:41:26 2010
|
||||
@@ -427,8 +427,7 @@ CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_ST
|
||||
########################################################################
|
||||
man_MANS = \
|
||||
glib-gettextize.1 \
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-glib_Makefile_in,v 1.15 2009/12/01 16:13:00 ajacoutot Exp $
|
||||
$OpenBSD: patch-glib_Makefile_in,v 1.16 2010/03/21 09:55:54 ajacoutot Exp $
|
||||
|
||||
Don't install gtester-report, it'll only pull in python.
|
||||
|
||||
--- glib/Makefile.in.orig Tue Dec 1 05:47:32 2009
|
||||
+++ glib/Makefile.in Tue Dec 1 16:27:56 2009
|
||||
@@ -693,7 +693,7 @@ INSTALL_PROGS = $(am__append_1) $(am__append_2) $(am__
|
||||
--- glib/Makefile.in.orig Tue Mar 16 03:52:17 2010
|
||||
+++ glib/Makefile.in Tue Mar 16 12:41:26 2010
|
||||
@@ -694,7 +694,7 @@ INSTALL_PROGS = $(am__append_1) $(am__append_2) $(am__
|
||||
@OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@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
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-tests_Makefile_in,v 1.13 2009/12/01 16:13:00 ajacoutot Exp $
|
||||
--- tests/Makefile.in.orig Tue Dec 1 05:47:34 2009
|
||||
+++ tests/Makefile.in Tue Dec 1 16:27:56 2009
|
||||
@@ -731,7 +731,6 @@ test_programs = \
|
||||
$OpenBSD: patch-tests_Makefile_in,v 1.14 2010/03/21 09:55:54 ajacoutot Exp $
|
||||
--- tests/Makefile.in.orig Tue Mar 16 03:52:18 2010
|
||||
+++ tests/Makefile.in Tue Mar 16 12:41:26 2010
|
||||
@@ -732,7 +732,6 @@ test_programs = \
|
||||
tree-test \
|
||||
type-test \
|
||||
unicode-caseconv \
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-tests_refcount_Makefile_in,v 1.13 2009/12/01 16:13:00 ajacoutot Exp $
|
||||
--- tests/refcount/Makefile.in.orig Tue Dec 1 05:47:35 2009
|
||||
+++ tests/refcount/Makefile.in Tue Dec 1 16:27:56 2009
|
||||
@@ -375,7 +375,6 @@ libgmodule = $(top_builddir)/gmodule/libgmodule-2.0.la
|
||||
$OpenBSD: patch-tests_refcount_Makefile_in,v 1.14 2010/03/21 09:55:54 ajacoutot Exp $
|
||||
--- tests/refcount/Makefile.in.orig Tue Mar 16 03:52:19 2010
|
||||
+++ tests/refcount/Makefile.in Tue Mar 16 12:41:26 2010
|
||||
@@ -376,7 +376,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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user