- update glib2mm to 2.14.2

Some bugs were fixed in this release.

g_assert() fixes by jakemsr@.

testing and ok simon@ wilfried@ (MAINTAINER)
This commit is contained in:
jasper 2008-04-09 13:20:44 +00:00
parent c3c14caa8e
commit a0fa6af53e
8 changed files with 66 additions and 23 deletions

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.16 2007/11/13 14:06:21 steven Exp $
# $OpenBSD: Makefile,v 1.17 2008/04/09 13:20:44 jasper Exp $
COMMENT-main= C++ interface for glib2
COMMENT-docs= C++ interface for glib2 documentation
GNOME_PROJECT= glibmm
GNOME_VERSION= 2.14.1
GNOME_VERSION= 2.14.2
V= 2.4
PKGNAME-main= glib2mm-${VERSION}p0
PKGNAME-main= glib2mm-${VERSION}
PKGNAME-docs= glib2mm-docs-${VERSION}
SHARED_LIBS += glibmm_generate_extra_defs-2.4 6.0 # .1.24
SHARED_LIBS += glibmm-2.4 6.0 # .1.24
@ -28,7 +28,7 @@ MULTI_PACKAGES= -main -docs
MODULES= devel/gettext \
x11/gnome
LIB_DEPENDS= sigc-2.0:libsigc++-2.*:devel/libsigc++-2 \
glib-2.0,gmodule-2.0,gobject-2.0:glib2->=2.9:devel/glib2
glib-2.0.>=1600.0,gmodule-2.0.>=1600.0,gobject-2.0.>=1600.0::devel/glib2
WANTLIB-main= pcre
PKG_ARCH-docs= *
LIB_DEPENDS-docs=

View File

