pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/52177 (stream feature for nginx)
The following reply was made to PR pkg/52177; it has been noted by GNATS.
From: Anders Mundt Due <amd%pd-house.info@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/52177 (stream feature for nginx)
Date: Tue, 1 Aug 2017 20:40:49 +0200
--001a113f327cb416e90555b57dd6
Content-Type: text/plain; charset="UTF-8"
Updated the patch to patch the latest options.mk file.. Also switched to
CVS instead of git so it's an easier read.
Index: options.mk
===================================================================
RCS file: /cvsroot/pkgsrc/www/nginx/options.mk,v
retrieving revision 1.41
diff -u -r1.41 options.mk
--- options.mk 23 Jul 2017 21:08:18 -0000 1.41
+++ options.mk 1 Aug 2017 18:40:29 -0000
@@ -5,7 +5,7 @@
pcre push realip ssl sub uwsgi image-filter
\
debug status nginx-autodetect-cflags echo \
set-misc headers-more array-var
encrypted-session \
- form-input perl gzip http2 auth-request rtmp
+ form-input perl gzip http2 auth-request
rtmp stream
PKG_OPTIONS_LEGACY_OPTS+= v2:http2
PKG_SUGGESTED_OPTIONS= inet6 pcre ssl
@@ -31,10 +31,17 @@
CONFIGURE_ARGS+= --with-debug
.endif
+.if !empty(PKG_OPTIONS:Mstream)
+CONFIGURE_ARGS+= --with-stream
+.endif
+
.if !empty(PKG_OPTIONS:Mssl)
.include "../../security/openssl/buildlink3.mk"
CONFIGURE_ARGS+= --with-mail_ssl_module
CONFIGURE_ARGS+= --with-http_ssl_module
+.if !empty(PKG_OPTIONS:Mstream)
+CONFIGURE_ARGS+= --with-stream_ssl_module
+.endif
.endif
.if !empty(PKG_OPTIONS:Mpcre)
On Tue, Apr 18, 2017 at 8:50 PM, <hauke%netbsd.org@localhost> wrote:
> Synopsis: stream feature for nginx
>
> Responsible-Changed-From-To: pkg-manager->joerg
> Responsible-Changed-By: hauke%NetBSD.org@localhost
> Responsible-Changed-When: Tue, 18 Apr 2017 18:50:56 +0000
> Responsible-Changed-Why:
> Over to maintainer.
>
>
>
>
--001a113f327cb416e90555b57dd6
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr">Updated the patch to patch the latest <a href=3D"http://op=
tions.mk">options.mk</a> file.. Also switched to CVS instead of git so it&#=
39;s an easier read.<div><br></div><div><div>Index: <a href=3D"http://optio=
ns.mk">options.mk</a></div><div>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D</div><div>RCS file: /cvsroot/pkgsrc/www/nginx/<a href=3D"http://o=
ptions.mk">options.mk</a>,v</div><div>retrieving revision 1.41</div><div>di=
ff -u -r1.41 <a href=3D"http://options.mk">options.mk</a></div><div>--- <a =
href=3D"http://options.mk">options.mk</a> =C2=A023 Jul 2017 21:08:18 -0000 =
=C2=A0 =C2=A0 =C2=A01.41</div><div>+++ <a href=3D"http://options.mk">option=
s.mk</a> =C2=A01 Aug 2017 18:40:29 -0000</div><div>@@ -5,7 +5,7 @@</div><di=
v>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 pcre push realip ssl sub uwsgi image=
-filter \</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 debug status nginx=
-autodetect-cflags echo \</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 s=
et-misc headers-more array-var encrypted-session \</div><div>- =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 form-input perl gzip http2 auth-request rtmp</div><div=
>+ =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 form-input perl gzip http2 auth-request =
rtmp stream</div><div>=C2=A0PKG_OPTIONS_LEGACY_OPTS+=3D =C2=A0 =C2=A0 =C2=
=A0v2:http2</div><div>=C2=A0</div><div>=C2=A0PKG_SUGGESTED_OPTIONS=3D inet6=
pcre ssl</div><div>@@ -31,10 +31,17 @@</div><div>=C2=A0CONFIGURE_ARGS+=3D =
=C2=A0 =C2=A0 =C2=A0 --with-debug</div><div>=C2=A0.endif</div><div>=C2=A0</=
div><div>+.if !empty(PKG_OPTIONS:Mstream)</div><div>+CONFIGURE_ARGS+=3D =C2=
=A0 =C2=A0 =C2=A0 =C2=A0--with-stream</div><div>+.endif</div><div>+</div><d=
iv>=C2=A0.if !empty(PKG_OPTIONS:Mssl)</div><div>=C2=A0.include "../../=
security/openssl/<a href=3D"http://buildlink3.mk">buildlink3.mk</a>"</=
div><div>=C2=A0CONFIGURE_ARGS+=3D =C2=A0 =C2=A0 =C2=A0 --with-mail_ssl_modu=
le</div><div>=C2=A0CONFIGURE_ARGS+=3D =C2=A0 =C2=A0 =C2=A0 --with-http_ssl_=
module</div><div>+.if !empty(PKG_OPTIONS:Mstream)</div><div>+CONFIGURE_ARGS=
+=3D =C2=A0 =C2=A0 =C2=A0 =C2=A0--with-stream_ssl_module</div><div>+.endif<=
/div><div>=C2=A0.endif</div><div>=C2=A0</div><div>=C2=A0.if !empty(PKG_OPTI=
ONS:Mpcre)</div></div><div><br></div></div><div class=3D"gmail_extra"><br><=
div class=3D"gmail_quote">On Tue, Apr 18, 2017 at 8:50 PM, <span dir=3D"lt=
r"><<a href=3D"mailto:hauke%netbsd.org@localhost" target=3D"_blank">hauke@netbsd.o=
rg</a>></span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"marg=
in:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Synopsis: stream=
feature for nginx<br>
<br>
Responsible-Changed-From-To: pkg-manager->joerg<br>
Responsible-Changed-By: hauke%NetBSD.org@localhost<br>
Responsible-Changed-When: Tue, 18 Apr 2017 18:50:56 +0000<br>
Responsible-Changed-Why:<br>
Over to maintainer.<br>
<br>
<br>
<br>
</blockquote></div><br></div>
--001a113f327cb416e90555b57dd6--
Home |
Main Index |
Thread Index |
Old Index