freebsd-ports/textproc/xmlto/files/patch-xmlto.in
Matthias Andree 8817c037df Update to new upstream release 0.0.25. Changes:
fix possible conflict in manpage generation
    fix the issue with fop/fop1 extensions support
    fix support for external data objects (images) with fop

Local change: fix the --noextensions option.

Note: This also fixes the PDF generation in x11-toolkits/libXaw.
2012-02-09 01:18:20 +00:00

11 lines
519 B
Text

--- ./xmlto.in.orig 2012-02-09 02:08:09.000000000 +0100
+++ ./xmlto.in 2012-02-09 02:08:09.000000000 +0100
@@ -262,7 +262,7 @@
# Process any options
ARGS=$(${GETOPT} \
- --longoptions=help,version,extensions,searchpath:,skip-validation,stringparam:,noclean,noautosize,with-fop,with-dblatex \
+ --longoptions=help,version,extensions,noextensions,searchpath:,skip-validation,stringparam:,noclean,noautosize,with-fop,with-dblatex \
-n xmlto -- x:m:o:p:v "$@")
[ $? != 0 ] && { usage; exit 1; }
eval set -- "$ARGS"