Import of pkgsrc-2015Q1

This commit is contained in:
2016-01-21 23:40:00 +01:00
committed by sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870539 additions and 795424 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.26 2014/02/12 23:18:41 tron Exp $
# $NetBSD: Makefile,v 1.28 2014/05/29 23:37:49 wiz Exp $
DISTNAME= redland-1.0.16
PKGREVISION= 4
DISTNAME= redland-1.0.17
PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://download.librdf.org/source/
+4 -5
View File
@@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.7 2013/01/21 13:15:26 wiz Exp $
$NetBSD: distinfo,v 1.8 2014/05/04 17:08:44 wiz Exp $
SHA1 (redland-1.0.16.tar.gz) = 0dc3d65bee6d580cae84ed261720b5b4e6b1f856
RMD160 (redland-1.0.16.tar.gz) = 908ec9c7b4f943b2f2c4d4e5fe2eee8d3777876b
Size (redland-1.0.16.tar.gz) = 1624112 bytes
SHA1 (patch-ab) = 08ace99b46ff0b670a8b03227eeeedc6b08ef877
SHA1 (redland-1.0.17.tar.gz) = a47a7e98f934d17d60a241db90be407a0abe3c5d
RMD160 (redland-1.0.17.tar.gz) = 86bdf793f36ca01197580fe242c4456b8cbfae39
Size (redland-1.0.17.tar.gz) = 1621566 bytes
-24
View File
@@ -1,24 +0,0 @@
$NetBSD: patch-ab,v 1.2 2012/03/19 09:40:08 markd Exp $
Fix unportable test(1) construct.
--- configure.orig 2011-12-04 02:43:29.000000000 +0000
+++ configure
@@ -13916,7 +13916,7 @@ fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
- if test "$have_bdb_open_7_args" == Xno; then
+ if test "$have_bdb_open_7_args" = Xno; then
# Cannot have 6 args if 7 args worked
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BDB V4.0 DB->open with 6 arguments" >&5
$as_echo_n "checking for BDB V4.0 DB->open with 6 arguments... " >&6; }
@@ -14780,7 +14780,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