svn commit: r404944 - in head/net: asterisk asterisk11 asterisk13

Guido Falsi madpilot at FreeBSD.org
Thu Dec 31 14:20:24 UTC 2015


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


More information about the svn-ports-head mailing list