svn commit: r508459 - head/sysutils/crate

Jan Beich jbeich at FreeBSD.org
Sun Aug 11 04:48:30 UTC 2019


Yuri Victorovich <yuri at FreeBSD.org> writes:

> -BROKEN_FreeBSD_11=		STL feature 'filesystem' isn't available on 11
> -.if defined(PACKAGE_BUILDING)
> -BROKEN_FreeBSD_12=		STL feature 'filesystem' isn't available in 12.0-RELEASE-p7
> +.if exists(/usr/include/c++/v1) && !exists(/usr/include/c++/v1/filesystem)
> +BROKEN=		STL feature 'filesystem' isn't available # '
>  .endif

Fails on 11.3 due to missing -D_WITH_GETLINE:

util.cpp:241:20: error: no member named 'getline' in the global namespace
  while ((read = ::getline(&line, &len, file)) != -1)
                 ~~^


More information about the svn-ports-all mailing list