Index: head/databases/xapian-bindings12/Makefile =================================================================== --- head/databases/xapian-bindings12/Makefile (revision 499351) +++ head/databases/xapian-bindings12/Makefile (revision 499352) @@ -1,53 +1,55 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= xapian-bindings PORTVERSION= 1.2.25 PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet PKGNAMESUFFIX= 12 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bindings allowing Xapian to be used from various programming languages LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_RUBY25= yes + LIB_DEPENDS= libxapian.so:databases/xapian-core12 CONFLICTS= xapian-bindings OPTIONS_DEFINE= DOCS LUA PYTHON RUBY OPTIONS_DEFAULT=PYTHON RUBY OPTIONS_SUB= yes # BROKEN: ruby.h: error: wrong number of arguments specified for 'deprecated' attribute OPTIONS_EXCLUDE_powerpc64= RUBY PORTSCOUT= limitw:1,even CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR} \ --without-csharp --without-java --without-perl --without-tcl GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= libtool tar:xz PORTDOCS= * LUA_CONFIGURE_ENV= LUA="${LUA_CMD}" LUA_INC="${LUA_INCDIR}" LUA_LIB="${LUA_MODLIBDIR}" LUA_SO=.so LUA_CONFIGURE_WITH= lua LUA_USES= lua PYTHON_CONFIGURE_ENV= PYTHON_LIB=${PYTHON_SITELIBDIR} PYTHON_CONFIGURE_WITH= python PYTHON_USES= python:2.7 RUBY_CONFIGURE_WITH= ruby RUBY_USE= RUBY=yes post-patch: @${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure # do not install rdoc @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-data-local||' ${WRKSRC}/ruby/Makefile.in .include