Bug 193274 - [maintainer] [patch] net/yate: fix build on 11-CURRENT
Summary: [maintainer] [patch] net/yate: fix build on 11-CURRENT
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bartek Rutkowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-03 07:55 UTC by Nikola Kolev
Modified: 2014-09-28 10:09 UTC (History)
1 user (show)

See Also:


Attachments
build-11-current (1.08 KB, patch)
2014-09-03 07:55 UTC, Nikola Kolev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikola Kolev 2014-09-03 07:55:07 UTC
Created attachment 146717 [details]
build-11-current

Yate build fails on 11-CURRENT-i386 and 11-CURRENT-amd64 with:

===>  Building for yate-5.4.0.p1
gmake[1]: Entering directory `/wrkdirs/usr/ports/net/yate/work/yate-5.4.0-1'
gmake -C ./engine all
gmake[2]: Entering directory `/wrkdirs/usr/ports/net/yate/work/yate-5.4.0-1/engine'
c++ -Wall   -I.. -I.. -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fno-check-new  -fno-exceptions -fPIC -DHAVE_GCC_FORMAT_CHECK -DHAVE_BLOCK_RETURN  -DATOMIC_OPS -DHAVE_GMTOFF -c TelEngine.cpp
c++: error: unknown argument: '-fno-check-new'
gmake[2]: *** [TelEngine.o] Error 1
gmake[2]: Leaving directory `/wrkdirs/usr/ports/net/yate/work/yate-5.4.0-1/engine'
gmake[1]: *** [library] Error 2
gmake[1]: Leaving directory `/wrkdirs/usr/ports/net/yate/work/yate-5.4.0-1'
*** Error code 1

http://beefy1.isc.freebsd.org/data/head-i386-default/2014-08-28_22h03m04s/logs/yate-5.4.0.p1.log
http://beefy2.isc.freebsd.org/data/head-amd64-default/2014-08-29_00h36m14s/logs/yate-5.4.0.p1.log

Following patch removes "no-check-new" build option.

https://redports.org/~koue/20140903071401-38198-240447/yate-5.4.0.p1_1.log
https://redports.org/~koue/20140903071401-38198-240448/yate-5.4.0.p1_1.log
https://redports.org/~koue/20140903071401-38198-240449/yate-5.4.0.p1_1.log
https://redports.org/~koue/20140903071401-38198-240450/yate-5.4.0.p1_1.log
https://redports.org/~koue/20140903071401-38198-240451/yate-5.4.0.p1_1.log
https://redports.org/~koue/20140903071401-38198-240452/yate-5.4.0.p1_1.log
https://redports.org/~koue/20140903071401-38198-240453/yate-5.4.0.p1_1.log
https://redports.org/~koue/20140903071401-38198-240454/yate-5.4.0.p1_1.log

"make check-plist" and "make stage-qa" report no errors.
Comment 1 John Marino freebsd_committer freebsd_triage 2014-09-04 17:52:27 UTC
simple tested unbreakage patch from maintainer, move to patch-ready
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-09-27 22:06:42 UTC
A commit references this bug:

Author: robak
Date: Sat Sep 27 22:05:52 UTC 2014
New revision: 369429
URL: https://svnweb.freebsd.org/changeset/ports/369429

Log:
  net/yate: fix build errors on

  PR:		193274
  Submitted by:	Nikola Kolev <koue@chaosophia.net>
  Approved by:	mentros (implicit)

Changes:
  head/net/yate/files/patch-configure.in
Comment 3 Bartek Rutkowski freebsd_committer freebsd_triage 2014-09-28 10:09:44 UTC
The commit message should be:

'net/yate: fix build errors on 11-CURRENT'

Committed, thanks for your work!