mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Fix a problem when using the --copying function. Perl's system() call
returns a zero on success and non-zero on failure. Submitted by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
This commit is contained in:
parent
03825be304
commit
80f3b33174
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23304
11
devel/automake/files/patch-ac
Normal file
11
devel/automake/files/patch-ac
Normal file
@ -0,0 +1,11 @@
|
||||
--- automake.in.orig Wed Nov 24 16:04:56 1999
|
||||
+++ automake.in Wed Nov 24 16:07:15 1999
|
||||
@@ -6907,7 +6907,7 @@
|
||||
$trailer = "; error while making link: $!\n";
|
||||
}
|
||||
}
|
||||
- elsif (! system ('cp', $am_dir . '/' . $file, $errfile))
|
||||
+ elsif (system ('cp', $am_dir . '/' . $file, $errfile))
|
||||
{
|
||||
$suppress = 0;
|
||||
$trailer = "\n error while copying\n";
|
11
devel/automake110/files/patch-ac
Normal file
11
devel/automake110/files/patch-ac
Normal file
@ -0,0 +1,11 @@
|
||||
--- automake.in.orig Wed Nov 24 16:04:56 1999
|
||||
+++ automake.in Wed Nov 24 16:07:15 1999
|
||||
@@ -6907,7 +6907,7 @@
|
||||
$trailer = "; error while making link: $!\n";
|
||||
}
|
||||
}
|
||||
- elsif (! system ('cp', $am_dir . '/' . $file, $errfile))
|
||||
+ elsif (system ('cp', $am_dir . '/' . $file, $errfile))
|
||||
{
|
||||
$suppress = 0;
|
||||
$trailer = "\n error while copying\n";
|
11
devel/automake14/files/patch-ac
Normal file
11
devel/automake14/files/patch-ac
Normal file
@ -0,0 +1,11 @@
|
||||
--- automake.in.orig Wed Nov 24 16:04:56 1999
|
||||
+++ automake.in Wed Nov 24 16:07:15 1999
|
||||
@@ -6907,7 +6907,7 @@
|
||||
$trailer = "; error while making link: $!\n";
|
||||
}
|
||||
}
|
||||
- elsif (! system ('cp', $am_dir . '/' . $file, $errfile))
|
||||
+ elsif (system ('cp', $am_dir . '/' . $file, $errfile))
|
||||
{
|
||||
$suppress = 0;
|
||||
$trailer = "\n error while copying\n";
|
11
devel/automake15/files/patch-ac
Normal file
11
devel/automake15/files/patch-ac
Normal file
@ -0,0 +1,11 @@
|
||||
--- automake.in.orig Wed Nov 24 16:04:56 1999
|
||||
+++ automake.in Wed Nov 24 16:07:15 1999
|
||||
@@ -6907,7 +6907,7 @@
|
||||
$trailer = "; error while making link: $!\n";
|
||||
}
|
||||
}
|
||||
- elsif (! system ('cp', $am_dir . '/' . $file, $errfile))
|
||||
+ elsif (system ('cp', $am_dir . '/' . $file, $errfile))
|
||||
{
|
||||
$suppress = 0;
|
||||
$trailer = "\n error while copying\n";
|
11
devel/automake16/files/patch-ac
Normal file
11
devel/automake16/files/patch-ac
Normal file
@ -0,0 +1,11 @@
|
||||
--- automake.in.orig Wed Nov 24 16:04:56 1999
|
||||
+++ automake.in Wed Nov 24 16:07:15 1999
|
||||
@@ -6907,7 +6907,7 @@
|
||||
$trailer = "; error while making link: $!\n";
|
||||
}
|
||||
}
|
||||
- elsif (! system ('cp', $am_dir . '/' . $file, $errfile))
|
||||
+ elsif (system ('cp', $am_dir . '/' . $file, $errfile))
|
||||
{
|
||||
$suppress = 0;
|
||||
$trailer = "\n error while copying\n";
|
11
devel/automake17/files/patch-ac
Normal file
11
devel/automake17/files/patch-ac
Normal file
@ -0,0 +1,11 @@
|
||||
--- automake.in.orig Wed Nov 24 16:04:56 1999
|
||||
+++ automake.in Wed Nov 24 16:07:15 1999
|
||||
@@ -6907,7 +6907,7 @@
|
||||
$trailer = "; error while making link: $!\n";
|
||||
}
|
||||
}
|
||||
- elsif (! system ('cp', $am_dir . '/' . $file, $errfile))
|
||||
+ elsif (system ('cp', $am_dir . '/' . $file, $errfile))
|
||||
{
|
||||
$suppress = 0;
|
||||
$trailer = "\n error while copying\n";
|
11
devel/automake18/files/patch-ac
Normal file
11
devel/automake18/files/patch-ac
Normal file
@ -0,0 +1,11 @@
|
||||
--- automake.in.orig Wed Nov 24 16:04:56 1999
|
||||
+++ automake.in Wed Nov 24 16:07:15 1999
|
||||
@@ -6907,7 +6907,7 @@
|
||||
$trailer = "; error while making link: $!\n";
|
||||
}
|
||||
}
|
||||
- elsif (! system ('cp', $am_dir . '/' . $file, $errfile))
|
||||
+ elsif (system ('cp', $am_dir . '/' . $file, $errfile))
|
||||
{
|
||||
$suppress = 0;
|
||||
$trailer = "\n error while copying\n";
|
11
devel/automake19/files/patch-ac
Normal file
11
devel/automake19/files/patch-ac
Normal file
@ -0,0 +1,11 @@
|
||||
--- automake.in.orig Wed Nov 24 16:04:56 1999
|
||||
+++ automake.in Wed Nov 24 16:07:15 1999
|
||||
@@ -6907,7 +6907,7 @@
|
||||
$trailer = "; error while making link: $!\n";
|
||||
}
|
||||
}
|
||||
- elsif (! system ('cp', $am_dir . '/' . $file, $errfile))
|
||||
+ elsif (system ('cp', $am_dir . '/' . $file, $errfile))
|
||||
{
|
||||
$suppress = 0;
|
||||
$trailer = "\n error while copying\n";
|
11
devel/gnu-automake/files/patch-ac
Normal file
11
devel/gnu-automake/files/patch-ac
Normal file
@ -0,0 +1,11 @@
|
||||
--- automake.in.orig Wed Nov 24 16:04:56 1999
|
||||
+++ automake.in Wed Nov 24 16:07:15 1999
|
||||
@@ -6907,7 +6907,7 @@
|
||||
$trailer = "; error while making link: $!\n";
|
||||
}
|
||||
}
|
||||
- elsif (! system ('cp', $am_dir . '/' . $file, $errfile))
|
||||
+ elsif (system ('cp', $am_dir . '/' . $file, $errfile))
|
||||
{
|
||||
$suppress = 0;
|
||||
$trailer = "\n error while copying\n";
|
Loading…
Reference in New Issue
Block a user