diff --git a/devel/ds2/Makefile b/devel/ds2/Makefile index 9ef3173f0206..2d5a45ef2d1d 100644 --- a/devel/ds2/Makefile +++ b/devel/ds2/Makefile @@ -1,32 +1,35 @@ 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 .if ${COMPILER_TYPE} == "gcc" IGNORE= builds only on greater than 10.1 and with clang .endif .include