diff options
author | swills <swills@FreeBSD.org> | 2012-09-09 09:40:47 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-09-09 09:40:47 +0800 |
commit | f8903a4683fe5551d5d07cc3da60540e3bdae232 (patch) | |
tree | 0a56d252d9234a398760cdd787fa4ebf3c214121 /devel | |
parent | 6c9b94cb2b4e2b1afe1be84648198e33756a4d66 (diff) | |
download | freebsd-ports-gnome-f8903a4683fe5551d5d07cc3da60540e3bdae232.tar.gz freebsd-ports-gnome-f8903a4683fe5551d5d07cc3da60540e3bdae232.tar.zst freebsd-ports-gnome-f8903a4683fe5551d5d07cc3da60540e3bdae232.zip |
- 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@
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Devel-Mallinfo/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/p5-Devel-Mallinfo/Makefile b/devel/p5-Devel-Mallinfo/Makefile index f6626976e6f5..08a828a47a58 100644 --- a/devel/p5-Devel-Mallinfo/Makefile +++ b/devel/p5-Devel-Mallinfo/Makefile @@ -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 |