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.
simple tested unbreakage patch from maintainer, move to patch-ready
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
The commit message should be: 'net/yate: fix build errors on 11-CURRENT' Committed, thanks for your work!