Bug 267112

Summary: www/nginx: can it be build with STREAM_REALIP?
Product: Ports & Packages Reporter: kulikov.a
Component: Individual Port(s)Assignee: Jochen Neumeister <joneum>
Status: Closed FIXED    
Severity: Affects Some People CC: joneum
Priority: --- Flags: bugzilla: maintainer-feedback? (joneum)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Possible Makefile patch
none
Possible description patch none

Description kulikov.a 2022-10-16 05:22:14 UTC
Hi!
I can't find the option to enable the stream_realip_module module for www/nginx.
I can see it in www/nginx-devel at https://github.com/freebsd/freebsd-ports/commit/261d439fb2143c3fd588d175b5db223c77e77adb but not in www/nginx.

Could you please explain, am I missing something or is it really missing? and is it possible to add (or rather enable by default) in the latter case?

Thanks!!
Comment 1 kulikov.a 2023-02-22 07:46:13 UTC
Created attachment 240321 [details]
Possible Makefile patch
Comment 2 kulikov.a 2023-02-22 07:47:07 UTC
Created attachment 240322 [details]
Possible description patch
Comment 3 Jochen Neumeister freebsd_committer freebsd_triage 2023-03-05 19:32:38 UTC
Sorry for the delay. I will have a look
Comment 4 kulikov.a 2023-03-10 14:20:16 UTC
(In reply to Jochen Neumeister from comment #3)
Thanks a lot! really missing this..
Comment 5 commit-hook freebsd_committer freebsd_triage 2023-03-26 16:08:31 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=427a28cd6ad02fd22de2d8ebaf509c397030a72a

commit 427a28cd6ad02fd22de2d8ebaf509c397030a72a
Author:     Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2023-03-26 16:05:31 +0000
Commit:     Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2023-03-26 16:07:46 +0000

    www/nginx: Add STREAM_REALIP knob for the ngx_stream_realip module.

    Also, create STREAMGRP group for stream-specific modules.

    PR:     267112
    Sponsored by:   Netzkommune GmbH

 www/nginx/Makefile              | 24 ++++++++++++++++++------
 www/nginx/Makefile.options.desc |  1 +
 2 files changed, 19 insertions(+), 6 deletions(-)
Comment 6 kulikov.a 2023-03-26 17:06:08 UTC
Thanks a lot