Port details |
- ds2 Debug server for lldb
- 20151028 devel
=1 20151028Version of this port present on the latest quarterly branch.
- DEPRECATED: Upstream deprecated and archived
This port expired on: 2024-04-06 IGNORE: builds only on greater than 10.1 and with clang
- Maintainer: bofh@FreeBSD.org
- Port Added: 2015-11-04 11:30:42
- Last Update: 2024-04-06 13:49:03
- Commit Hash: adeb35e
- People watching this port, also watch:: tmux, proggy_fonts-ttf, monit
- License: NCSA
- WWW:
- https://github.com/facebook/ds2
- Description:
- ds2 is a debug server designed to be used with LLDB to perform remote debugging
of Linux, Android, FreeBSD and Windows targets.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: ds2
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- SHA256 (facebook-ds2-20151028-52c45f3_GH0.tar.gz) = 9f14200a2cedb946429021cec37337442d02158ca25c530cca15f8a42fb6d9fa
SIZE (facebook-ds2-20151028-52c45f3_GH0.tar.gz) = 218024
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_ds2
- USES:
- cmake:insource compiler
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20151028 06 Apr 2024 13:49:03 |
Rene Ladan (rene) |
devel/ds2: Remove expired port
2024-04-06 devel/ds2: Upstream deprecated and archived |
20151028 06 Mar 2024 20:33:02 |
Muhammad Moinur Rahman (bofh) |
devel/ds2: Mark DEPRECATED
- Upstram has deprecated and archived the project in 2020
- Set EXPIRATION_DATE 2024-04-06 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20151028 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20151028 06 Jun 2022 12:25:36 |
Muhammad Moinur Rahman (bofh) |
all: Take maintainership |
20151028 06 Jun 2022 11:56:41 |
Rene Ladan (rene) |
all: return wg's ports to the pool after safekeeping his commit bit |
20151028 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
20151028 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20151028 25 Dec 2018 20:25:40 |
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 |
20151028 03 Jan 2017 11:01:06 |
mat |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight |
20151028 13 Apr 2016 17:08:14 |
amdmi3 |
- Fix build on 11.x by adding missing include (upstream already did the same
fix)
Approved by: portmgr blanket |
20151028 13 Mar 2016 18:19:22 |
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". |
20151028 02 Mar 2016 11:07:26 |
mat |
The NCSA license was added to the list of known ones.
Sponsored by: Absolight |
20151028 04 Nov 2015 11:30:33 |
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 |