svn commit: r331620 - head/textproc/xmlto
Matthias Andree
mandree at FreeBSD.org
Fri Oct 25 18:18:34 UTC 2013
Author: mandree
Date: Fri Oct 25 18:18:33 2013
New Revision: 331620
URL: http://svnweb.freebsd.org/changeset/ports/331620
Log:
Mark DBLATEX unbroken. PASSIVETEX has issues with underscores in texts that seem OK with dblatex and if fo is postprocessed by fop.
Modified:
head/textproc/xmlto/Makefile
Modified: head/textproc/xmlto/Makefile
==============================================================================
--- head/textproc/xmlto/Makefile Fri Oct 25 18:04:26 2013 (r331619)
+++ head/textproc/xmlto/Makefile Fri Oct 25 18:18:33 2013 (r331620)
@@ -24,7 +24,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
# TODO: make this a group for PDF output?
OPTIONS_DEFINE= DBLATEX FOP PASSIVETEX
-DBLATEX_DESC= - BROKEN - Add dependency on Dblatex
+DBLATEX_DESC= Add dependency on Dblatex
FOP_DESC= Add dependency on FOP (needs Java)
PASSIVETEX_DESC= - BROKEN - Add dependency on PassiveTeX
@@ -59,7 +59,6 @@ CONFIGURE_ARGS+= --with-backend=fop
RUN_DEPENDS+= ${LOCALBASE}/bin/dblatex:${PORTSDIR}/textproc/dblatex
.if ! ${PORT_OPTIONS:MFOP}
CONFIGURE_ARGS+= --with-backend=dblatex
-BROKEN= the dblatex option is currently broken
.endif
.endif
More information about the svn-ports-head
mailing list