Bug 278951 - www/nginx-devel: Add support for 3rd party stream-lua-nginx-module
Summary: www/nginx-devel: Add support for 3rd party stream-lua-nginx-module
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Sergey A. Osokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-13 12:20 UTC by Mateusz Piotrowski
Modified: 2024-06-03 19:18 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (osa)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mateusz Piotrowski freebsd_committer freebsd_triage 2024-05-13 12:20:36 UTC
This PR is to track the progress of adding LUASTREAM to www/nginx/-devel.

The patch has been posted here:
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=249190&action=edit

The patch needs to be updated as mentioned by the maintainer here:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277719#c15
Comment 1 Sergey A. Osokin freebsd_committer freebsd_triage 2024-05-13 15:32:21 UTC
(In reply to Mateusz Piotrowski from comment #0)

Hi, thanks for the report.

As I already mentioned on the previous bug report, the patch from the other bug report needs to be updated.

Thank you.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-06-03 19:17:52 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1adab1451e783121b4709820c89793f59d9caaa8

commit 1adab1451e783121b4709820c89793f59d9caaa8
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2024-06-03 19:15:37 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2024-06-03 19:17:16 +0000

    www/nginx-devel: add third-party stream-lua module

    Bump PORTREVISION.

    PR:     278951

 www/nginx-devel/Makefile                                    |  2 +-
 www/nginx-devel/Makefile.extmod                             | 13 +++++++++++--
 www/nginx-devel/Makefile.options.desc                       |  1 +
 www/nginx-devel/distinfo                                    |  4 +++-
 .../files/extra-patch-stream-lua-nginx-module_config (new)  | 10 ++++++++++
 www/nginx-devel/pkg-plist                                   |  1 +
 6 files changed, 27 insertions(+), 4 deletions(-)
Comment 3 Sergey A. Osokin freebsd_committer freebsd_triage 2024-06-03 19:18:43 UTC
Committed with some modifications, thanks!