Created attachment 160078 [details] patch to net/mediatomb
Problem building on current-amd64: https://lists.freebsd.org/pipermail/freebsd-ports/2015-September/100512.html
see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198436 for a patch.
testbuilds via poudriere @work
builds on current-amd64, 10.2a+i, fails on 9.3a: http://people.freebsd.org/~pi/logs/net__mediatomb-93a
fails to build on 9.3a with FFMPEGTHUMBNAILER option, builds fine without.
error is: configure:34643: c++ -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasin g -I/usr/local/include -lpthread -L/usr/local/lib -liconv -fstack-protector -l rt -lmagic -L/usr/local/lib conftest.cpp -lffmpegthumbnailer -lcurl >&5 /usr/local/lib/libffmpegthumbnailer.so: undefined reference to `std::ctype<char> ::_M_widen_init() const@GLIBCXX_3.4.11'
compiler:gcc-c++11-lib fixes this problem. So it's ready to be committed.
A commit references this bug: Author: pi Date: Thu Sep 24 19:49:20 UTC 2015 New revision: 397755 URL: https://svnweb.freebsd.org/changeset/ports/397755 Log: net/mediatomb: remove BROKEN, fix build - now uses UIDs/GIDs - fix build in certain cases PR: 198436, 202467 Submitted by: Pavel Nedoshivkin <nedoshivkin@gmail.com>, dim Approved by: maintainer (timeout) Changes: head/GIDs head/UIDs head/net/mediatomb/Makefile head/net/mediatomb/files/config.xml.dist.in head/net/mediatomb/files/mediatomb.in head/net/mediatomb/files/patch-timer.cc head/net/mediatomb/files/pkg-install.in head/net/mediatomb/pkg-plist
Committed, thanks everyone!