Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.11 2015/08/31 22:23:12 khorben Exp $
# $NetBSD: Makefile,v 1.13 2016/04/11 19:01:45 ryoon Exp $
DISTNAME= libDatabase-0.0.1
PKGNAME= deforaos-libdatabase-0.0.1
PKGREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://www.defora.org/os/download/download/4373/

View File

@@ -1,5 +1,7 @@
$NetBSD: distinfo,v 1.3 2015/08/31 22:23:12 khorben Exp $
$NetBSD: distinfo,v 1.5 2016/02/22 12:32:59 khorben Exp $
SHA1 (libDatabase-0.0.1.tar.gz) = 6f65b444cdc8bc314f1f004bafbf469f45a4efe0
RMD160 (libDatabase-0.0.1.tar.gz) = 43823431becbe6decb8b610e502eddaba821dadf
SHA512 (libDatabase-0.0.1.tar.gz) = 8b959eeeae81094d642d24a92a28d15ef9eab0313a73cf29384f02833a4444d753a596ff4a898858cbf9c1eb46f705e42860a1663e368daa4fcb29419c10f696
Size (libDatabase-0.0.1.tar.gz) = 18743 bytes
SHA1 (patch-tests_tests.sh) = 101816b16f034e370fe770a03088e8cbf1b4ee3f

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-tests_tests.sh,v 1.1 2016/02/22 12:32:59 khorben Exp $
Avoid building the (experimental) Python binding.
--- tests/tests.sh.orig 2014-08-31 13:43:12.000000000 +0000
+++ tests/tests.sh
@@ -100,7 +100,7 @@ $DATE > "$target"
FAILED=
echo "Performing tests:" 1>&2
echo "Expected failures:" 1>&2
-_fail "python.sh"
+#_fail "python.sh"
if [ -n "$FAILED" ]; then
echo "Failed tests:$FAILED" 1>&2
exit 2