Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Sep 2014 20:56:28 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366957 - in head/net: asterisk asterisk11
Message-ID:  <201409012056.s81KuSM2059422@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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