Date: Sun, 9 Sep 2012 01:40:47 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303945 - head/devel/p5-Devel-Mallinfo Message-ID: <201209090140.q891el3Y086885@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Sep 9 01:40:47 2012 New Revision: 303945 URL: http://svn.freebsd.org/changeset/ports/303945 Log: - Mark deprecated since it does not work on FreeBSD. The mallinfo() function is a GNU libc function and is not available on FreeBSD. See the build log here: http://pointyhat.freebsd.org/errorlogs/amd64-9-exp-full-logs/p5-Devel-Mallinfo-11.log which states: WARNING: mallinfo() not available WARNING: Devel::Mallinfo will do nothing - Set Expiration for 1 month With hat: perl@ Modified: head/devel/p5-Devel-Mallinfo/Makefile (contents, props changed) Modified: head/devel/p5-Devel-Mallinfo/Makefile ============================================================================== --- head/devel/p5-Devel-Mallinfo/Makefile Sun Sep 9 01:38:13 2012 (r303944) +++ head/devel/p5-Devel-Mallinfo/Makefile Sun Sep 9 01:40:47 2012 (r303945) @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= mosconi.rmg@gmail.com.br COMMENT= Perl module of mallinfo() memory statistics and more +DEPRECATED= Does not work on FreeBSD, mallinfo() is a GNU libc function and is not available on FreeBSD +EXPIRATION_DATE= 20121008 + PERL_CONFIGURE= yes MAN3= Devel::Mallinfo.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209090140.q891el3Y086885>