1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

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)
This commit is contained in:
Tobias C. Berner 2016-07-16 14:24:24 +00:00
parent ce22e5e4d8
commit 2631cf80eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418633

View File

@ -3,7 +3,7 @@
PORTNAME= redland-bindings
PORTVERSION= 1.0.17.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://download.librdf.org/source/
@ -20,13 +20,10 @@ LIB_DEPENDS= librdf.so:textproc/redland
GNU_CONFIGURE= yes
USES= pkgconfig
OPTIONS_DEFINE= PERL PHP PYTHON RUBY
OPTIONS_DEFINE= PHP PYTHON RUBY
OPTIONS_DEFAULT=PYTHON
OPTIONS_SUB= yes
PERL_CONFIGURE_WITH= perl
PERL_USES= perl5
PERL_USE= PERL5=build,run
PHP_CONFIGURE_WITH= php
PHP_USES= php:build
PYTHON_CONFIGURE_WITH= python