svn commit: r405123 - head/net/crtmpserver

Pawel Pekala pawel at FreeBSD.org
Sun Jan 3 10:00:50 UTC 2016


Author: pawel
Date: Sun Jan  3 10:00:48 2016
New Revision: 405123
URL: https://svnweb.freebsd.org/changeset/ports/405123

Log:
  Switch to USES=execinfo
  
  PR:		205349
  Submitted by:	myself
  Approved by:	maintainer timeout

Modified:
  head/net/crtmpserver/Makefile

Modified: head/net/crtmpserver/Makefile
==============================================================================
--- head/net/crtmpserver/Makefile	Sun Jan  3 09:57:48 2016	(r405122)
+++ head/net/crtmpserver/Makefile	Sun Jan  3 10:00:48 2016	(r405123)
@@ -12,11 +12,9 @@ COMMENT=	C++ RTSP/RTMP/MPEG-TS Server
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
-
 MAKE_JOBS_UNSAFE=	yes
 USE_LDCONFIG=	yes
-USES=		cmake:outsource lua
+USES=		cmake:outsource execinfo lua
 CMAKE_SOURCE_PATH=	${WRKSRC}/builders/cmake
 CMAKE_ARGS=	-DCRTMPSERVER_INSTALL_PREFIX:STRING=${PREFIX} -DTEMP_FRAMEWORK_VER=${PORTVERSION}
 USE_OPENSSL=	yes


More information about the svn-ports-all mailing list