Date: Wed, 17 Apr 2013 12:31:32 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315961 - head/net/freeswitch-core Message-ID: <201304171231.r3HCVWbP093970@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org COMMENT= FreeSwitch SoftSwitch Port +BROKEN= Does not build + LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ jpeg:${PORTSDIR}/graphics/jpeg \ tiff:${PORTSDIR}/graphics/tiff \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304171231.r3HCVWbP093970>