aboutsummaryrefslogtreecommitdiff
path: root/devel/ds2
Commit message (Collapse)AuthorAgeFilesLines
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=488341
* Cleanup BROKEN/IGNORE for 10.3-Mathieu Arnold2017-01-031-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=430454
* - Fix build on 11.x by adding missing include (upstream already did the same ↵Dmitry Marakasov2016-04-131-0/+10
| | | | | | | | | fix) Approved by: portmgr blanket Notes: svn path=/head/; revision=413220
* Only build on amd64.Raphael Kubo da Costa2016-03-131-0/+3
| | | | | | | | | | | | | | | | | | | 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". Notes: svn path=/head/; revision=411010
* The NCSA license was added to the list of known ones.Mathieu Arnold2016-03-021-2/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=409925
* devel/ds2: Debug server for lldbWilliam Grzybowski2015-11-043-0/+38
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 Notes: svn path=/head/; revision=400736