Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Oct 2018 12:28:33 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481819 - head/devel/memleax
Message-ID:  <201810111228.w9BCSXkJ054749@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Oct 11 12:28:32 2018
New Revision: 481819
URL: https://svnweb.freebsd.org/changeset/ports/481819

Log:
  Mark devel/memleax as broken and deprecate it
  
  It does not appear to work correctly on supported FreeBSD versions.

Modified:
  head/devel/memleax/Makefile

Modified: head/devel/memleax/Makefile
==============================================================================
--- head/devel/memleax/Makefile	Thu Oct 11 12:23:37 2018	(r481818)
+++ head/devel/memleax/Makefile	Thu Oct 11 12:28:32 2018	(r481819)
@@ -11,6 +11,10 @@ COMMENT=	Debug memory leaks of running processes
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	does not actually detect leaks
+EXPIRATION_DATE=	2018-10-31
+BROKEN=		does not actually detect leaks
+
 LIB_DEPENDS=	libunwind.so:devel/libunwind
 BUILD_DEPENDS=	${LOCALBASE}/lib/libdwarf.a:devel/libdwarf
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810111228.w9BCSXkJ054749>