Re: devel/p5-Data-Alias segfaults, update to 1.16

2012-01-24 Thread Juha Erkkila
baah... should also remove devel/p5-Data-Alias/patches/patch-Alias_xs Index: devel/p5-Data-Alias/Makefile === RCS file: /usr/cvs/OpenBSD/ports/devel/p5-Data-Alias/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- devel/p5

devel/p5-Data-Alias segfaults, update to 1.16

2012-01-24 Thread Juha Erkkila
Hi, devel/p5-Data-Alias does not appear to be compatible with Perl 5.12. It is only needed by devel/p5-Data-Visitor which is happy with it according to commit log, but by itself this is not very good: $ perl -MData::Alias=alias -e 'alias { $x }' Segmentation fault (core dumped) Here's a trivial