From 6f0b043ef1bb587f6758024912820608e25ddf27 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 28 Mar 2015 11:52:01 +0000 Subject: [PATCH] Deprecate ports broken for more than 6 months --- games/spring/Makefile | 2 ++ games/springlobby/Makefile | 3 +++ games/wmfortune/Makefile | 2 ++ 3 files changed, 7 insertions(+) diff --git a/games/spring/Makefile b/games/spring/Makefile index 5bd0035b006c..06819dc9321a 100644 --- a/games/spring/Makefile +++ b/games/spring/Makefile @@ -23,6 +23,8 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ BUILD_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip BROKEN= Fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-04-30 # XXX: it should be possible to build it on i386, investigate # (currently link fails on undefined reference to __sync_fetch_and_add_8) ONLY_FOR_ARCHS= amd64 diff --git a/games/springlobby/Makefile b/games/springlobby/Makefile index 32e2a3a50ceb..23e8f9890148 100644 --- a/games/springlobby/Makefile +++ b/games/springlobby/Makefile @@ -14,6 +14,9 @@ COMMENT= Cross-platform lobby client for the Spring RTS project LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Depends on expiring games/spring +EXPIRATION_DATE= 2015-04-30 + RUN_DEPENDS= spring:${PORTSDIR}/games/spring LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libboost_thread.so:${PORTSDIR}/devel/boost-libs diff --git a/games/wmfortune/Makefile b/games/wmfortune/Makefile index a8248f28323c..3cad2a66b694 100644 --- a/games/wmfortune/Makefile +++ b/games/wmfortune/Makefile @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Dockapp that outputs fortune messages BROKEN= No public disfiles +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-04-30 PLIST_FILES= bin/wmfortune USES= gmake