Date: Thu, 19 Dec 2013 19:49:50 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336953 - head/audio/epos-devel Message-ID: <201312191949.rBJJnonA077125@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Thu Dec 19 19:49:49 2013 New Revision: 336953 URL: http://svnweb.freebsd.org/changeset/ports/336953 Log: - Fix build with clang - Port supports staging PR: ports/184831 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Modified: head/audio/epos-devel/Makefile head/audio/epos-devel/pkg-descr (contents, props changed) Modified: head/audio/epos-devel/Makefile ============================================================================== --- head/audio/epos-devel/Makefile Thu Dec 19 19:39:22 2013 (r336952) +++ head/audio/epos-devel/Makefile Thu Dec 19 19:49:49 2013 (r336953) @@ -13,7 +13,6 @@ LICENSE= GPLv2 LGPL20 LICENSE_COMB= multi USES= bison gmake -NO_STAGE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_lib_stdcpp_main=no @@ -21,5 +20,7 @@ post-patch: @${REINPLACE_CMD} -e 's/^\(SUBDIRS =.*\)doc/\1/' ${WRKSRC}/Makefile.in @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-ggdb||' + @${REINPLACE_CMD} -e 's|<iostream.h>|<iostream>|' \ + ${WRKSRC}/src/nnet/neural.cc .include <bsd.port.mk> Modified: head/audio/epos-devel/pkg-descr ============================================================================== --- head/audio/epos-devel/pkg-descr Thu Dec 19 19:39:22 2013 (r336952) +++ head/audio/epos-devel/pkg-descr Thu Dec 19 19:49:49 2013 (r336953) @@ -1,5 +1,3 @@ -From the Epos homepage: - Epos is a language independent rule-driven Text-to-Speech (TTS) system primarily designed to serve as a research tool. Epos is (or tries to be) independent of the language processed, linguistic description method,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312191949.rBJJnonA077125>