pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/glib2 Update to glib2-2.14.0. Based on patch pro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/adc3edbb0b16
branches:  trunk
changeset: 532315:adc3edbb0b16
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Aug 15 22:09:13 2007 +0000

description:
Update to glib2-2.14.0. Based on patch provided by Makoto Fujiwara in
PR pkg/36731. Highlights of NEWS follow:

Overview of Changes from GLib 2.13.7 to GLib 2.14.0

* Last-minute API additions:
 - Make g_unichar_combining_class public
 - Add goffset type, add G_MAXSSIZE and G_MINSSIZE

* Update PCRE to 7.2

* Bugs fixed:
 453998 Make _g_unichar_combining_class() public
 462549 gregex.c: variable is declared at middle of block
 417068 g_file_test doc inconsistency

* Updated translations

Overview of Changes from GLib 2.13.6 to GLib 2.13.7

* The memory corruption warning from the slice allocator that
  occurred when threads were initialized after the slice allocator
  has been removed, as the slice allocator now works fine
  in this scenario.

* New functions g_once_init_enter() and g_once_init_leave() make
  it easier to write threadsafe one-time initialization functions

* Bugs fixed:
 454473 Simple XML Subset Parser terminates on invalid XML
 445813 g_module_open error, add file name
 453796 errno gets clobbered by g_filename_display_name
 341988 don't use "-c" with msgfmt in Makefile.in.in
 447048 Please produce slightly more output during long tests
 454785 GModule documentation lists same block of code twice.
 454786 GModule documentation lists same paragraph twice.
 383155 small docs quirks in gobject/closure API documentation
 65041  _get_type() functions aren't thread safe

* Updated translations

Overview of Changes from GLib 2.13.5 to GLib 2.13.6

* Reintroduce a GType typedef whose removal in 2.13.5
  caused trouble for C++ bindings

* Bugs fixed:
 450216 docs not explicit enough about g_free()
 451459 g_type_register_static_simple calls g_type_register_static

* Updated translations

Overview of Changes from GLib 2.13.4 to GLib 2.13.5

* xdg-user-dirs support:
 - the Desktop directory is guaranteed to be defined
 - user-dirs.dirs is no longer reloaded on changes

* Slice allocator:
 - new api to duplicate slices

* Regular expression support:
 - GRegex is a boxed type now

* Bugs fixed:
 44793 make check failing in trunk
 354522 Small problem with PLT hiding 6 symbols
 363986 glib 2.12.4 does not compile with SGI IDO cc
 443869 g_type_class_add_private doesn't warn when adding 0-sized...
 446859 Legitimately return 0 for g_quark_from_string(NULL)
 447534 Small typo in g_timeout_add_seconds() doc
 447583 GStaticRWLock
 447935 g_get_current_dir SIGSEGV on long path
 448260 CLAMP has surprising result if low > high
 57693  g_string_vprintf()
 442029 add g_slice_dup()
 445065 Add GRegex boxed type
 448819 Add full version of g_timeout_add_seconds()

* Updated translations

Overview of Changes from GLib 2.13.3 to GLib 2.13.4

* Bugs fixed:
 444121 g_get_user_special_dir deadlocks
 444161 invalid UTF8 in key name shows up as valgrind error in g_...
 444130 g_option_context_get_help() is broken when there's a desc...

Overview of Changes from GLib 2.13.2 to GLib 2.13.3

* GKeyFile:
 - Added defines for easier handling of desktop files

* Unicode support:
 - Update g_unichar_iswide_cjk for Unicode 5.0

* Regular expression support:
 - GRegex structs can now be ref-counted
 - Some new functions for dealing with incremental
   replacement have been added
 - The GRegexEvalCallback signature has been changed

* g_get_user_special_dir() has been added to support
  xdg-user-dirs

