svn commit: r304856 - head/audio/sphinx3

Beat Gaetzi beat at FreeBSD.org
Tue Sep 25 19:20:15 UTC 2012


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 at 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



More information about the svn-ports-all mailing list