Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Aug 2019 06:48:27 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Yuri Victorovich <yuri@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r508459 - head/sysutils/crate
Message-ID:  <36i8-gvdw-wny@FreeBSD.org>
In-Reply-To: <201908091723.x79HNUuX031644@repo.freebsd.org> (Yuri Victorovich's message of "Fri, 9 Aug 2019 17:23:30 %2B0000 (UTC)")
References:  <201908091723.x79HNUuX031644@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Yuri Victorovich <yuri@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)
                 ~~^



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36i8-gvdw-wny>