[csw-devel] SF.net SVN: gar:[21188] csw/mgar/pkg/libxml2/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri May 24 16:19:45 CEST 2013


Revision: 21188
          http://gar.svn.sourceforge.net/gar/?rev=21188&view=rev
Author:   dmichelsen
Date:     2013-05-24 14:19:42 +0000 (Fri, 24 May 2013)
Log Message:
-----------
libxml2/trunk: Update to 2.9.1, some tests failing

Modified Paths:
--------------
    csw/mgar/pkg/libxml2/trunk/Makefile
    csw/mgar/pkg/libxml2/trunk/checksums
    csw/mgar/pkg/libxml2/trunk/files/0001-Forcefully-disable-the-symbol-versioning.patch

Modified: csw/mgar/pkg/libxml2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libxml2/trunk/Makefile	2013-05-23 16:59:24 UTC (rev 21187)
+++ csw/mgar/pkg/libxml2/trunk/Makefile	2013-05-24 14:19:42 UTC (rev 21188)
@@ -1,5 +1,5 @@
 NAME = libxml2
-VERSION = 2.7.8
+VERSION = 2.9.1
 GARTYPE = v2
 
 DESCRIPTION = XML Parser Library
@@ -9,7 +9,7 @@
 
 MASTER_SITES = ftp://xmlsoft.org/libxml2/
 DISTFILES = $(NAME)-$(VERSION).tar.gz
-PATCHFILES = 0001-Forcefully-disable-the-symbol-versioning.patch
+# PATCHFILES = 0001-Forcefully-disable-the-symbol-versioning.patch
 
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz

Modified: csw/mgar/pkg/libxml2/trunk/checksums
===================================================================
--- csw/mgar/pkg/libxml2/trunk/checksums	2013-05-23 16:59:24 UTC (rev 21187)
+++ csw/mgar/pkg/libxml2/trunk/checksums	2013-05-24 14:19:42 UTC (rev 21188)
@@ -1 +1 @@
-8127a65e8c3b08856093099b52599c86  libxml2-2.7.8.tar.gz
+9c0cfef285d5c4a5c80d00904ddab380  libxml2-2.9.1.tar.gz

Modified: csw/mgar/pkg/libxml2/trunk/files/0001-Forcefully-disable-the-symbol-versioning.patch
===================================================================
--- csw/mgar/pkg/libxml2/trunk/files/0001-Forcefully-disable-the-symbol-versioning.patch	2013-05-23 16:59:24 UTC (rev 21187)
+++ csw/mgar/pkg/libxml2/trunk/files/0001-Forcefully-disable-the-symbol-versioning.patch	2013-05-24 14:19:42 UTC (rev 21188)
@@ -1,18 +1,17 @@
-From 022f9c9f9f02233f175bd6c1d604072b82790c3f Mon Sep 17 00:00:00 2001
-From: Ben Walton <bwalton at opencsw.org>
-Date: Wed, 3 Aug 2011 03:28:15 +0200
+From 8a1c3cdecc3befbe22961b78e4e2c107fce8a198 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Fri, 24 May 2013 15:18:01 +0200
 Subject: [PATCH] Forcefully disable the symbol versioning
 
-Signed-off-by: Ben Walton <bwalton at opencsw.org>
 ---
- configure |   11 +++--------
- 1 files changed, 3 insertions(+), 8 deletions(-)
+ configure | 11 +++--------
+ 1 file changed, 3 insertions(+), 8 deletions(-)
 
 diff --git a/configure b/configure
-index 605e8c4..068295c 100755
+index 80dd0fc..6203fd0 100755
 --- a/configure
 +++ b/configure
-@@ -11410,17 +11410,12 @@ if test "$lt_cv_prog_gnu_ld" = yes; then
+@@ -11876,17 +11876,12 @@ if test "$lt_cv_prog_gnu_ld" = yes; then
    VERSION_SCRIPT_FLAGS=-Wl,--version-script=
  else
    case $host in
@@ -21,7 +20,7 @@
    esac
  fi
  
-- if test -z "$VERSION_SCRIPT_FLAGS"; then
+- if test -n "$VERSION_SCRIPT_FLAGS"; then
 -  USE_VERSION_SCRIPT_TRUE=
 -  USE_VERSION_SCRIPT_FALSE='#'
 -else
@@ -34,5 +33,5 @@
  
  
 -- 
-1.7.6
+1.8.1.4
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list