Changeset 83324
- Timestamp:
- 08/29/11 12:41:55 (4 years ago)
- Location:
- trunk/dports/www/redland
- Files:
-
- 1 deleted
- 2 edited
-
Portfile (modified) (2 diffs)
-
files/patch-configure.diff (modified) (2 diffs)
-
files/patch-redland-raptor2-headers.diff (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/www/redland/Portfile
r81099 r83324 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 4 5 name redland 5 version 1.0.13 6 revision 1 6 version 1.0.14 7 7 description Redland RDF Library 8 8 long_description Redland is a set of free software libraries that provide \ … … 14 14 master_sites http://download.librdf.org/source/ 15 15 16 checksums sha1 f1b0db76eb02946a1f794b35db726ddfdc936ad6\17 rmd160 1 ebc4a9eb73e022691a34677c5eaf5f17da56d3216 checksums sha1 2561bf73f00f88e39f5c7b3a9b78f8d4ce7da955 \ 17 rmd160 1c58f81106682da3174c05e66a0c77567587be35 18 18 19 patchfiles patch-configure.diff \ 20 patch-redland-raptor2-headers.diff 21 19 patchfiles patch-configure.diff 22 20 patch.pre_args -p1 23 21 -
trunk/dports/www/redland/files/patch-configure.diff
r80890 r83324 1 diff -ru a/configure b/configure 2 --- a/configure 2011-07-20 08:09:48.000000000 -0700 3 +++ b/configure 2011-07-20 08:12:04.000000000 -0700 4 @@ -12789,6 +12789,8 @@ 1 --- a/configure 2011-07-31 14:59:53.000000000 -0700 2 +++ b/configure 2011-07-31 15:00:21.000000000 -0700 3 @@ -13661,6 +13661,8 @@ 5 4 done 6 5 done … … 10 9 fi 11 10 12 { $as_echo "$as_me:${as_lineno-$LINENO}: checking BDB version" >&5 13 diff -ru a/configure.ac b/configure.ac 14 --- a/configure.ac 2011-07-20 08:09:48.000000000 -0700 15 +++ b/configure.ac 2011-07-20 08:11:41.000000000 -0700 16 @@ -283,6 +283,8 @@ 17 done 18 done 19 20 + else 21 + bdb_version=`sed -ne 's/^.*DB_VERSION_STRING.*Berkeley DB \(...\).*/\1/p' $bdb_include_dir/db.h` 22 fi 23 24 AC_MSG_CHECKING(BDB version) 11 { $as_echo "$as_me:${as_lineno-$LINENO}: checking Oracle Berkeley DB (BDB) version" >&5
Note: See TracChangeset
for help on using the changeset viewer.

