svn commit: r484034 - branches/2018Q4/net/crtmpserver

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 13:34:46 UTC 2018


Author: antoine
Date: Sun Nov  4 13:34:44 2018
New Revision: 484034
URL: https://svnweb.freebsd.org/changeset/ports/484034

Log:
  MFH: r484033
  
  Mark BROKEN: fails to build
  
  /wrkdirs/usr/ports/net/crtmpserver/work/crtmpserver-0.811/sources/common/src/platform/freebsd/freebsdplatform.cpp:271:33: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
                  WARN("Unable to set IP_TTL: %"PRIu8"; error was (%d) %s", ttl, err, strerror(err));
                                                ^
  
  Reported by:	pkg-fallout

Modified:
  branches/2018Q4/net/crtmpserver/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/net/crtmpserver/Makefile
==============================================================================
--- branches/2018Q4/net/crtmpserver/Makefile	Sun Nov  4 13:34:26 2018	(r484033)
+++ branches/2018Q4/net/crtmpserver/Makefile	Sun Nov  4 13:34:44 2018	(r484034)
@@ -13,6 +13,8 @@ COMMENT=	C++ RTSP/RTMP/MPEG-TS Server
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build
+
 USES=		cmake:outsource lua ssl
 CMAKE_SOURCE_PATH=	${WRKSRC}/builders/cmake
 CMAKE_ARGS=	-DCRTMPSERVER_INSTALL_PREFIX:STRING=${PREFIX} -DTEMP_FRAMEWORK_VER=${PORTVERSION}


More information about the svn-ports-branches mailing list