summaryrefslogtreecommitdiff
path: root/mail/thunderbird/files/patch-config_preprocess.pl
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-12-07 23:22:17 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-12-07 23:22:17 +0000
commit6bd449375a5a355d275f1124e4c48dc8bdb3c02d (patch)
treece2f2a78c4ded2f6a22df8e31c92370507744a0f /mail/thunderbird/files/patch-config_preprocess.pl
parent- Fix build on -CURRENT (diff)
* Update to 0.4
* Add support for new options * Don't include stuff after bsd.port.post.mk
Notes
Notes: svn path=/head/; revision=95298
Diffstat (limited to 'mail/thunderbird/files/patch-config_preprocess.pl')
-rw-r--r--mail/thunderbird/files/patch-config_preprocess.pl18
1 files changed, 9 insertions, 9 deletions
diff --git a/mail/thunderbird/files/patch-config_preprocess.pl b/mail/thunderbird/files/patch-config_preprocess.pl
index da1f69a2d338..390f4700dd53 100644
--- a/mail/thunderbird/files/patch-config_preprocess.pl
+++ b/mail/thunderbird/files/patch-config_preprocess.pl
@@ -1,6 +1,6 @@
---- config/preprocessor.pl.orig Wed Aug 13 05:46:33 2003
-+++ config/preprocessor.pl Thu Sep 4 00:42:12 2003
-@@ -71,16 +71,40 @@
+--- config/preprocessor.pl.orig Fri Oct 24 18:17:32 2003
++++ config/preprocessor.pl Sun Dec 7 15:17:57 2003
+@@ -76,16 +76,40 @@
########################################################################
package main;
@@ -45,12 +45,12 @@
}
local $stack->{'variables'}->{'DIRECTORY'} = $directory;
local $stack->{'variables'}->{'FILE'} = $filename;
-@@ -374,7 +398,7 @@
+@@ -395,7 +419,7 @@
my $stack = shift;
return if $stack->disabled;
die "argument expected\n" unless @_;
-- main::include($stack, File::Spec->catpath(File::Spec::Unix->splitpath(@_)));
-+ main::include($stack, File::Spec->catfile(dirname(@_), basename(@_)));
- }
-
- sub filter {
+- my $filename = File::Spec->catpath(File::Spec::Unix->splitpath(@_));
++ my $filename = File::Spec->catpath(dirname(@_), basename(@_));
+ if ($stack->{'dependencies'}) {
+ $stack->visit($filename);
+ } else {