aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-04-06 13:49:03 +0000
committerRene Ladan <rene@FreeBSD.org>2024-04-06 13:49:03 +0000
commitadeb35eb3f64b987555a62e54dae4955a4ca5b2b (patch)
tree047f2dc376bfb33299443b055c8c98cc5d83ac95
parente3f43be3b68055420ce756baeefbfee48fb5e048 (diff)
devel/ds2: Remove expired port
2024-04-06 devel/ds2: Upstream deprecated and archived
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/ds2/Makefile35
-rw-r--r--devel/ds2/distinfo2
-rw-r--r--devel/ds2/files/patch-Sources_Host_POSIX_Platform.cpp10
-rw-r--r--devel/ds2/pkg-descr2
6 files changed, 1 insertions, 50 deletions
diff --git a/MOVED b/MOVED
index 53482bd554c9..6717b094addd 100644
--- a/MOVED
+++ b/MOVED
@@ -3161,3 +3161,4 @@ misc/xgas||2024-04-06|Has expired: SUNSITE is no longer maintained
devel/dmucs||2024-04-06|Has expired: Unmaintained, upstream last release was in 2006
multimedia/mjpg-streamer||2024-04-06|Has expired: Unmaintained for a long time and does not work
irc/tircproxy||2024-04-06|Has expired: Unmaintained, dead upstream, vaporized from the net
+devel/ds2||2024-04-06|Has expired: Upstream deprecated and archived
diff --git a/devel/Makefile b/devel/Makefile
index 0a4ad492094b..176877050e4f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -580,7 +580,6 @@
SUBDIR += dparser
SUBDIR += dra
SUBDIR += dragon
- SUBDIR += ds2
SUBDIR += dsymbol
SUBDIR += dtool
SUBDIR += dub
diff --git a/devel/ds2/Makefile b/devel/ds2/Makefile
deleted file mode 100644
index 2d5a45ef2d1d..000000000000
--- a/devel/ds2/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-PORTNAME= ds2
-PORTVERSION= 20151028
-CATEGORIES= devel
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= Debug server for lldb
-WWW= https://github.com/facebook/ds2
-
-LICENSE= NCSA
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Upstream deprecated and archived
-EXPIRATION_DATE= 2024-04-06
-
-USE_GITHUB= yes
-GH_ACCOUNT= facebook
-GH_TAGNAME= 52c45f3
-
-ONLY_FOR_ARCHS= amd64
-ONLY_FOR_ARCHS_REASON= the ptrace code only has an amd64 backend
-
-USES= cmake:insource compiler
-
-PLIST_FILES= bin/ds2
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ds2 ${STAGEDIR}${PREFIX}/bin/
-
-.include <bsd.port.pre.mk>
-
-.if ${COMPILER_TYPE} == "gcc"
-IGNORE= builds only on greater than 10.1 and with clang
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/devel/ds2/distinfo b/devel/ds2/distinfo
deleted file mode 100644
index 91e0882fb83b..000000000000
--- a/devel/ds2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (facebook-ds2-20151028-52c45f3_GH0.tar.gz) = 9f14200a2cedb946429021cec37337442d02158ca25c530cca15f8a42fb6d9fa
-SIZE (facebook-ds2-20151028-52c45f3_GH0.tar.gz) = 218024
diff --git a/devel/ds2/files/patch-Sources_Host_POSIX_Platform.cpp b/devel/ds2/files/patch-Sources_Host_POSIX_Platform.cpp
deleted file mode 100644
index 366116901eb0..000000000000
--- a/devel/ds2/files/patch-Sources_Host_POSIX_Platform.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- Sources/Host/POSIX/Platform.cpp.orig 2015-10-28 07:56:02 UTC
-+++ Sources/Host/POSIX/Platform.cpp
-@@ -12,6 +12,7 @@
- #include "DebugServer2/Host/Platform.h"
- #include "DebugServer2/Utils/Log.h"
-
-+#include <cerrno>
- #include <cstring>
- #include <fcntl.h>
- #include <grp.h>
diff --git a/devel/ds2/pkg-descr b/devel/ds2/pkg-descr
deleted file mode 100644
index b749862b68ef..000000000000
--- a/devel/ds2/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-ds2 is a debug server designed to be used with LLDB to perform remote debugging
-of Linux, Android, FreeBSD and Windows targets.