1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/mail/majordomo/files/patch-majordomo
Andrej Zverev c855aaa590 - Add patches to allow run under perl 5.16
PR:		ports/183863
Submitted by:	wolfgang@lyxys.ka.sub.org
With hat:	perl@
2013-11-24 15:03:51 +00:00

12 lines
529 B
Plaintext

--- ./majordomo.orig 2013-11-24 18:52:53.333372091 +0400
+++ ./majordomo 2013-11-24 18:50:33.000000000 +0400
@@ -71,7 +71,7 @@
# All these should be in the standard PERL library
unshift(@INC, $homedir);
-require "ctime.pl"; # To get MoY definitions for month abbrevs
+use POSIX qw(ctime); # To get MoY definitions for month abbrevs
require "majordomo_version.pl"; # What version of Majordomo is this?
require "majordomo.pl"; # all sorts of general-purpose Majordomo subs
require "shlock.pl"; # NNTP-style file locking