pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/soprano Fix build with redland 1.0.10
details: https://anonhg.NetBSD.org/pkgsrc/rev/6b4f32ce0531
branches: trunk
changeset: 570126:6b4f32ce0531
user: markd <markd%pkgsrc.org@localhost>
date: Mon Jan 25 20:11:21 2010 +0000
description:
Fix build with redland 1.0.10
diffstat:
textproc/soprano/distinfo | 3 ++-
textproc/soprano/patches/patch-ab | 18 ++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletions(-)
diffs (34 lines):
diff -r 0b70d0d27db2 -r 6b4f32ce0531 textproc/soprano/distinfo
--- a/textproc/soprano/distinfo Mon Jan 25 20:08:28 2010 +0000
+++ b/textproc/soprano/distinfo Mon Jan 25 20:11:21 2010 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2009/07/25 11:52:55 markd Exp $
+$NetBSD: distinfo,v 1.7 2010/01/25 20:11:21 markd Exp $
SHA1 (soprano-2.3.0.tar.bz2) = 7452957588be84e212c46b54034e907e61c277c9
RMD160 (soprano-2.3.0.tar.bz2) = 7d42e97e04de5f0ebdfd4fb58d1a159a9223a51b
Size (soprano-2.3.0.tar.bz2) = 1910821 bytes
SHA1 (patch-aa) = b9ad93e3d304872bed2c48d3379eb0dbe96ff0cd
+SHA1 (patch-ab) = 1b5cf4639338d17f60b1dfbe19167c4584fd8cd4
diff -r 0b70d0d27db2 -r 6b4f32ce0531 textproc/soprano/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/soprano/patches/patch-ab Mon Jan 25 20:11:21 2010 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-ab,v 1.1 2010/01/25 20:11:21 markd Exp $
+
+allow redland 1.0.10 and greater. wont ever see < 1.0.5 in pkgsrc
+
+--- CMakeLists.txt.orig 2010-01-25 10:16:27.000000000 +0000
++++ CMakeLists.txt
+@@ -93,9 +93,9 @@ endif(SOPRANO_BUILD_INDEX_LIB AND NOT SO
+ if(RAPTOR_FOUND AND NOT SOPRANO_DISABLE_RAPTOR_PARSER)
+ set(BUILD_RAPTOR_PARSER TRUE)
+ endif(RAPTOR_FOUND AND NOT SOPRANO_DISABLE_RAPTOR_PARSER)
+-if(RAPTOR_FOUND AND REDLAND_FOUND AND REDLAND_VERSION STRGREATER "1.0.5" AND NOT SOPRANO_DISABLE_RAPTOR_PARSER)
++if(RAPTOR_FOUND AND REDLAND_FOUND AND NOT SOPRANO_DISABLE_RAPTOR_PARSER)
+ set(BUILD_RAPTOR_SERIALIZER TRUE)
+-endif(RAPTOR_FOUND AND REDLAND_FOUND AND REDLAND_VERSION STRGREATER "1.0.5" AND NOT SOPRANO_DISABLE_RAPTOR_PARSER)
++endif(RAPTOR_FOUND AND REDLAND_FOUND AND NOT SOPRANO_DISABLE_RAPTOR_PARSER)
+ if(NOT SOPRANO_DISABLE_DBUS AND QT_QTDBUS_FOUND)
+ set(BUILD_DBUS_SUPPORT TRUE)
+ endif(NOT SOPRANO_DISABLE_DBUS AND QT_QTDBUS_FOUND)
Home |
Main Index |
Thread Index |
Old Index