Date: Sat, 3 Jan 2015 06:31:57 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376081 - head/net/kamailio Message-ID: <201501030631.t036VvMM030344@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sat Jan 3 06:31:56 2015 New Revision: 376081 URL: https://svnweb.freebsd.org/changeset/ports/376081 QAT: https://qat.redports.org/buildarchive/r376081/ Log: 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> Modified: head/net/kamailio/Makefile head/net/kamailio/pkg-plist Modified: head/net/kamailio/Makefile ============================================================================== --- head/net/kamailio/Makefile Sat Jan 3 03:51:13 2015 (r376080) +++ head/net/kamailio/Makefile Sat Jan 3 06:31:56 2015 (r376081) @@ -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 Modified: head/net/kamailio/pkg-plist ============================================================================== --- head/net/kamailio/pkg-plist Sat Jan 3 03:51:13 2015 (r376080) +++ head/net/kamailio/pkg-plist Sat Jan 3 06:31:56 2015 (r376081) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501030631.t036VvMM030344>