svn commit: r481819 - head/devel/memleax

Tobias Kortkamp tobik at FreeBSD.org
Thu Oct 11 12:28:33 UTC 2018


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
 


More information about the svn-ports-all mailing list