K 10 svn:author V 8 tcberner K 8 svn:date V 27 2016-07-16T14:24:24.730270Z K 7 svn:log V 595 textproc/redland-bindings perl-binding has been broken for a long time. As there are no bug reports concering it -- and therefore no users, simply remove it, rather than investing time to fix it. It does not build with at least perl-5.20. 1) it #udefs bool in CORE_wrap.c and then has issues with bool not being defined... ==> we could just remove the #undef similar to patch-SAML_wrap.c of security/p5-Net-SaML introduced in pr 194865 . 2) it fails to link against -lperl as /usr/local/lib/perl5/5.20/mach/CORE is not passed to the linker. Approved by: rakuco (mentor) END