* Bugs fixed:
 419376 Functions using named subpatterns behave inconsistently w...
 434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
 423708 typo in the README.win32 file see patch below
 339225 Add new defines for easier handling of .desktop files
 442265 API additions/changes for GRegex
 432651 Add a glib-ish xdg_user_dir_lookup

* Updated translations

Overview of Changes from GLib 2.13.1 to GLib 2.13.2

* Unicode support:
 - Add g_unichar_ismark()

* GOption:
 - Allow to use callbacks for remaining args

* Updated translations

Overview of Changes from GLib 2.13.0 to GLib 2.13.1

* GRegex:
 - Portability fixes
 - Split into immutable GRegex and GMatchInfo
 - Add g_regex_get_max_backref() and g_regex_get_capture_count()
   to obtain information about the compiled regex

* GKeyFile:
 - Fix roundtrip problems
 - Add g_key_file_load_from_dirs()

* Unicode support:
 - Fix corner cases in case conversion routines

* GOption:
  - Add a function to get the formatted help string

* GHash:
 - Add new functions g_hash_table_get_keys() and
   g_hash_table_get_values() to retrieve the keys and
   values in list form

* Updated transations

Overview of Changes from GLib 2.12 to GLib 2.13.0

* Add GSequence, a list that is implemented using
  a balanced binary tree.

* Add GRegex, an implementation of Perl regular expressions,
  based on PCRE.

* Use Posix monotonic clocks instead of gettimeofday()
  for GTimer when available.

* Support static initialization of GQeues with G_QUEUE_INIT,
  g_queue_init() and g_queue_clear().

* Add g_string_chunk_clear() for clearing a
  GStringChunk.

* Add g_unichar_get_script() to obtain Unicode
  script information.

* Add g_unichar_iszerowidth() to obtain information
  about zero-width characters.

* Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias
  type attribute.

* G_GNUC_INTERNAL has a working definition for the
  Sun Studio compiler. This requires the macro to
  be positioned before the function declaration.

* The slice allocator can produce detailed debugging
  information with G_SLICE=debug-blocks.

* Modules support G_DEBUG flags resident-modules and
  bind-now-modules.

* Add G_DEFINE_DYNAMIC_TYPE() to make it easier
  to define types in modules.

* Bug fixes: too many to list them in detail here.

* New and updated translations

diffstat:

 devel/glib2/Makefile         |   12 ++--
 devel/glib2/PLIST            |   16 +++++-
 devel/glib2/distinfo         |   11 ++--
 devel/glib2/patches/patch-aa |  103 +++++++++++++++++++++++++++++-------------
 devel/glib2/patches/patch-ak |   96 ++++++++++++++++++++++++++++++++++++++++
 5 files changed, 192 insertions(+), 46 deletions(-)

diffs (truncated from 421 to 300 lines):

diff -r 0ac313a83a6e -r adc3edbb0b16 devel/glib2/Makefile
--- a/devel/glib2/Makefile      Wed Aug 15 22:09:02 2007 +0000
+++ b/devel/glib2/Makefile      Wed Aug 15 22:09:13 2007 +0000
@@ -1,11 +1,13 @@
-# $NetBSD: Makefile,v 1.117 2007/07/21 21:56:07 wiz Exp $
+# $NetBSD: Makefile,v 1.118 2007/08/15 22:09:13 tnn Exp $
 
-DISTNAME=              glib-2.12.13
+# When updating glib2, please apply patch-ak to configure.in
+# Then run a matching version of autoconf to regen patch-aa.
+DISTNAME=              glib-2.14.0
 PKGNAME=               ${DISTNAME:S/glib/glib2/}
 CATEGORIES=            devel
