svn commit: r376081 - head/net/kamailio

Kurt Jaeger pi at FreeBSD.org
Sat Jan 3 06:32:49 UTC 2015


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 at 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


More information about the svn-ports-all mailing list