pkgsrc/textproc/redland/patches/patch-ab
wiz ad8bdb9b34 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
2010-10-16 16:40:03 +00:00

15 lines
530 B
Text

$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