Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
25 Dec 2018 20:25:40
20151028

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
03 Jan 2017 11:01:06
20151028

|
mat  |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight |
13 Apr 2016 17:08:14
20151028

|
amdmi3  |
- Fix build on 11.x by adding missing include (upstream already did the same
fix)
Approved by: portmgr blanket |
13 Mar 2016 18:19:22
20151028

|
rakuco  |
Only build on amd64.
Sources/Host/FreeBSD only has an X86_64 directory, so make configure failed on
all other architectures:
CMake Error at CMakeLists.txt:199 (add_executable):
Cannot find source file:
Sources/Host/FreeBSD/X86/PTraceX86.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
.hxx .in .txx
CMake Error: CMake can not determine linker language for target: ds2
CMake Error: Cannot determine link language for target "ds2". |
02 Mar 2016 11:07:26
20151028

|
mat  |
The NCSA license was added to the list of known ones.
Sponsored by: Absolight |
04 Nov 2015 11:30:33
20151028

|
wg  |
devel/ds2: Debug server for lldb
ds2 is a debug server designed to be used with LLDB to perform remote debugging
of Linux, Android, FreeBSD and Windows targets.
WWW: https://github.com/facebook/ds2 |