Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Jan 2015 20:18:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196446] New: [patch] net/kamailio: PLIST orphans mohqueue and rtpproxy SQL files with PGSQL
Message-ID:  <bug-196446-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196446

            Bug ID: 196446
           Summary: [patch] net/kamailio: PLIST orphans mohqueue and
                    rtpproxy SQL files with PGSQL
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: pi@FreeBSD.org
          Reporter: john@saltant.com
             Flags: maintainer-feedback?(pi@FreeBSD.org)
          Assignee: pi@FreeBSD.org

Created attachment 151222
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151222&action=edit
net/kamailio: Add mohqueue and rtpproxy SQL init files to PLIST

If built with the PGSQL option, two files necessary for creating the initial
database are not installed as necessary. This causes "kamdbctl create" to fail
during extra_create() when EXTRA_MODULES contains "mohqueue" and/or "rtpproxy"
(which is does, by default).

The orphaned files are:

    %%DATADIR%%/postgres/mohqueue-create.sql
    %%DATADIR%%/postgres/rtpproxy-create.sql

The fix is to add them to pkg-plist. The attached patch does this.

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer pi@FreeBSD.org

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196446-13>