From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 20:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60CE9C1F for ; Thu, 19 Dec 2013 20:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 342D01344 for ; Thu, 19 Dec 2013 20:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJK01FB084238 for ; Thu, 19 Dec 2013 20:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJK01g3084237; Thu, 19 Dec 2013 20:00:01 GMT (envelope-from gnats) Date: Thu, 19 Dec 2013 20:00:01 GMT Message-Id: <201312192000.rBJK01g3084237@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/184831: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 20:00:01 -0000 The following reply was made to PR ports/184831; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184831: commit references a PR Date: Thu, 19 Dec 2013 19:50:02 +0000 (UTC) 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 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|||' \ + ${WRKSRC}/src/nnet/neural.cc .include 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, _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"