From 3d95630884fa7c8a9699c917bb830ed66324c4e6 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 14 Feb 2010 02:38:36 +0000 Subject: [PATCH] - Mark BROKEN, DEPRECATED and schedule for removal in 1 month: the port is unuseable as it crashes on loading any webpage, has no maintainer and had no releases since 2001 PR: 143839 Submitted by: Ruslan Mahmatkhanov --- www/cheetah/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/cheetah/Makefile b/www/cheetah/Makefile index dc2e6eb36aa4..e46215f31617 100644 --- a/www/cheetah/Makefile +++ b/www/cheetah/Makefile @@ -26,6 +26,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFLICTS= py??-cheetah-[0-9]* +# XXX: when removing this port, don't forget to also remove needless +# CONFLICTS from devel/py-cheetah +BROKEN= crashes on loading any webpage +DEPRECATED= broken, unmaintained, development ceased in 2001 +EXPIRATION_DATE=2010-03-14 + post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure