Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,6 +1,6 @@
#!@PERL5@
#
# $NetBSD: mkpatches.pl,v 1.17 2011/06/26 12:11:39 wiz Exp $
# $NetBSD: mkpatches.pl,v 1.18 2014/03/12 20:28:30 asau Exp $
#
# mkpatches: creates a set of patches patch-aa, patch-ab, ...
# in work/.newpatches by looking for *.orig files in and below
@@ -175,7 +175,7 @@ foreach (sort <HANDLE>) {
if ($opt_v) {
print "$patchfile -> $complete\n";
}
$diff=`pkgdiff $old $new 2>&1`;
$diff=`@PREFIX@/bin/pkgdiff $old $new 2>&1`;
if ($?) {
print "$old: $diff";
}