# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 perl5.setup Devel-MAT-Dumper 0.49 ../../authors/id/P/PE/PEVANS revision 0 license {Artistic-1 GPL} maintainers {devans @dbevans} openmaintainer description Devel::MAT::Dumper - write a heap dump file for later analysis long_description {*}${description} checksums rmd160 481f8c91ee8d0c6591fc25befa37fafea0b12346 \ sha256 c8cfff7ed3ffd8f08cfdae02682847a1fb4c594518aa6e13080ada9e2623b2b2 \ size 39152 if {${perl5.major} != ""} { perl5.use_module_build # Dumper.xs: error: ‘for’ loop initial declaration used outside C99 mode # However just passing -std=c99 is not enough, it still fails: # Dumper.xs: error: ‘DMDNamedField’ has no member named ‘ptr’ compiler.blacklist-append \ *gcc-4.* }