View | Details | Raw Unified | Return to bug 203147 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/h2o/Makefile (-1 / +1 lines)
Lines 14-20 LICENSE= MIT Link Here
14
14
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
16
17
USES=		cmake compiler:c11 shebangfix
17
USES=		cmake compiler:c11 perl5 shebangfix
18
SHEBANG_FILES=	share/h2o/start_server
18
SHEBANG_FILES=	share/h2o/start_server
19
19
20
PORTDOCS=	README.md
20
PORTDOCS=	README.md
(-)b/www/h2o/files/h2o.in (-1 / +1 lines)
Lines 28-34 rcvar=h2o_enable Link Here
28
pidfile=`grep pid-file ${h2o_config} | cut -d' ' -f2`
28
pidfile=`grep pid-file ${h2o_config} | cut -d' ' -f2`
29
command="%%PREFIX%%/bin/${name}"
29
command="%%PREFIX%%/bin/${name}"
30
command_args="-m daemon -c ${h2o_config}"
30
command_args="-m daemon -c ${h2o_config}"
31
procname="perl"
31
procname="/usr/local/bin/perl"
32
32
33
load_rc_config $name
33
load_rc_config $name
34
run_rc_command "$1"
34
run_rc_command "$1"
(-)b/www/h2o/files/patch-share_h2o_annotate-backtrace-symbols (+9 lines)
Added Link Here
1
--- share/h2o/annotate-backtrace-symbols.orig	2015-09-15 22:13:10 UTC
2
+++ share/h2o/annotate-backtrace-symbols
3
@@ -1,5 +1,5 @@
4
 #! /bin/sh
5
-exec perl -x $0 "$@"
6
+exec /usr/local/bin/perl -x $0 "$@"
7
 #! perl
8
 
9
 use strict;
(-)b/www/h2o/files/patch-share_h2o_fetch-ocsp-response (+9 lines)
Added Link Here
1
--- share/h2o/fetch-ocsp-response.orig	2015-09-14 13:47:04 UTC
2
+++ share/h2o/fetch-ocsp-response
3
@@ -1,5 +1,5 @@
4
 #! /bin/sh
5
-exec perl -x $0 "$@"
6
+exec /usr/local/bin/perl -x $0 "$@"
7
 #! perl
8
 
9
 # Copyright (c) 2015 DeNA Co., Ltd., Kazuho Oku, Tatsuhiro Tsujikawa
(-)b/www/h2o/files/patch-share_h2o_kill-on-close (+9 lines)
Added Link Here
1
--- share/h2o/kill-on-close.orig	2015-09-14 13:47:04 UTC
2
+++ share/h2o/kill-on-close
3
@@ -1,5 +1,5 @@
4
 #! /bin/sh
5
-exec perl -x $0 "$@"
6
+exec /usr/local/bin/perl -x $0 "$@"
7
 #! perl
8
 
9
 use strict;
(-)b/www/h2o/files/patch-share_h2o_start__server (+9 lines)
Added Link Here
1
--- share/h2o/start_server.orig	2015-09-14 13:47:04 UTC
2
+++ share/h2o/start_server
3
@@ -1,5 +1,5 @@
4
 #! /bin/sh
5
-exec perl -x $0 "$@"
6
+exec /usr/local/bin/perl -x $0 "$@"
7
 #! perl
8
 # This chunk of stuff was generated by App::FatPacker. To find the original
9
 # file's code, look for the end of this BEGIN block or the string 'FATPACK'

Return to bug 203147