-MASTER_SITES=          ftp://ftp.gtk.org/pub/glib/2.12/ \
-                       ftp://ftp.cs.umn.edu/pub/gimp/pub/glib/2.12/ \
-                       ${MASTER_SITE_GNOME:=sources/glib/2.12/}
+MASTER_SITES=          ftp://ftp.gtk.org/pub/glib/2.14/ \
+                       ftp://ftp.cs.umn.edu/pub/gimp/pub/glib/2.14/ \
+                       ${MASTER_SITE_GNOME:=sources/glib/2.14/}
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
diff -r 0ac313a83a6e -r adc3edbb0b16 devel/glib2/PLIST
--- a/devel/glib2/PLIST Wed Aug 15 22:09:02 2007 +0000
+++ b/devel/glib2/PLIST Wed Aug 15 22:09:13 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.36 2007/03/20 15:33:57 drochner Exp $
+@comment $NetBSD: PLIST,v 1.37 2007/08/15 22:09:13 tnn Exp $
 bin/glib-genmarshal
 bin/glib-gettextize
 bin/glib-mkenums
@@ -42,7 +42,9 @@
 include/glib/glib-2.0/glib/gquark.h
 include/glib/glib-2.0/glib/gqueue.h
 include/glib/glib-2.0/glib/grand.h
+include/glib/glib-2.0/glib/gregex.h
 include/glib/glib-2.0/glib/grel.h
+include/glib/glib-2.0/glib/gsequence.h
 include/glib/glib-2.0/glib/gscanner.h
 include/glib/glib-2.0/glib/gshell.h
 include/glib/glib-2.0/glib/gslice.h
@@ -135,10 +137,12 @@
 share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html
 share/gtk-doc/html/glib/glib-N-ary-Trees.html
 share/gtk-doc/html/glib/glib-Numerical-Definitions.html
+share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html
 share/gtk-doc/html/glib/glib-Pointer-Arrays.html
 share/gtk-doc/html/glib/glib-Quarks.html
 share/gtk-doc/html/glib/glib-Random-Numbers.html
 share/gtk-doc/html/glib/glib-Relations-and-Tuples.html
+share/gtk-doc/html/glib/glib-Sequences.html
 share/gtk-doc/html/glib/glib-Shell-related-Utilities.html
 share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html
 share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html
@@ -166,6 +170,7 @@
 share/gtk-doc/html/glib/glib-fundamentals.html
 share/gtk-doc/html/glib/glib-gettextize.html
 share/gtk-doc/html/glib/glib-resources.html
+share/gtk-doc/html/glib/glib-regex-syntax.html
 share/gtk-doc/html/glib/glib-running.html
 share/gtk-doc/html/glib/glib-utilities.html
 share/gtk-doc/html/glib/glib.devhelp
@@ -182,6 +187,7 @@
 share/gtk-doc/html/glib/ix06.html
 share/gtk-doc/html/glib/ix07.html
 share/gtk-doc/html/glib/ix08.html
+share/gtk-doc/html/glib/ix09.html
 share/gtk-doc/html/glib/left.png
 share/gtk-doc/html/glib/mainloop-states.gif
 share/gtk-doc/html/glib/right.png
@@ -190,13 +196,13 @@
 share/gtk-doc/html/glib/up.png
 share/gtk-doc/html/gobject/GTypeModule.html
 share/gtk-doc/html/gobject/GTypePlugin.html
-share/gtk-doc/html/gobject/ch01.html
 share/gtk-doc/html/gobject/ch01s02.html
-share/gtk-doc/html/gobject/ch02.html
 share/gtk-doc/html/gobject/ch06s03.html
 share/gtk-doc/html/gobject/ch07s02.html
 share/gtk-doc/html/gobject/ch07s03.html
+share/gtk-doc/html/gobject/chapter-intro.html
 share/gtk-doc/html/gobject/chapter-gobject.html
+share/gtk-doc/html/gobject/chapter-gtype.html
 share/gtk-doc/html/gobject/chapter-signal.html
 share/gtk-doc/html/gobject/glib-genmarshal.html
 share/gtk-doc/html/gobject/glib-mkenums.html
