summaryrefslogtreecommitdiff
path: root/www/MT/files
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-11-07 19:20:44 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-11-07 19:20:44 +0000
commit0298e414d7bbd3456070c17cb5752fa4dc4ea051 (patch)
tree3c622cb20b1a84448dc1a680d5a4067c0e9d8960 /www/MT/files
parentAdd ldouble (diff)
Fix with perl 5.8.4+:
Define $Storable::interwork_56_64bit = 1; for compatibility with perl5.6 Bump PORTREVISION BTW. This port is now kind of obsolete, as SixApart does not offer the distfile anymore and we are not allowed to redistribute it.
Notes
Notes: svn path=/head/; revision=121049
Diffstat (limited to 'www/MT/files')
-rw-r--r--www/MT/files/patch-PluginData.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/MT/files/patch-PluginData.pm b/www/MT/files/patch-PluginData.pm
new file mode 100644
index 000000000000..1a49626e83a1
--- /dev/null
+++ b/www/MT/files/patch-PluginData.pm
@@ -0,0 +1,11 @@
+--- lib/MT/PluginData.pm.orig Sun Nov 7 21:06:34 2004
++++ lib/MT/PluginData.pm Sun Nov 7 21:07:27 2004
+@@ -7,7 +7,7 @@
+ use strict;
+
+ use Storable qw( freeze thaw );
+-
++$Storable::interwork_56_64bit = 1;
+ use MT::Object;
+ @MT::PluginData::ISA = qw( MT::Object );
+ __PACKAGE__->install_properties ({