From owner-svn-ports-all@freebsd.org Thu Dec 31 14:20:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77BFCA5740A; Thu, 31 Dec 2015 14:20:24 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 29C6B1024; Thu, 31 Dec 2015 14:20:24 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBVEKNcU026781; Thu, 31 Dec 2015 14:20:23 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBVEKNti026778; Thu, 31 Dec 2015 14:20:23 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201512311420.tBVEKNti026778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 31 Dec 2015 14:20:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404944 - in head/net: asterisk asterisk11 asterisk13 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2015 14:20:24 -0000 Author: madpilot Date: Thu Dec 31 14:20:22 2015 New Revision: 404944 URL: https://svnweb.freebsd.org/changeset/ports/404944 Log: Switch to USES=execinfo PR: 205404 Submitted by: pawel@ Modified: head/net/asterisk/Makefile head/net/asterisk11/Makefile head/net/asterisk13/Makefile Modified: head/net/asterisk/Makefile ============================================================================== --- head/net/asterisk/Makefile Thu Dec 31 14:15:14 2015 (r404943) +++ head/net/asterisk/Makefile Thu Dec 31 14:20:22 2015 (r404944) @@ -101,7 +101,7 @@ SRTP_DESC= Secure Real-time Transport Pr SYSINFO_DESC= Use devel/libsysinfo to get system information BACKTRACE_CONFIGURE_WITH= execinfo -BACKTRACE_LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo +BACKTRACE_USES= execinfo CURL_CONFIGURE_ON= --with-libcurl CURL_CONFIGURE_OFF= --with-libcurl=no Modified: head/net/asterisk11/Makefile ============================================================================== --- head/net/asterisk11/Makefile Thu Dec 31 14:15:14 2015 (r404943) +++ head/net/asterisk11/Makefile Thu Dec 31 14:20:22 2015 (r404944) @@ -107,7 +107,7 @@ XMPP_DESC= XMPP/GTALK support OPTIONS_SUB= yes BACKTRACE_CONFIGURE_WITH= execinfo -BACKTRACE_LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo +BACKTRACE_USES= execinfo CURL_CONFIGURE_ON= --with-libcurl CURL_CONFIGURE_OFF= --with-libcurl=no Modified: head/net/asterisk13/Makefile ============================================================================== --- head/net/asterisk13/Makefile Thu Dec 31 14:15:14 2015 (r404943) +++ head/net/asterisk13/Makefile Thu Dec 31 14:20:22 2015 (r404944) @@ -115,7 +115,7 @@ OPTIONS_SUB= yes ASTVERSION_RUN_DEPENDS= bash:${PORTSDIR}/shells/bash BACKTRACE_CONFIGURE_WITH= execinfo -BACKTRACE_LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo +BACKTRACE_USES= execinfo CURL_CONFIGURE_ON= --with-libcurl CURL_CONFIGURE_OFF= --with-libcurl=no