@@ -242,6 +248,7 @@
 share/gtk-doc/html/gobject/ix06.html
 share/gtk-doc/html/gobject/ix07.html
 share/gtk-doc/html/gobject/ix08.html
+share/gtk-doc/html/gobject/ix09.html
 share/gtk-doc/html/gobject/left.png
 share/gtk-doc/html/gobject/pr01.html
 share/gtk-doc/html/gobject/pt01.html
@@ -259,6 +266,7 @@
 share/gtk-doc/html/gobject/up.png
 share/locale/am/LC_MESSAGES/glib20.mo
 share/locale/ar/LC_MESSAGES/glib20.mo
+share/locale/as/LC_MESSAGES/glib20.mo
 share/locale/az/LC_MESSAGES/glib20.mo
 share/locale/be/LC_MESSAGES/glib20.mo
 share/locale/be@latin/LC_MESSAGES/glib20.mo
@@ -295,10 +303,12 @@
 share/locale/it/LC_MESSAGES/glib20.mo
 share/locale/ja/LC_MESSAGES/glib20.mo
 share/locale/ka/LC_MESSAGES/glib20.mo
+share/locale/kn/LC_MESSAGES/glib20.mo
 share/locale/ko/LC_MESSAGES/glib20.mo
 share/locale/ku/LC_MESSAGES/glib20.mo
 share/locale/lt/LC_MESSAGES/glib20.mo
 share/locale/lv/LC_MESSAGES/glib20.mo
+share/locale/mg/LC_MESSAGES/glib20.mo
 share/locale/mk/LC_MESSAGES/glib20.mo
 share/locale/ml/LC_MESSAGES/glib20.mo
 share/locale/mn/LC_MESSAGES/glib20.mo
diff -r 0ac313a83a6e -r adc3edbb0b16 devel/glib2/distinfo
--- a/devel/glib2/distinfo      Wed Aug 15 22:09:02 2007 +0000
+++ b/devel/glib2/distinfo      Wed Aug 15 22:09:13 2007 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.82 2007/07/19 21:25:46 wiz Exp $
+$NetBSD: distinfo,v 1.83 2007/08/15 22:09:13 tnn Exp $
 
-SHA1 (glib-2.12.13.tar.bz2) = 81ce0e53f5583be970623d12523c785a392647bf
-RMD160 (glib-2.12.13.tar.bz2) = 0d13e73cb2173e7d63ce188fdb77746cca3b04d6
-Size (glib-2.12.13.tar.bz2) = 2938164 bytes
-SHA1 (patch-aa) = d6224959a9422706f20d5df63a3270330e51e718
+SHA1 (glib-2.14.0.tar.bz2) = a0ebfd3e170b3c47af44453b8861d3caceb9b7c4
+RMD160 (glib-2.14.0.tar.bz2) = b929764eaac40afc0064424f094cd6d8a76dfcf4
+Size (glib-2.14.0.tar.bz2) = 3304745 bytes
+SHA1 (patch-aa) = e313f298388abba710a2b085bf6c78b915a305c0
 SHA1 (patch-ab) = a765c6e43856ce858f23f237ffd5b48cb6d029e6
 SHA1 (patch-ac) = 43a30df9822e90e0f84df4458cc20de286509961
 SHA1 (patch-ad) = c926d96bdc9ddf4f434fc57af0adbe11002cffc3
@@ -12,3 +12,4 @@
 SHA1 (patch-ah) = 8b65c137b07659351b97089c10db0dac61f04905
 SHA1 (patch-ai) = baf3466a38ed09e956c4e8423a64415395690de7
 SHA1 (patch-aj) = a8c4e79113828e6dadf0b158777bb860aa44de3e
+SHA1 (patch-ak) = 86ead0dc2836ee2ced420cca62e2f116ece316aa
diff -r 0ac313a83a6e -r adc3edbb0b16 devel/glib2/patches/patch-aa
--- a/devel/glib2/patches/patch-aa      Wed Aug 15 22:09:02 2007 +0000
+++ b/devel/glib2/patches/patch-aa      Wed Aug 15 22:09:13 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.33 2007/03/20 15:33:59 drochner Exp $
+$NetBSD: patch-aa,v 1.34 2007/08/15 22:09:13 tnn Exp $
 
