svn commit: r303945 - head/devel/p5-Devel-Mallinfo
Steve Wills
swills at FreeBSD.org
Sun Sep 9 01:40:48 UTC 2012
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 at 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
More information about the svn-ports-head
mailing list