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,13 @@
$NetBSD: patch-ac,v 1.2 2010/09/04 05:12:00 obache Exp $
--- Misc/build.sh.orig 2010-03-12 21:29:25.000000000 +0000
+++ Misc/build.sh
@@ -269,7 +269,7 @@ fi
F="make-doc-dist.out"
start=`current_time`
-if [ $conflict_count == 0 ]; then
+if [ $conflict_count = 0 ]; then
make dist >& ../build/$F
err=$?
fi