@ -1,5 +1,5 @@
MD5 (glibmm-2.14.1.tar.bz2) = t1h35FSvqVah6GqJqx+psA==
RMD160 (glibmm-2.14.1.tar.bz2) = AYuS1/fFx1TJkRNlyk9/R+qT8Uo=
SHA1 (glibmm-2.14.1.tar.bz2) = qmEl+JZ8WFLzeMGZf0SCtGtcQoI=
SHA256 (glibmm-2.14.1.tar.bz2) = ljtHtTCgzq0hSCldiSm5V9tTV4yoDe42LR29Z16hstU=
SIZE (glibmm-2.14.1.tar.bz2) = 9273164
MD5 (glibmm-2.14.2.tar.bz2) = WLT9yXc4eVoZsfWtN/GGtA==
RMD160 (glibmm-2.14.2.tar.bz2) = iz+TvoxpmBiO/lVL2gBTA3Eq+Gc=
SHA1 (glibmm-2.14.2.tar.bz2) = Tt6yOhOwaMPvk8bwrP1d7L3XqR0=
SHA256 (glibmm-2.14.2.tar.bz2) = dgIGjo6o5wXDlwtfL1JMczXbTuDKYwpCRpC8SVFUSFE=
SIZE (glibmm-2.14.2.tar.bz2) = 9268918

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-glib_glibmm_convert_cc,v 1.1 2008/04/09 13:20:44 jasper Exp $
--- glib/glibmm/convert.cc.orig Mon Apr 7 16:24:19 2008
+++ glib/glibmm/convert.cc Mon Apr 7 16:24:37 2008
@@ -27,6 +27,7 @@
#include <glib/gconvert.h>
#include <glib/gmessages.h>
#include <glib/gunicode.h>
+#include <glib/gtestutils.h>
#include <glibmm/utility.h>

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-glib_glibmm_date_cc,v 1.3 2008/04/09 13:20:44 jasper Exp $
--- glib/glibmm/date.cc.orig Mon Apr 7 16:24:50 2008
+++ glib/glibmm/date.cc Mon Apr 7 16:25:08 2008
@@ -26,6 +26,7 @@
#include <glib/gmem.h>
#include <glib/gmessages.h>
+#include <glib/gtestutils.h>
#include <ctime>
#include <algorithm>

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-glib_glibmm_date_h,v 1.3 2007/10/24 22:35:28 jasper Exp $
--- glib/glibmm/date.h.orig Mon Oct 15 15:34:00 2007
+++ glib/glibmm/date.h Mon Oct 15 15:34:19 2007
@@ -119,6 +119,7 @@ enum DMY
*/
$OpenBSD: patch-glib_glibmm_date_h,v 1.4 2008/04/09 13:20:44 jasper Exp $
--- glib/glibmm/date.h.orig Mon Oct 22 13:46:25 2007
+++ glib/glibmm/date.h Mon Apr 7 16:22:35 2008
@@ -120,6 +120,7 @@ enum DMY
void set_parse (const Glib::ustring& str);
+ #define GLIBMM_DISABLE_DEPRECATED
#ifndef GLIBMM_DISABLE_DEPRECATED
/** Sets the value of a date from a GTime (time_t) value.

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-glib_glibmm_error_cc,v 1.1 2008/04/09 13:20:44 jasper Exp $
--- glib/glibmm/error.cc.orig Mon Apr 7 16:27:11 2008
+++ glib/glibmm/error.cc Mon Apr 7 16:28:27 2008
@@ -22,6 +22,7 @@
#include <glib/gerror.h>
#include <glib/gmessages.h>
+#include <glib/gtestutils.h>
#include <map>
#include <glibmmconfig.h>

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-glib_glibmm_exception_cc,v 1.1 2008/04/09 13:20:44 jasper Exp $
--- glib/glibmm/exception.cc.orig Mon Apr 7 16:35:47 2008
+++ glib/glibmm/exception.cc Mon Apr 7 16:36:58 2008
@@ -21,6 +21,7 @@
*/
#include <glib/gmessages.h>
+#include <glib/gtestutils.h>
#include <glibmm/exception.h>

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-docs,v 1.6 2007/10/24 22:35:28 jasper Exp $
@comment $OpenBSD: PLIST-docs,v 1.7 2008/04/09 13:20:44 jasper Exp $
share/doc/glibmm-${V}/
share/doc/glibmm-${V}/docs/
share/doc/glibmm-${V}/docs/images/
@ -129,11 +129,6 @@ share/doc/glibmm-${V}/docs/reference/html/classGlib_1_1Quark__inherit__graph.png
share/doc/glibmm-${V}/docs/reference/html/classGlib_1_1QueryQuark-members.html
share/doc/glibmm-${V}/docs/reference/html/classGlib_1_1QueryQuark.html
share/doc/glibmm-${V}/docs/reference/html/classGlib_1_1QueryQuark__inherit__graph.png
share/doc/glibmm-${V}/docs/reference/html/classGlib_1_1Regex-members.html
share/doc/glibmm-${V}/docs/reference/html/classGlib_1_1Regex.html
share/doc/glibmm-${V}/docs/reference/html/classGlib_1_1RegexError-members.html
share/doc/glibmm-${V}/docs/reference/html/classGlib_1_1RegexError.html
share/doc/glibmm-${V}/docs/reference/html/classGlib_1_1RegexError__inherit__graph.png
share/doc/glibmm-${V}/docs/reference/html/classGlib_1_1RWLock-members.html
share/doc/glibmm-${V}/docs/reference/html/classGlib_1_1RWLock.html
share/doc/glibmm-${V}/docs/reference/html/classGlib_1_1RWLock_1_1ReaderLock-members.html
@ -150,6 +145,11 @@ share/doc/glibmm-${V}/docs/reference/html/classGlib_1_1RecMutex_1_1Lock.html
share/doc/glibmm-${V}/docs/reference/html/classGlib_1_1RecMutex__inherit__graph.png
share/doc/glibmm-${V}/docs/reference/html/classGlib_1_1RefPtr-members.html
share/doc/glibmm-${V}/docs/reference/html/classGlib_1_1RefPtr.html
share/doc/glibmm-${V}/docs/reference/html/classGlib_1_1Regex-members.html
share/doc/glibmm-${V}/docs/reference/html/classGlib_1_1Regex.html
share/doc/glibmm-${V}/docs/reference/html/classGlib_1_1RegexError-members.html
share/doc/glibmm-${V}/docs/reference/html/classGlib_1_1RegexError.html
share/doc/glibmm-${V}/docs/reference/html/classGlib_1_1RegexError__inherit__graph.png
share/doc/glibmm-${V}/docs/reference/html/classGlib_1_1SListHandle-members.html
share/doc/glibmm-${V}/docs/reference/html/classGlib_1_1SListHandle.html
share/doc/glibmm-${V}/docs/reference/html/classGlib_1_1Sequence-members.html
@ -310,7 +310,6 @@ share/doc/glibmm-${V}/docs/reference/html/containers_8h.html
share/doc/glibmm-${V}/docs/reference/html/convert_8h.html
share/doc/glibmm-${V}/docs/reference/html/date_8h.html
share/doc/glibmm-${V}/docs/reference/html/debug_8h.html
share/doc/glibmm-${V}/docs/reference/html/deprecated.html
share/doc/glibmm-${V}/docs/reference/html/dispatcher_8h.html
share/doc/glibmm-${V}/docs/reference/html/doxygen.css
share/doc/glibmm-${V}/docs/reference/html/doxygen.png
@ -1201,9 +1200,9 @@ share/doc/glibmm-${V}/docs/reference/html/namespacemembers_eval.html
share/doc/glibmm-${V}/docs/reference/html/namespacemembers_func.html
share/doc/glibmm-${V}/docs/reference/html/namespacemembers_type.html
share/doc/glibmm-${V}/docs/reference/html/namespaces.html
share/doc/glibmm-${V}/docs/reference/html/newin2p6s.html
share/doc/glibmm-${V}/docs/reference/html/newin2p12s.html
share/doc/glibmm-${V}/docs/reference/html/newin2p14s.html
share/doc/glibmm-${V}/docs/reference/html/newin2p6s.html
share/doc/glibmm-${V}/docs/reference/html/object_8h.html
share/doc/glibmm-${V}/docs/reference/html/objectbase_8h.html
share/doc/glibmm-${V}/docs/reference/html/optioncontext_8h.html