notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: graphics/gtimelapse/files/patch-src__gtimelapse.cpp
SVNWeb

Number of commits found: 3

Mon, 30 Mar 2020
[ 09:12 tobik search for other commits by this committer ] Original commit   Revision:529870
graphics/gtimelapse: Unbreak build on FreeBSD >= 12.1

gtimelapse.cpp:753:2: error: reference to 'thread' is ambiguous
        thread = CreateThread();
        ^
./globals.h:23:18: note: candidate found by name lookup is 'thread'
extern MyThread *thread;
                 ^
/usr/include/c++/v1/__threading_support:397:24: note: candidate found by name
lookup is 'std::__1::thread'
class _LIBCPP_TYPE_VIS thread;
                       ^

http://beefy6.nyi.freebsd.org/data/121amd64-default/529299/logs/errors/gtimelapse-0.1_16.log
Fri, 6 Nov 2015
[ 15:48 amdmi3 search for other commits by this committer ] Original commit   Revision:400937
- Clarify LICENSE
- Add LICENSE_FILE
- Drop unneeded WX_UNICODE
- Regenerate patches with `make makepatch`
Fri, 20 Dec 2013
[ 18:34 pawel search for other commits by this committer ] Original commit   Revision:337065
- Fix build with clang
- Add DESKTOP_ENTRIES
- Port supports staging

PR:		ports/184874
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>

Number of commits found: 3