On Fri 22/11/2019 23:45, Stuart Henderson wrote: > On 2019/11/22 21:51, Stuart Henderson wrote: > > On 2019/11/22 20:50, Björn Ketelaars wrote: > > > $ echo "select fullpkgpath from depends where dependspath like > > > 'devel/cppunit'"| > > > sqlite3 /usr/local/share/sqlports | wc -l > > > 53 > > > > It's not quite as bad as it looks, there are a bunch of subpackages in > > there. > > But one of them is libreoffice.. > > > > audio/libmusicbrainz > > audio/taglib > > comms/gnuradio > > databases/strigi > > editors/libreoffice > > graphics/zxing > > net/filezilla > > net/libfilezilla > > net/libtorrent > > net/rtorrent > > security/fwbuilder > > security/softhsm2 > > textproc/podofo > > www/aria2 > > www/squid > > x11/wxWidgets > > > > > COMPILER = base-clang ports-gcc base-gcc > > > > base-gcc should be removed, the new version needs C++11. > > > > I've built/packaged some of the dependent ports (haven't tried "make test"). > > fails: databases/strigi > > builds: audio/libmusicbrainz > builds: audio/taglib > builds: comms/gnuradio > builds: graphics/zxing > builds: net/filezilla > builds: net/libfilezilla > builds: net/libtorrent > builds: net/rtorrent > builds: security/fwbuilder > builds: security/softhsm2 > builds: textproc/podofo > > ?: editors/libreoffice > ?: www/aria2 > ?: www/squid > ?: x11/wxWidgets
Problem with databases/strigi seems related to: # NOTE: CppUnit's public API also required C++11 for compiling, hence # any project using CppUnit must be compiled with C++11 support, # regardless of whether the project itself requires C++11. cppunit is only needed to build some tests, as such we could leave this out. I have a diff, which I will send later today. For a real solution help from strigi upstream is needed. Likelihood of this happening is slim...there has been no activity on strigi since 2013. Additionally: builds: www/aria2 builds: www/squid builds: x11/wxWidgets ?: editors/libreoffice
