pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/redland Update to 1.0.12:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/679d759f687a
branches:  trunk
changeset: 581599:679d759f687a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Oct 16 16:40:03 2010 +0000

description:
Update to 1.0.12:

2010-10-13 Redland Version 1.0.12 Released

   Enable librdf.h to be used as the top-level header in addition to
   redland.h
   Fix linking issues when building with GNU ld with DT_NEEDED disabled
   Fixed Issues: [1]#0000329, [2]#0000348 [3]#0000391, [4]#0000392 and
   [5]#0000393.

2010-09-25 Redland Version 1.0.11 Released

   Virtuoso storage backend querying now fully works.
   Several new convenience APIs were added and others deprecated.
   Support building with Raptor V2 API if configured with --with-raptor2.
   Exports more functions to SWIG language bindings.
   Switched to GIT version control [7]hosted by GitHub.
   Many other bug fixes and improvements were made.
   Fixed Issues: [8]#0000124, [9]#0000284, [10]#0000321, [11]#0000322,
   [12]#0000334, [13]#0000338, [14]#0000341, [15]#0000344, [16]#0000350,
   [17]#0000363, [18]#0000366, [19]#0000371, [20]#0000380, [21]#0000382
   and [22]#0000383

diffstat:

 textproc/redland/Makefile         |   6 +++---
 textproc/redland/distinfo         |   9 +++++----
 textproc/redland/patches/patch-ab |  15 +++++++++++++++
 3 files changed, 23 insertions(+), 7 deletions(-)

diffs (53 lines):

diff -r 27908f798d70 -r 679d759f687a textproc/redland/Makefile
--- a/textproc/redland/Makefile Sat Oct 16 16:18:08 2010 +0000
+++ b/textproc/redland/Makefile Sat Oct 16 16:40:03 2010 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.11 2010/06/06 17:41:34 adam Exp $
+# $NetBSD: Makefile,v 1.12 2010/10/16 16:40:03 wiz Exp $
 
-DISTNAME=      redland-1.0.10
+DISTNAME=      redland-1.0.12
 CATEGORIES=    textproc
 MASTER_SITES=  http://download.librdf.org/source/
 
 MAINTAINER=    markd%NetBSD.org@localhost
 HOMEPAGE=      http://librdf.org/
-COMMENT=       libraries that support the Resource Description Framework (RDF)
+COMMENT=       Libraries supporting the Resource Description Framework (RDF)
 LICENSE=       gnu-lgpl-v2.1 OR apache-2.0
 
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r 27908f798d70 -r 679d759f687a textproc/redland/distinfo
--- a/textproc/redland/distinfo Sat Oct 16 16:18:08 2010 +0000
+++ b/textproc/redland/distinfo Sat Oct 16 16:40:03 2010 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2010/01/25 20:08:28 markd Exp $
+$NetBSD: distinfo,v 1.5 2010/10/16 16:40:03 wiz Exp $
 
-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 (redland-1.0.12.tar.gz) = 94b0f972a62c7eed0574c0e46c79cf78ece46570
+RMD160 (redland-1.0.12.tar.gz) = 1af4bd59ae8be265cfeb806eb7b99d8b32f231f5
+Size (redland-1.0.12.tar.gz) = 1552241 bytes
 SHA1 (patch-aa) = 8298d52f722bae2e9620a0e7edebc3b6b4c471ce
+SHA1 (patch-ab) = 5fbf749858fbee77db31656a43161cf4944d5de7
diff -r 27908f798d70 -r 679d759f687a textproc/redland/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/redland/patches/patch-ab Sat Oct 16 16:40:03 2010 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1 2010/10/16 16:40:03 wiz Exp $
+
+Fix unportable test(1) construct.
+
+--- configure.orig     2010-10-16 16:30:21.000000000 +0000
++++ configure
+@@ -13884,7 +13884,7 @@ if test "${with_module_path+set}" = set;
+   withval=$with_module_path; REDLAND_MODULE_PATH="$witheval"
+ fi
+ 
+-if test "x$REDLAND_MODULE_PATH" == "x"; then
++if test "x$REDLAND_MODULE_PATH" = "x"; then
+       REDLAND_MODULE_PATH=$libdir"/redland"
+       if test "x$prefix" != "xNONE"; then
+               REDLAND_MODULE_PATH="/usr/local/lib/redland:"$REDLAND_MODULE_PATH



Home | Main Index | Thread Index | Old Index