aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/jabberd/files/patch-tools__jabberd.in
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2018-10-23 07:47:21 +0800
committermm <mm@FreeBSD.org>2018-10-23 07:47:21 +0800
commitfe742a85adbb2ec5a0825fe0a2b8834beaf64116 (patch)
tree6af825d733ebabad09681fce74098a68104115ce /net-im/jabberd/files/patch-tools__jabberd.in
parent8ca817ceabd80ee37a4f177ea180ba3233f2e5ba (diff)
downloadfreebsd-ports-gnome-fe742a85adbb2ec5a0825fe0a2b8834beaf64116.tar.gz
freebsd-ports-gnome-fe742a85adbb2ec5a0825fe0a2b8834beaf64116.tar.zst
freebsd-ports-gnome-fe742a85adbb2ec5a0825fe0a2b8834beaf64116.zip
net-im/jabberd:
- add OpenSSL 1.1 patches from upstream - use autoreconf - make portlint happier
Diffstat (limited to 'net-im/jabberd/files/patch-tools__jabberd.in')
-rw-r--r--net-im/jabberd/files/patch-tools__jabberd.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/net-im/jabberd/files/patch-tools__jabberd.in b/net-im/jabberd/files/patch-tools__jabberd.in
index 2f0cb314d646..bb542fde0bf0 100644
--- a/net-im/jabberd/files/patch-tools__jabberd.in
+++ b/net-im/jabberd/files/patch-tools__jabberd.in
@@ -1,16 +1,17 @@
--- tools/jabberd.in.orig 2016-02-09 09:45:54 UTC
+++ tools/jabberd.in
-@@ -1,9 +1,4 @@
+@@ -1,10 +1,5 @@
-#!/bin/sh
-#-*-Perl-*-
--
++#!/usr/local/bin/perl
+
-exec perl -w -x $0 "$@"
-
-#!perl
-+#!/usr/local/bin/perl
-
+-
##############################################################################
#
+ # jabberd - perl wrapper script to manage launching and controlling the various
@@ -28,8 +23,7 @@ my $Bin = "@bindir@";
my $LibExec = "@libexecdir@";
my $VERSION = "@VERSION@";