summaryrefslogtreecommitdiff
path: root/mail/majordomo/files/patch-contrib__sequencer
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 21:25:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 21:25:59 +0000
commit8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch)
tree7842527232644d8f0fc76639a38e9596a910d381 /mail/majordomo/files/patch-contrib__sequencer
parentConvert to USES=libtool and add INSTALL_TARGET=install-strip (diff)
Remove non staged ports without pending PR from ma*
Notes
Notes: svn path=/head/; revision=366959
Diffstat (limited to 'mail/majordomo/files/patch-contrib__sequencer')
-rw-r--r--mail/majordomo/files/patch-contrib__sequencer18
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/majordomo/files/patch-contrib__sequencer b/mail/majordomo/files/patch-contrib__sequencer
deleted file mode 100644
index 2ab3bb8a4a2c..000000000000
--- a/mail/majordomo/files/patch-contrib__sequencer
+++ /dev/null
@@ -1,18 +0,0 @@
---- ./contrib/sequencer.orig 2013-11-24 18:53:58.067356022 +0400
-+++ ./contrib/sequencer 2013-11-24 18:48:32.000000000 +0400
-@@ -59,13 +59,13 @@
-
- chdir($homedir) || die("Can't chdir(\"$homedir\"): $!");
- unshift(@INC, $homedir);
-+use Getopt::Std;
- require "majordomo.pl";
- require "majordomo_version.pl";
--require "getopts.pl";
- require "config_parse.pl";
- require "shlock.pl";
-
--&Getopts("Aa:df:h:I:l:m:M:nNp:Rr:s") || die("sequencer: Getopts() failed: $!");
-+getopts("Aa:df:h:I:l:m:M:nNp:Rr:s") || die("sequencer: Getopts() failed: $!");
-
- if (! defined($opt_l) || ! defined($opt_h)) {
- die("sequencer: must specify both '-l list' and '-h host' arguments");