On 2019/02/14 01:19, Alexander Bluhm wrote:
> Hi,
> 
> p5-YAML-Syck make test does a segmentation fault.  It uses wrong
> stdlib prototypes as it is confused by a new Perl config.h.  This
> can be patched.
> 
> While there, update to latest version, sort according to Makefile.template
> and take maintainer.
> 
> ok?

ok.

Searching over p5-* WRKDIRs in my unpacked ports source, I also
see these in p5-Convert-Binary but tests are successful.

p5-Convert-Binary-C-0.78/Convert-Binary-C-0.78/tests/include/perlinc/config.h
737:/* I_STRING:
741:#define I_STRING            /**/

p5-Convert-Binary-C-0.78/Convert-Binary-C-0.78/tests/include/perlinc/perl.h
909:#  if defined(I_STRING) || defined(__cplusplus)
976:#  if !defined(STANDARD_C) && !defined(I_STRING) && !defined(I_MEMORY)
992:#  if !defined(STANDARD_C) && !defined(I_STRING) && !defined(I_MEMORY)
1019:#  if !defined(STANDARD_C) && !defined(I_STRING) && !defined(I_MEMORY)


Reply via email to