Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv27847/main/finkinfo/libs

Modified Files:
        librasqal2-shlibs.info redland-shlibs.info soprano.info 
        soprano.patch 
Log Message:
fix symbol issue in soprano, also update to deps

Index: soprano.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/soprano.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- soprano.patch       9 Oct 2009 16:46:24 -0000       1.4
+++ soprano.patch       18 May 2011 17:00:54 -0000      1.5
@@ -1,6 +1,39 @@
-diff -Nurd soprano-2.3.1/index/CMakeLists.txt 
soprano-2.3.1-new/index/CMakeLists.txt
---- soprano-2.3.1/index/CMakeLists.txt 2009-05-06 14:36:54.000000000 -0400
-+++ soprano-2.3.1-new/index/CMakeLists.txt     2009-10-04 14:10:09.000000000 
-0400
+diff -Nurd soprano-2.6.0/CMakeLists.txt soprano-2.6.0-new/CMakeLists.txt
+--- soprano-2.6.0/CMakeLists.txt       2011-02-01 09:51:41.000000000 -0500
++++ soprano-2.6.0-new/CMakeLists.txt   2011-05-18 12:20:27.000000000 -0400
+@@ -210,7 +210,7 @@
+ ##################  apidox ################################
+ find_package(Doxygen)
+ 
+-if(DOXYGEN_EXECUTABLE)
++if(FALSE)
+   configure_file(${soprano_SOURCE_DIR}/Doxyfile.cmake 
${soprano_BINARY_DIR}/Doxyfile)
+   set(QTDOCS_ONLINE "http://doc.qt.nokia.com/latest/";)
+ 
+@@ -251,7 +251,7 @@
+     COMMAND rsync -zrtq docs/html/ 
$ENV{USER},[email protected]:/home/groups/s/so/soprano/htdocs/apidox/trunk
+     DEPENDS onlineapidox
+     COMMENT "Uploading trunk API docs to Sourceforge...")
+-endif(DOXYGEN_EXECUTABLE)
++endif(FALSE)
+ 
+ 
+ ##################  status messages ################################
+diff -Nurd soprano-2.6.0/Doxyfile.cmake soprano-2.6.0-new/Doxyfile.cmake
+--- soprano-2.6.0/Doxyfile.cmake       2011-02-01 09:51:41.000000000 -0500
++++ soprano-2.6.0-new/Doxyfile.cmake   2011-05-18 11:59:39.000000000 -0400
+@@ -239,7 +239,7 @@
+ # Configuration::additions related to external references   
+ #---------------------------------------------------------------------------
+ TAGFILES               = ${soprano_SOURCE_DIR}/qt4.tag
+-GENERATE_TAGFILE       = 
++GENERATE_TAGFILE       = docs/soprano.tag
+ ALLEXTERNALS           = NO
+ EXTERNAL_GROUPS        = YES
+ PERL_PATH              = /usr/bin/perl
+diff -Nurd soprano-2.6.0/index/CMakeLists.txt 
soprano-2.6.0-new/index/CMakeLists.txt
+--- soprano-2.6.0/index/CMakeLists.txt 2011-02-01 09:51:41.000000000 -0500
++++ soprano-2.6.0-new/index/CMakeLists.txt     2011-05-18 11:53:43.000000000 
-0400
 @@ -11,6 +11,8 @@
    ${CMAKE_CURRENT_BINARY_DIR}
  )