---- configure.orig     2007-03-09 05:04:21.000000000 +0100
+--- configure.orig     2007-08-04 04:41:45.000000000 +0200
 +++ configure
-@@ -925,6 +925,7 @@ G_MODULE_PLUGIN_LIBS
+@@ -929,6 +929,7 @@ G_MODULE_PLUGIN_LIBS
  G_MODULE_LDFLAGS
  G_MODULE_HAVE_DLERROR
  G_MODULE_BROKEN_RTLD_GLOBAL
@@ -10,7 +10,7 @@
  G_MODULE_NEED_USCORE
  GLIB_DEBUG_FLAGS
  GSPAWN
-@@ -35674,6 +35675,7 @@ else
+@@ -36706,6 +36707,7 @@ else
  fi
  G_MODULE_NEED_USCORE=0
  G_MODULE_BROKEN_RTLD_GLOBAL=0
@@ -18,12 +18,12 @@
  G_MODULE_HAVE_DLERROR=0
  if test -z "$G_MODULE_IMPL"; then
    case "$host" in
-@@ -36411,6 +36413,72 @@ echo "${ECHO_T}$glib_cv_rtldglobal_broke
-       else
-               G_MODULE_BROKEN_RTLD_GLOBAL=0
-       fi
-+      echo "$as_me:$LINENO: checking for dlopen(NULL, 0) brokenness" >&5
-+echo $ECHO_N "checking for dlopen(NULL, 0) brokenness... $ECHO_C" >&6
+@@ -37629,6 +37631,84 @@ fi
+ 
+       LIBS="$LIBS_orig"
+ fi
++      { echo "$as_me:$LINENO: checking for dlopen(NULL, 0) brokenness" >&5
++echo $ECHO_N "checking for dlopen(NULL, 0) brokenness... $ECHO_C" >&6; }
 +if test "${glib_cv_dlopennull_broken+set}" = set; then
 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 +else
@@ -38,6 +38,7 @@
 +cat >>conftest.$ac_ext <<_ACEOF
 +/* end confdefs.h.  */
 +
++#include <stdio.h>
 +#include <dlfcn.h>
 +#ifndef RTLD_GLOBAL
 +#  define RTLD_GLOBAL 0
@@ -55,15 +56,25 @@
 +    handle = dlsym (handle, "gettext");
 +    return handle == NULL;
 +}
++
 +_ACEOF
 +rm -f conftest$ac_exeext
-+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-+  (eval $ac_link) 2>&5
++if { (ac_try="$ac_link"
++case "(($ac_try" in
++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
++  *) ac_try_echo=$ac_try;;
++esac
++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
++  (eval "$ac_link") 2>&5
 +  ac_status=$?
 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 +  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
++  { (case "(($ac_try" in
++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
++  *) ac_try_echo=$ac_try;;
++esac
++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
++  (eval "$ac_try") 2>&5
 +  ac_status=$?
 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 +  (exit $ac_status); }; }; then
@@ -76,22 +87,32 @@
 +( exit $ac_status )
 +glib_cv_dlopennull_broken=yes
 +fi
-+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 +fi
-+              rm -f plugin.c plugin.o plugin.lo
++
++
 +
 +fi
-+echo "$as_me:$LINENO: result: $glib_cv_dlopennull_broken" >&5
-+echo "${ECHO_T}$glib_cv_dlopennull_broken" >&6
-+      if test "x$glib_cv_dlopennull_broken" = "xyes"; then
-+              G_MODULE_BROKEN_DLOPEN_NULL=1
++{ echo "$as_me:$LINENO: result: $glib_cv_dlopennull_broken" >&5
++echo "${ECHO_T}$glib_cv_dlopennull_broken" >&6; }
++      if test "xglib_cv_dlopennull_broken$" = "xyes"; then
++              G_MODULE_BROKEN_DLOPEN_NULL=1
 +      else
