From owner-svn-ports-all@FreeBSD.ORG Sun Apr 27 15:26:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC28FE3F; Sun, 27 Apr 2014 15:26:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 967901FC0; Sun, 27 Apr 2014 15:26:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3RFQDPV001632; Sun, 27 Apr 2014 15:26:13 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3RFQDam001630; Sun, 27 Apr 2014 15:26:13 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201404271526.s3RFQDam001630@svn.freebsd.org> From: Antoine Brodin Date: Sun, 27 Apr 2014 15:26:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352431 - in head: devel/clint math/py-graphtool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2014 15:26:13 -0000 Author: antoine Date: Sun Apr 27 15:26:12 2014 New Revision: 352431 URL: http://svnweb.freebsd.org/changeset/ports/352431 QAT: https://qat.redports.org/buildarchive/r352431/ Log: Deprecate ports broken for more than 6 months With hat: portmgr Modified: head/devel/clint/Makefile head/math/py-graphtool/Makefile Modified: head/devel/clint/Makefile ============================================================================== --- head/devel/clint/Makefile Sun Apr 27 15:25:37 2014 (r352430) +++ head/devel/clint/Makefile Sun Apr 27 15:26:12 2014 (r352431) @@ -25,6 +25,8 @@ USES= gmake INFO= clint MAKE_JOBS_UNSAFE= yes BROKEN= fails to find python.h +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2014-05-27 post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ Modified: head/math/py-graphtool/Makefile ============================================================================== --- head/math/py-graphtool/Makefile Sun Apr 27 15:25:37 2014 (r352430) +++ head/math/py-graphtool/Makefile Sun Apr 27 15:26:12 2014 (r352431) @@ -30,6 +30,8 @@ NO_STAGE= yes .include BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2014-05-27 .if ${ARCH} == "powerpc" BROKEN= Does not compile on powerpc: exhausts virtual memory