diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-01-03 14:31:56 +0800 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-01-03 14:31:56 +0800 |
commit | 9c180f3b9fa35c7a285493981aad6e28b81d8626 (patch) | |
tree | 39744cbbef30d77851725314fd4f99e1fd733ed4 /net | |
parent | 3b24a5e1d31ba5d272419e5cc39e3cfdbcf2518a (diff) | |
download | freebsd-ports-gnome-9c180f3b9fa35c7a285493981aad6e28b81d8626.tar.gz freebsd-ports-gnome-9c180f3b9fa35c7a285493981aad6e28b81d8626.tar.zst freebsd-ports-gnome-9c180f3b9fa35c7a285493981aad6e28b81d8626.zip |
net/kamailio: install two files necessary if build with PQSQL
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).
PR: 196446
Submitted by: John W. O'Brien <john@saltant.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/kamailio/Makefile | 1 | ||||
-rw-r--r-- | net/kamailio/pkg-plist | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/net/kamailio/Makefile b/net/kamailio/Makefile index dda31fbb29fa..53de5d7ce18e 100644 --- a/net/kamailio/Makefile +++ b/net/kamailio/Makefile @@ -4,6 +4,7 @@ PORTNAME= kamailio PORTVERSION= 4.2.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.kamailio.org/pub/kamailio/${PORTVERSION}/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}_src diff --git a/net/kamailio/pkg-plist b/net/kamailio/pkg-plist index cbad28ad0a78..9b717bd30ca6 100644 --- a/net/kamailio/pkg-plist +++ b/net/kamailio/pkg-plist @@ -294,6 +294,7 @@ lib/kamailio/modules/xprint.so %%PGSQL%%%%DATADIR%%/postgres/imc-create.sql %%PGSQL%%%%DATADIR%%/postgres/lcr-create.sql %%PGSQL%%%%DATADIR%%/postgres/matrix-create.sql +%%PGSQL%%%%DATADIR%%/postgres/mohqueue-create.sql %%PGSQL%%%%DATADIR%%/postgres/msilo-create.sql %%PGSQL%%%%DATADIR%%/postgres/mtree-create.sql %%PGSQL%%%%DATADIR%%/postgres/pdt-create.sql @@ -303,6 +304,7 @@ lib/kamailio/modules/xprint.so %%PGSQL%%%%DATADIR%%/postgres/purple-create.sql %%PGSQL%%%%DATADIR%%/postgres/registrar-create.sql %%PGSQL%%%%DATADIR%%/postgres/rls-create.sql +%%PGSQL%%%%DATADIR%%/postgres/rtpproxy-create.sql %%PGSQL%%%%DATADIR%%/postgres/sca-create.sql %%PGSQL%%%%DATADIR%%/postgres/siptrace-create.sql %%PGSQL%%%%DATADIR%%/postgres/speeddial-create.sql |