-+              G_MODULE_BROKEN_DLOPEN_NULL=0
++              G_MODULE_BROKEN_DLOPEN_NULL=0
 +      fi
-       { echo "$as_me:$LINENO: checking for preceeding underscore in symbols" >&5
- echo $ECHO_N "checking for preceeding underscore in symbols... $ECHO_C" >&6; }
- if test "${glib_cv_uscore+set}" = set; then
-@@ -37040,126 +37108,8 @@ if test x"$have_threads" != xno; then
+ if test -z "$G_MODULE_IMPL"; then
+       G_MODULE_IMPL=0
+         G_MODULE_SUPPORTED=false
+@@ -37665,6 +37745,8 @@ fi
+ 
+ 
+ 
++
++
+ { echo "$as_me:$LINENO: checking for gspawn implementation" >&5
+ echo $ECHO_N "checking for gspawn implementation... $ECHO_C" >&6; }
+ case "$host" in
+@@ -38063,126 +38145,8 @@ if test x"$have_threads" != xno; then
          G_THREAD_LIBS="-lpthread -lthread"
          ;;
        *)
@@ -215,12 +236,12 @@
 -           break;
 -          fi
 -        done
-+       G_THREAD_LIBS="${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}"
-+       G_THREAD_CFLAGS="${PTHREAD_CFLAGS}"
++      G_THREAD_LIBS="${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}"
++      G_THREAD_CFLAGS="${PTHREAD_CFLAGS}"
           ;;
      esac
    fi
-@@ -39483,6 +39433,10 @@ case $host in
+@@ -40506,6 +40470,10 @@ case $host in
    *)
      G_THREAD_LIBS_FOR_GTHREAD="$G_THREAD_LIBS"
      ;;
@@ -231,7 +252,7 @@
  esac
  
  
-@@ -44671,6 +44625,7 @@ G_MODULE_PLUGIN_LIBS!$G_MODULE_PLUGIN_LI
+@@ -46139,6 +46107,7 @@ G_MODULE_PLUGIN_LIBS!$G_MODULE_PLUGIN_LI
  G_MODULE_LDFLAGS!$G_MODULE_LDFLAGS$ac_delim
  G_MODULE_HAVE_DLERROR!$G_MODULE_HAVE_DLERROR$ac_delim
  G_MODULE_BROKEN_RTLD_GLOBAL!$G_MODULE_BROKEN_RTLD_GLOBAL$ac_delim
@@ -239,12 +260,28 @@
  G_MODULE_NEED_USCORE!$G_MODULE_NEED_USCORE$ac_delim
  GLIB_DEBUG_FLAGS!$GLIB_DEBUG_FLAGS$ac_delim
  GSPAWN!$GSPAWN$ac_delim
-@@ -44696,7 +44651,7 @@ GTK_DOC_USE_LIBTOOL_TRUE!$GTK_DOC_USE_LI
- GTK_DOC_USE_LIBTOOL_FALSE!$GTK_DOC_USE_LIBTOOL_FALSE$ac_delim
+@@ -46157,7 +46126,6 @@ ENABLE_REGEX_TRUE!$ENABLE_REGEX_TRUE$ac_
+ ENABLE_REGEX_FALSE!$ENABLE_REGEX_FALSE$ac_delim
+ USE_SYSTEM_PCRE_TRUE!$USE_SYSTEM_PCRE_TRUE$ac_delim
+ USE_SYSTEM_PCRE_FALSE!$USE_SYSTEM_PCRE_FALSE$ac_delim
+-PCRE_CFLAGS!$PCRE_CFLAGS$ac_delim
  _ACEOF



Home | Main Index | Thread Index | Old Index