Index: branches/2017Q4/textproc/xqilla/Makefile =================================================================== --- branches/2017Q4/textproc/xqilla/Makefile (revision 451567) +++ branches/2017Q4/textproc/xqilla/Makefile (revision 451568) @@ -1,46 +1,48 @@ # Created by: vanilla@ # $FreeBSD$ PORTNAME= xqilla PORTVERSION= 2.3.3 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME} DISTNAME= XQilla-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= XQuery and XPath2 library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= fails to build + LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3 \ libtidy.so:www/tidy-lib USES= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xerces=${LOCALBASE} \ --with-faxpp=no \ --with-tidy=${LOCALBASE} INSTALL_TARGET= install-strip USE_LDCONFIG= yes OPTIONS_DEFINE= DOXYGEN DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ dot:graphics/graphviz DOXYGEN_ALL_TARGET= all docs post-patch: @${REINPLACE_CMD} -e \ 's|[[:blank:]]-R$$(xerces_lib)||' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ 's|[[:blank:]]-R$$with_.*"|"|' ${WRKSRC}/configure post-install-DOXYGEN-on: @(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} "*-api" \ ${STAGEDIR}${DOCSDIR}) @(cd ${STAGEDIR}${PREFIX} && ${FIND} ${DOCSDIR:S|${PREFIX}/||} \ ! -type d >> ${TMPPLIST}) .include Index: branches/2017Q4 =================================================================== --- branches/2017Q4 (revision 451567) +++ branches/2017Q4 (revision 451568) Property changes on: branches/2017Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r451565