svn commit: r315961 - head/net/freeswitch-core

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 17 12:31:33 UTC 2013


Author: bapt
Date: Wed Apr 17 12:31:32 2013
New Revision: 315961
URL: http://svnweb.freebsd.org/changeset/ports/315961

Log:
  Mark as broken, does not build:
  
  awgn.c: In function 'awgn_init_dbov':
  awgn.c:109: error: 'cpowl' undeclared (first use in this function)
  awgn.c:109: error: (Each undeclared identifier is reported only once
  awgn.c:109: error: for each function it appears in.)
  awgn.c:109: error: 'cpow' undeclared (first use in this function)
  awgn.c:109: error: 'cpowf' undeclared (first use in this function)
  awgn.c:109: error: 'powl' undeclared (first use in this function)
  awgn.c: In function 'awgn':
  awgn.c:165: error: 'clogl' undeclared (first use in this function)
  awgn.c:165: error: 'clog' undeclared (first use in this function)
  awgn.c:165: error: 'clogf' undeclared (first use in this function)
  awgn.c:165: error: 'logl' undeclared (first use in this function)
  
  Feature safe:	yes

Modified:
  head/net/freeswitch-core/Makefile

Modified: head/net/freeswitch-core/Makefile
==============================================================================
--- head/net/freeswitch-core/Makefile	Wed Apr 17 11:50:32 2013	(r315960)
+++ head/net/freeswitch-core/Makefile	Wed Apr 17 12:31:32 2013	(r315961)
@@ -30,6 +30,8 @@ EXTRACT_ONLY=	${BASE_PORTNAME}-${PORTVER
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	FreeSwitch SoftSwitch Port
 
+BROKEN=		Does not build
+
 LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
 		jpeg:${PORTSDIR}/graphics/jpeg \
 		tiff:${PORTSDIR}/graphics/tiff \


More information about the svn-ports-head mailing list