notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
ds2 Debug server for lldb
20151028 devel on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 20151028Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Upstream deprecated and archived
Expiration Date EXPIRATION DATE: 2024-04-06
Ignore IGNORE: builds only on greater than 10.1 and with clang
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-11-04 11:30:42
Last Update: 2024-03-06 20:33:02
Commit Hash: 8b48958
People watching this port, also watch:: python, unoconv, py39-pycparser, sysinfo
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/ds2
  2. /usr/local/share/licenses/ds2-20151028/catalog.mk
  3. /usr/local/share/licenses/ds2-20151028/LICENSE
  4. /usr/local/share/licenses/ds2-20151028/NCSA
Collapse this list.
Dependency lines:
  • ds2>0:devel/ds2
To install the port:
cd /usr/ports/devel/ds2/ && make install clean
We doubt a package is available for this port because we see it marked as as:
  • Ignore
Packages are normally not provided for ports that are marked as above.
To add the package, run one of these commands:
  • pkg install devel/ds2
  • pkg install ds2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
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

Packages (timestamps in pop-ups are UTC):
ds2
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-20151028------
FreeBSD:13:quarterly-20151028------
FreeBSD:14:latest-20151028------
FreeBSD:14:quarterly-20151028------
FreeBSD:15:latest-20151028n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/facebook/ds2/tar.gz/52c45f3?dummy=/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
20151028
06 Mar 2024 20:33:02
commit hash: 8b4895898f33eaae60e5178997f1970f0e7c587ccommit hash: 8b4895898f33eaae60e5178997f1970f0e7c587ccommit hash: 8b4895898f33eaae60e5178997f1970f0e7c587ccommit hash: 8b4895898f33eaae60e5178997f1970f0e7c587c files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
20151028
06 Jun 2022 12:25:36
commit hash: cb420cdf94d4648b6d2cbec10b6c7446b4da78b4commit hash: cb420cdf94d4648b6d2cbec10b6c7446b4da78b4commit hash: cb420cdf94d4648b6d2cbec10b6c7446b4da78b4commit hash: cb420cdf94d4648b6d2cbec10b6c7446b4da78b4 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
all: Take maintainership
20151028
06 Jun 2022 11:56:41
commit hash: 724071fda4787b1363ef25304c7d4eca2155d000commit hash: 724071fda4787b1363ef25304c7d4eca2155d000commit hash: 724071fda4787b1363ef25304c7d4eca2155d000commit hash: 724071fda4787b1363ef25304c7d4eca2155d000 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: return wg's ports to the pool after safekeeping his commit bit
20151028
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
20151028
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
20151028
25 Dec 2018 20:25:40
Revision:488341Original commit files touched by this commit
tcberner search for other commits by this committer
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
Revision:430454Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Cleanup BROKEN/IGNORE for 10.3-

Sponsored by:	Absolight
20151028
13 Apr 2016 17:08:14
Revision:413220Original commit files touched by this commit
amdmi3 search for other commits by this committer
- 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
Revision:411010Original commit files touched by this commit
rakuco search for other commits by this committer
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
Revision:409925Original commit files touched by this commit
mat search for other commits by this committer
The NCSA license was added to the list of known ones.

Sponsored by:	Absolight
20151028
04 Nov 2015 11:30:33
Revision:400736Original commit files touched by this commit
wg search for other commits by this committer
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

Number of commits found: 13