From tkato432@yahoo.com  Mon Dec 16 18:00:28 2013
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 28F6E265
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 16 Dec 2013 18:00:28 +0000 (UTC)
Received: from omta03.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145])
	by mx1.freebsd.org (Postfix) with ESMTP id F09C417D0
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 16 Dec 2013 18:00:27 +0000 (UTC)
Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106])
	by omta03.auone-net.jp (au one net mail) with ESMTP id 1F8F81880004
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 17 Dec 2013 03:00:26 +0900 (JST)
Message-Id: <20131217024557.d1b88471ecd07ae253175f13@yahoo.com>
Date: Tue, 17 Dec 2013 02:45:57 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: audio/epos-devel: Fix build with clang

>Number:         184831
>Category:       ports
>Synopsis:       audio/epos-devel: Fix build with clang
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 16 18:10:07 UTC 2013
>Closed-Date:    Thu Dec 19 19:49:57 UTC 2013
>Last-Modified:  Fri Dec 20 08:10:04 UTC 2013
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Fix build with clang

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/epos-devel/Makefile audio/epos-devel/Makefile
--- /usr/ports/audio/epos-devel/Makefile	2013-11-06 21:52:25.000000000 +0900
+++ audio/epos-devel/Makefile	2013-12-17 00:00:00.000000000 +0900
@@ -13,7 +13,6 @@
 LICENSE_COMB=	multi
 
 USES=		bison gmake
-NO_STAGE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_lib_stdcpp_main=no
 
@@ -21,5 +20,7 @@
 	@${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>
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pawel 
State-Changed-When: Thu Dec 19 19:49:56 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184831 

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 <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, 
 _______________________________________________
 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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184831: commit references a PR
Date: Fri, 20 Dec 2013 08:05:02 +0000 (UTC)

 Author: bapt
 Date: Fri Dec 20 08:04:50 2013
 New Revision: 336985
 URL: http://svnweb.freebsd.org/changeset/ports/336985
 
 Log:
   MFH: r336953
   
   - Fix build with clang
   - Port supports staging
   
   PR:		ports/184831
   Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
 
 Modified:
   branches/2014Q1/audio/epos-devel/Makefile
   branches/2014Q1/audio/epos-devel/pkg-descr   (contents, props changed)
 Directory Properties:
   branches/2014Q1/   (props changed)
 
 Modified: branches/2014Q1/audio/epos-devel/Makefile
 ==============================================================================
 --- branches/2014Q1/audio/epos-devel/Makefile	Fri Dec 20 08:04:02 2013	(r336984)
 +++ branches/2014Q1/audio/epos-devel/Makefile	Fri Dec 20 08:04:50 2013	(r336985)
 @@ -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: branches/2014Q1/audio/epos-devel/pkg-descr
 ==============================================================================
 --- branches/2014Q1/audio/epos-devel/pkg-descr	Fri Dec 20 08:04:02 2013	(r336984)
 +++ branches/2014Q1/audio/epos-devel/pkg-descr	Fri Dec 20 08:04:50 2013	(r336985)
 @@ -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"
 
>Unformatted:
