Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-sd_Module_sd.mk,v 1.1.1.1 2012/06/01 06:12:14 wiz Exp $
Disable unit tests crashing on DragonFly and NetBSD
--- sd/Module_sd.mk.orig 2012-01-09 22:08:58.000000000 +0000
+++ sd/Module_sd.mk
@@ -40,7 +40,7 @@ $(eval $(call gb_Module_add_targets,sd,\
Package_xml \
))
-ifneq ($(OS),DRAGONFLY)
+ifeq (,$(filter DRAGONFLY NETBSD,$(OS)))
$(eval $(call gb_Module_add_check_targets,sd,\
CppunitTest_sd_uimpress \
))