summaryrefslogtreecommitdiffstats
path: root/main/heimdal/heimdal-1.5-use-perl-Getopt_Std.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-04-02 09:13:45 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-04-04 17:12:00 +0000
commit28c7fb5e58f00e8cc18fbbd351b369343a511657 (patch)
tree7839a3b3c84c8af4de11108c4d6ea28a3242d1c8 /main/heimdal/heimdal-1.5-use-perl-Getopt_Std.patch
parent9f4487cd094d9800523ddb15b922cb8e7960de8f (diff)
downloadaports-28c7fb5e58f00e8cc18fbbd351b369343a511657.tar.bz2
aports-28c7fb5e58f00e8cc18fbbd351b369343a511657.tar.xz
main/heimdal: upgrade to 1.6_rc2
rebase patches to use -p1, for consitency with rest of aports tree
Diffstat (limited to 'main/heimdal/heimdal-1.5-use-perl-Getopt_Std.patch')
-rw-r--r--main/heimdal/heimdal-1.5-use-perl-Getopt_Std.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/main/heimdal/heimdal-1.5-use-perl-Getopt_Std.patch b/main/heimdal/heimdal-1.5-use-perl-Getopt_Std.patch
deleted file mode 100644
index 4f89ed209..000000000
--- a/main/heimdal/heimdal-1.5-use-perl-Getopt_Std.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- cf/make-proto.pl
-+++ cf/make-proto.pl
-@@ -1,8 +1,8 @@
- # Make prototypes from .c files
- # $Id$
-
--##use Getopt::Std;
--require 'getopts.pl';
-+use Getopt::Std;
-+##require 'getopts.pl';
-
- my $comment = 0;
- my $if_0 = 0;
-@@ -13,7 +13,7 @@
- my $private_func_re = "^_";
- my %depfunction = ();
-
--Getopts('x:m:o:p:dqE:R:P:') || die "foo";
-+getopts('x:m:o:p:dqE:R:P:') || die "foo";
-
- if($opt_d) {
- $debug = 1;