From owner-svn-ports-head@FreeBSD.ORG Mon Sep 1 20:56:28 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE89FD6D; Mon, 1 Sep 2014 20:56:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9B881072; Mon, 1 Sep 2014 20:56:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s81KuSZS059424; Mon, 1 Sep 2014 20:56:28 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s81KuSM2059422; Mon, 1 Sep 2014 20:56:28 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201409012056.s81KuSM2059422@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 1 Sep 2014 20:56:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366957 - in head/net: asterisk asterisk11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2014 20:56:29 -0000 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