Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2012 19:20:14 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304856 - head/audio/sphinx3
Message-ID:  <201209251920.q8PJKEYS081677@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Tue Sep 25 19:20:14 2012
New Revision: 304856
URL: http://svn.freebsd.org/changeset/ports/304856

Log:
  - Chase sphinxbase update but mark it BROKEN too as it does not compile
    with updated sphinxbase.
  
  Reported by:	pointyhat

Modified:
  head/audio/sphinx3/Makefile

Modified: head/audio/sphinx3/Makefile
==============================================================================
--- head/audio/sphinx3/Makefile	Tue Sep 25 19:11:57 2012	(r304855)
+++ head/audio/sphinx3/Makefile	Tue Sep 25 19:20:14 2012	(r304856)
@@ -13,7 +13,9 @@ MASTER_SITES=	SF/cmusphinx/${PORTNAME}/$
 MAINTAINER=	r.neese@gmail.com
 COMMENT=	Speech recognition system
 
-LIB_DEPENDS=	sphinxfe.0:${PORTSDIR}/audio/sphinxbase
+LIB_DEPENDS=	sphinxbase:${PORTSDIR}/audio/sphinxbase
+
+BROKEN=		does not compile
 
 USE_LDCONFIG=	yes
 USE_GMAKE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209251920.q8PJKEYS081677>