svn commit: r366957 - in head/net: asterisk asterisk11

Guido Falsi madpilot at FreeBSD.org
Mon Sep 1 20:56:29 UTC 2014


Author: madpilot
Date: Mon Sep  1 20:56:28 2014
New Revision: 366957
URL: http://svnweb.freebsd.org/changeset/ports/366957
QAT: https://qat.redports.org/buildarchive/r366957/

Log:
  Convert to USES=pgsql

Modified:
  head/net/asterisk/Makefile
  head/net/asterisk11/Makefile

Modified: head/net/asterisk/Makefile
==============================================================================
--- head/net/asterisk/Makefile	Mon Sep  1 20:55:33 2014	(r366956)
+++ head/net/asterisk/Makefile	Mon Sep  1 20:56:28 2014	(r366957)
@@ -83,7 +83,7 @@ FREETDS_CONFIGURE_ON=	--with-tds=${LOCAL
 FREETDS_CONFIGURE_OFF=	--without-tds
 FREETDS_LIB_DEPENDS=	libtds.so:${PORTSDIR}/databases/freetds
 PGSQL_CONFIGURE_WITH=	postgres
-PGSQL_USE=		PGSQL=yes
+PGSQL_USES=		pgsql
 MYSQL_CONFIGURE_WITH=	mysqlclient
 MYSQL_USE=		MYSQL=yes
 VORBIS_CONFIGURE_WITH=	ogg

Modified: head/net/asterisk11/Makefile
==============================================================================
--- head/net/asterisk11/Makefile	Mon Sep  1 20:55:33 2014	(r366956)
+++ head/net/asterisk11/Makefile	Mon Sep  1 20:56:28 2014	(r366957)
@@ -79,7 +79,7 @@ FREETDS_CONFIGURE_ON=	--with-tds=${LOCAL
 FREETDS_CONFIGURE_OFF=	--without-tds
 FREETDS_LIB_DEPENDS=	libtds.so:${PORTSDIR}/databases/freetds
 PGSQL_CONFIGURE_WITH=	postgres
-PGSQL_USE=		PGSQL=yes
+PGSQL_USES=		pgsql
 MYSQL_CONFIGURE_WITH=	mysqlclient
 MYSQL_USE=		MYSQL=yes
 VORBIS_CONFIGURE_WITH=	ogg


More information about the svn-ports-head mailing list