@@ -10,3 +43,15 @@
  set( SOPRANO_INDEX_SRCS
    cluceneindex.cpp
    clucenedocumentwrapper.cpp
+diff -Nurd soprano-2.6.0/soprano/qhashqurlcompat.cpp 
soprano-2.6.0-new/soprano/qhashqurlcompat.cpp
+--- soprano-2.6.0/soprano/qhashqurlcompat.cpp  2011-02-01 09:51:41.000000000 
-0500
++++ soprano-2.6.0-new/soprano/qhashqurlcompat.cpp      2011-05-18 
12:56:43.000000000 -0400
+@@ -46,7 +46,7 @@
+     uint soprano_qHash_QUrl(const QUrl &);
+ }
+ 
+-#if !((defined(Q_OS_MACX) || defined(_WIN32) ) && QT_VERSION >= 0x040700)
++#if !(defined(_WIN32) && QT_VERSION >= 0x040700)
+ uint qHash(const QUrl &url)
+ {
+     return Soprano::soprano_qHash_QUrl(url);

Index: redland-shlibs.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/redland-shlibs.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- redland-shlibs.info 2 Oct 2010 21:32:06 -0000       1.8
+++ redland-shlibs.info 18 May 2011 17:00:54 -0000      1.9
@@ -1,6 +1,6 @@
 Info4: <<
 Package: redland-shlibs
-Version: 1.0.11
+Version: 1.0.12
 Revision: 1
 Description: RDF manipulation library
 License: GPL/LGPL
@@ -9,7 +9,7 @@
 Depends: <<
        db48-aes-shlibs | db48-shlibs,
        libraptor1-shlibs (>= 1.4.21-1),
-       librasqal2-shlibs (>= 0.9.20-1),
+       librasqal2-shlibs (>= 0.9.21-1),
        libssh2.1-shlibs,
        libtool2-shlibs,
        pcre-shlibs,
@@ -18,13 +18,13 @@
 BuildDepends: <<
        db48-aes | db48,
        fink-package-precedence (>= 0.7-1),
-       gmp,
+       gmp5 (>= 5.0.1-8),
        gtk-doc (>= 1.13-5),
        libcurl4,
        libiconv,
-       libmpfr1,
+       libmpfr4 (>= 3.0.1-1),
        libraptor1-dev (>= 1.4.21-1),
-       librasqal2-dev (>= 0.9.20-1),
+       librasqal2-dev (>= 0.9.21-1),
        libssh2.1,
        libtool2,
        libxml2,
@@ -37,7 +37,7 @@
 InfoTest: TestScript: make check || exit 2
 
 Source: http://download.librdf.org/source/redland-%v.tar.gz
-Source-MD5: e1769361c907a216c6a75fc692ba412b
+Source-MD5: 40f37a5ad97fdfbf984f78dcea0c6115
 PatchScript: <<
        perl -pi -e 's,(\@CPPFLAGS\@),-I%p/lib/system-openssl/include \1,' 
`find . -name Makefile.in`
        perl -pi -e 's,for bdbc_version in ,for bdbc_version in 4.8 ,g' 
configure

Index: soprano.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/soprano.info,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- soprano.info        17 May 2011 15:00:27 -0000      1.22
+++ soprano.info        18 May 2011 17:00:54 -0000      1.23
@@ -1,7 +1,7 @@
 Info4: <<
 Package: soprano-%type_pkg[soprano]
 Version: 2.6.0
-Revision: 2
+Revision: 3
 Description: C++ RDF framework
 Type: soprano (x11 mac)
 License: GPL/LGPL
@@ -10,8 +10,8 @@
 Depends: <<
        %N-shlibs (>= %v-%r),
        libraptor1-shlibs (>= 1.4.21-1),
-       librasqal2-shlibs (>= 0.9.20-1),
-       redland-shlibs (>= 1.0.11-1)
+       librasqal2-shlibs (>= 0.9.21-1),
+       redland-shlibs (>= 1.0.12-1)
 <<
 BuildDepends: <<
        clucene-core (>= 0.9.20-1),
@@ -20,19 +20,19 @@
        dbus1.3-dev (>= 1.2.24-1),
        fink (>= 0.30.0-1),
        fink-package-precedence (>= 0.7-1),
-       gmp,
+       gmp5 (>= 5.0.1-8),
        kde4-buildenv (>= 4.6.0-1),
        libcurl4,
        libiconv,
-       libmpfr1,
+       libmpfr4 (>= 3.0.1-1),
        libraptor1-dev (>= 1.4.21-1),
-       librasqal2-dev (>= 0.9.20-1),
+       librasqal2-dev (>= 0.9.21-1),
        libssh2.1,
        libxml2,
        libxslt,
        pcre (>= 7.6-1),
        pkgconfig (>= 0.23-1),
-       redland-dev (>= 1.0.11-1),
+       redland-dev (>= 1.0.12-1),
        sqlite3-dev,
        system-java-dev (>= 1.5.0-1),
        system-openssl-dev,
@@ -48,7 +48,7 @@
        find . -name CMakeLists.txt | xargs perl -pi -e 
's,include/Soprano,include/soprano,g'
 <<
 PatchFile: soprano.patch
-PatchFile-MD5: 1447c93a237bfa38369081d46d17b0f0
+PatchFile-MD5: 0b01849c69204763951053a68224178d
 
 UseMaxBuildJobs: true
 CompileScript: <<

Index: librasqal2-shlibs.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/librasqal2-shlibs.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- librasqal2-shlibs.info      2 Oct 2010 21:32:06 -0000       1.2
+++ librasqal2-shlibs.info      18 May 2011 17:00:54 -0000      1.3
@@ -1,13 +1,13 @@
 Package: librasqal2-shlibs
-Version: 0.9.20
+Version: 0.9.21
 Revision: 1
 Description: RDF query library
 License: GPL/LGPL
 Maintainer: Benjamin Reed <[email protected]>
 
 Depends: <<
-       gmp-shlibs (>= 4.3.2-5),
-       libmpfr1-shlibs (>= 2.4.2-2),
+       gmp5-shlibs (>= 5.0.1-8),
+       libmpfr4-shlibs (>= 3.0.1-1),
        libraptor1-shlibs (>= 1.4.21-1),
        libssh2.1-shlibs,
        pcre-shlibs
@@ -15,11 +15,11 @@
 BuildDepends: <<
        fink-package-precedence (>= 0.7-1),
        flex-devel (>= 2.5-1),
-       gmp (>= 4.3.2-5),
+       gmp5 (>= 5.0.1-8),
        gtk-doc (>= 1.13-5),
        libcurl4,
        libiconv,
-       libmpfr1 (>= 2.4.2-2),
+       libmpfr4 (>= 3.0.1-1),
        libraptor1-dev (>= 1.4.21-1),
        libssh2.1,
        libxml2,
@@ -43,13 +43,13 @@
 <<
 
 Source: http://download.librdf.org/source/rasqal-%v.tar.gz
-Source-MD5: c45b6cd784298e264e8757d14355ecce
+Source-MD5: 55b67ec92a059ef8979d46486b00a032
 PatchScript:   perl -pi -e 's,(\@CPPFLAGS\@),-I%p/lib/system-openssl/include 
\1,' `find . -name Makefile.in`
 
 SetCPPFLAGS: -I%p/lib/system-openssl/include -I%p/lib/flex/include
 SetLDFLAGS: -L%p/lib/system-openssl/lib -I%p/lib/flex/lib
 UseMaxBuildJobs: true
-ConfigureParams: --enable-dependency-tracking --without-redland 
--enable-gtk-doc
+ConfigureParams: --enable-dependency-tracking --without-redland 
--enable-gtk-doc --enable-maintainer-mode
 CompileScript: <<
        #!/bin/sh -ev
        


------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to