Update to redland 1.0.10

Added a [1]Virtuoso storage by Patrick van Kleef
   Support [2]Rasqal 0.9.17 API
   Fix compiling against sqlite 3.6.17 or newer
   Fix modular storage dynamic loading linking problems. Several other bug
   fixes
This commit is contained in:
markd 2010-01-25 20:08:28 +00:00
parent 7b72325c97
commit eaf6c9a11f
4 changed files with 25 additions and 8 deletions

View file

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.8 2010/01/20 10:40:50 wiz Exp $
# $NetBSD: Makefile,v 1.9 2010/01/25 20:08:28 markd Exp $
DISTNAME= redland-1.0.9
PKGREVISION= 3
DISTNAME= redland-1.0.10
CATEGORIES= textproc
MASTER_SITES= http://download.librdf.org/source/

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2009/07/23 09:33:20 markd Exp $
@comment $NetBSD: PLIST,v 1.5 2010/01/25 20:08:28 markd Exp $
bin/rdfproc
bin/redland-config
bin/redland-db-upgrade
@ -8,6 +8,7 @@ include/rdf_digest.h
include/rdf_hash.h
include/rdf_init.h
include/rdf_iterator.h
include/rdf_list.h
include/rdf_log.h
include/rdf_model.h
include/rdf_node.h
@ -58,6 +59,7 @@ share/gtk-doc/html/redland/redland-storage-module-postgresql.html
share/gtk-doc/html/redland/redland-storage-module-sqlite.html
share/gtk-doc/html/redland/redland-storage-module-tstore.html
share/gtk-doc/html/redland/redland-storage-module-uri.html
share/gtk-doc/html/redland/redland-storage-module-virtuoso.html
share/gtk-doc/html/redland/redland-storage-modules.html
share/gtk-doc/html/redland/redland-storage.html
share/gtk-doc/html/redland/redland-stream.html
@ -70,6 +72,7 @@ share/gtk-doc/html/redland/redland.html
share/gtk-doc/html/redland/reference-manual.html
share/gtk-doc/html/redland/right.png
share/gtk-doc/html/redland/style.css
share/gtk-doc/html/redland/tutorial-introduction.html
share/gtk-doc/html/redland/tutorial.html
share/gtk-doc/html/redland/up.png
share/redland/Redland.i

View file

@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.3 2009/07/23 09:33:20 markd Exp $
$NetBSD: distinfo,v 1.4 2010/01/25 20:08:28 markd Exp $
SHA1 (redland-1.0.9.tar.gz) = 74c9ce4b496095d404593a18af1d15de4904ae9b
RMD160 (redland-1.0.9.tar.gz) = a3fc1b4c819ac06e1f5308e2c246c6b784796e0e
Size (redland-1.0.9.tar.gz) = 1544049 bytes
SHA1 (redland-1.0.10.tar.gz) = e4ba2ef207f293a7740f45661ec90cf9698e217f
RMD160 (redland-1.0.10.tar.gz) = c19a0aa6c33a62719af1b2ba35ea064ffdf7e9f1
Size (redland-1.0.10.tar.gz) = 1569554 bytes
SHA1 (patch-aa) = 8298d52f722bae2e9620a0e7edebc3b6b4c471ce

View file

@ -0,0 +1,14 @@
$NetBSD: patch-aa,v 1.1 2010/01/25 20:08:28 markd Exp $
--- src/Makefile.in.orig 2010-01-25 09:53:52.000000000 +0000
+++ src/Makefile.in
@@ -577,8 +577,7 @@ librdf_la_LIBADD = \
@LIBRDF_INTERNAL_LIBS@
librdf_la_DEPENDENCIES = \
-@DIGEST_OBJS@ @HASH_OBJS@ \
-@LIBRDF_INTERNAL_LIBS@
+@DIGEST_OBJS@ @HASH_OBJS@
EXTRA_librdf_la_SOURCES = rdf_hash_bdb.c \
rdf_digest_md5.c rdf_digest_sha1.c \