From owner-svn-ports-head@FreeBSD.ORG Sat Jul 13 13:09:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A2E85101; Sat, 13 Jul 2013 13:09:35 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 955AB1FFA; Sat, 13 Jul 2013 13:09:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6DD9ZN8030312; Sat, 13 Jul 2013 13:09:35 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6DD9ZGH030311; Sat, 13 Jul 2013 13:09:35 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201307131309.r6DD9ZGH030311@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 13 Jul 2013 13:09:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322919 - head/net/iaxmodem X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jul 2013 13:09:35 -0000 Author: bapt Date: Sat Jul 13 13:09:35 2013 New Revision: 322919 URL: http://svnweb.freebsd.org/changeset/ports/322919 Log: Mark as broken awgn.c: In function 'awgn_init_dbov': awgn.c:114: error: 'cpowl' undeclared (first use in this function) awgn.c:114: error: (Each undeclared identifier is reported only once awgn.c:114: error: for each function it appears in.) awgn.c:114: error: 'cpow' undeclared (first use in this function) awgn.c:114: error: 'cpowf' undeclared (first use in this function) awgn.c:114: error: 'powl' undeclared (first use in this function) Modified: head/net/iaxmodem/Makefile Modified: head/net/iaxmodem/Makefile ============================================================================== --- head/net/iaxmodem/Makefile Sat Jul 13 13:08:10 2013 (r322918) +++ head/net/iaxmodem/Makefile Sat Jul 13 13:09:35 2013 (r322919) @@ -12,6 +12,8 @@ COMMENT= Software modem that connects to LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff +BROKEN= Does not build + MAN1= iaxmodem.1 CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib