[Bug 261080] net/kamailio: please consider adding 'outbound' module to the set of port build options

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 10 Jan 2022 10:09:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261080

            Bug ID: 261080
           Summary: net/kamailio: please consider adding 'outbound' module
                    to the set of port build options
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: dpolyg@gmail.com
                CC: dmitry.wagin@ya.ru
             Flags: maintainer-feedback?(dmitry.wagin@ya.ru)
                CC: dmitry.wagin@ya.ru

Hi,

The 'outbound' module is available in the upstream kamailio code since
long time ago but it is missing from the list of option for the kamailio
FreeBSD port. Building of outbound.so module can be easily achieved by
modification of port's Makefile:

Add OUTBOUND into OPTIONS_DEFINE=
Add OUTBOUND_DESC=          SIP Outbound support
Add OUTBOUND_VARS=          EXTRA_MODULES+=outbound

and adding these two entries into port's pkg-plist:

%%OUTBOUND%%lib/kamailio/modules/outbound.so
%%PORTDOCS%%%%DOCSDIR%%/modules/README.outbound

Would you please consider updating the port in order to include
'outbound' module into the list of possible port build options
so it will be possible to build custom version of kamailio
by using 'make config' in /usr/ports/net/kamailio ?

Regards,
Denis.

-- 
You are receiving this mail because:
You are the assignee for the bug.