Bug 184831 - audio/epos-devel: Fix build with clang
Summary: audio/epos-devel: Fix build with clang
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-16 18:10 UTC by tkato432
Modified: 2013-12-20 08:10 UTC (History)
0 users

See Also:


Attachments
file.diff (646 bytes, patch)
2013-12-16 18:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-12-16 18:10:07 UTC
- Fix build with clang
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2013-12-19 19:49:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-19 19:50:02 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"
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-12-20 08:05:02 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"