let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / openssl / patches / 130-perl-path.patch
1 diff -Nur openssl-0.9.7f/Configure openssl-0.9.7f.new/Configure
2 --- openssl-0.9.7f/Configure    2005-03-12 12:28:21.000000000 +0100
3 +++ openssl-0.9.7f.new/Configure        2005-04-03 20:32:00.000000000 +0200
4 @@ -1,4 +1,4 @@
5 -:
6 +#!/usr/bin/perl
7  eval 'exec perl -S $0 ${1+"$@"}'
8      if $running_under_some_shell;
9  ##
10 diff -Nur openssl-0.9.7f/tools/c_rehash.in openssl-0.9.7f.new/tools/c_rehash.in
11 --- openssl-0.9.7f/tools/c_rehash.in    2002-10-11 22:35:45.000000000 +0200
12 +++ openssl-0.9.7f.new/tools/c_rehash.in        2005-04-03 20:41:17.000000000 +0200
13 @@ -1,4 +1,4 @@
14 -#!/usr/local/bin/perl
15 +#!/usr/bin/perl
16  
17  
18  # Perl c_rehash script, scan all files in a directory
19 diff -Nur openssl-0.9.7f/util/clean-depend.pl openssl-0.9.7f.new/util/clean-depend.pl
20 --- openssl-0.9.7f/util/clean-depend.pl 2001-10-10 10:27:28.000000000 +0200
21 +++ openssl-0.9.7f.new/util/clean-depend.pl     2005-04-03 20:41:38.000000000 +0200
22 @@ -1,4 +1,4 @@
23 -#!/usr/local/bin/perl -w
24 +#!/usr/bin/perl -w
25  # Clean the dependency list in a makefile of standard includes...
26  # Written by Ben Laurie <ben@algroup.co.uk> 19 Jan 1999
27  
28 diff -Nur openssl-0.9.7f/util/mkdef.pl openssl-0.9.7f.new/util/mkdef.pl
29 --- openssl-0.9.7f/util/mkdef.pl        2005-02-05 18:19:23.000000000 +0100
30 +++ openssl-0.9.7f.new/util/mkdef.pl    2005-04-03 20:42:49.000000000 +0200
31 @@ -1,4 +1,4 @@
32 -#!/usr/local/bin/perl -w
33 +#!/usr/bin/perl
34  #
35  # generate a .def file
36  #
37 diff -Nur openssl-0.9.7f/util/mkerr.pl openssl-0.9.7f.new/util/mkerr.pl
38 --- openssl-0.9.7f/util/mkerr.pl        2005-01-31 02:28:17.000000000 +0100
39 +++ openssl-0.9.7f.new/util/mkerr.pl    2005-04-03 20:43:02.000000000 +0200
40 @@ -1,4 +1,4 @@
41 -#!/usr/local/bin/perl -w
42 +#!/usr/bin/perl
43  
44  my $config = "crypto/err/openssl.ec";
45  my $debug = 0;
46 diff -Nur openssl-0.9.7f/util/mkstack.pl openssl-0.9.7f.new/util/mkstack.pl
47 --- openssl-0.9.7f/util/mkstack.pl      2004-10-04 18:27:36.000000000 +0200
48 +++ openssl-0.9.7f.new/util/mkstack.pl  2005-04-03 20:43:18.000000000 +0200
49 @@ -1,4 +1,4 @@
50 -#!/usr/local/bin/perl -w
51 +#!/usr/bin/perl
52  
53  # This is a utility that searches out "DECLARE_STACK_OF()"
54  # declarations in .h and .c files, and updates/creates/replaces
55 diff -Nur openssl-0.9.7f/util/pod2man.pl openssl-0.9.7f.new/util/pod2man.pl
56 --- openssl-0.9.7f/util/pod2man.pl      2002-05-30 17:30:21.000000000 +0200
57 +++ openssl-0.9.7f.new/util/pod2man.pl  2005-04-03 20:43:52.000000000 +0200
58 @@ -1,4 +1,4 @@
59 -: #!/usr/bin/perl-5.005
60 +#!/usr/bin/perl
61      eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
62         if $running_under_some_shell;
63  
64 diff -Nur openssl-0.9.7f/util/selftest.pl openssl-0.9.7f.new/util/selftest.pl
65 --- openssl-0.9.7f/util/selftest.pl     2004-05-11 14:46:19.000000000 +0200
66 +++ openssl-0.9.7f.new/util/selftest.pl 2005-04-03 20:44:10.000000000 +0200
67 @@ -1,4 +1,4 @@
68 -#!/usr/local/bin/perl -w
69 +#!/usr/bin/perl
70  #
71  # Run the test suite and generate a report
72  #