mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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.
This commit is contained in:
parent
6d6b2f689b
commit
8817c037df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290755
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= xmlto
|
||||
PORTVERSION= 0.0.24
|
||||
PORTVERSION= 0.0.25
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= https://fedorahosted.org/releases/x/m/xmlto/
|
||||
|
||||
@ -51,7 +51,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/share/texmf-local/tex/passivetex/fotex.sty:${PORTSD
|
||||
.endif
|
||||
|
||||
.if defined(WITH_FOP)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/fop:${PORTSDIR}/textproc/fop
|
||||
RUN_DEPENDS+= fop>=0.90:${PORTSDIR}/textproc/fop
|
||||
CONFIGURE_ARGS+= --with-backend=fop
|
||||
.endif
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (xmlto-0.0.24.tar.bz2) = 30f59f4cc87a5e86f74fc1d2e63ceb6adc7a260d438e0439689efc2588976e13
|
||||
SIZE (xmlto-0.0.24.tar.bz2) = 111860
|
||||
SHA256 (xmlto-0.0.25.tar.bz2) = 361cb70d5d0b4b753db00b67ed8bc1d53d0bc96c407d0310aefe854470b7e536
|
||||
SIZE (xmlto-0.0.25.tar.bz2) = 116496
|
||||
|
11
textproc/xmlto/files/patch-xmlto.in
Normal file
11
textproc/xmlto/files/patch-xmlto.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./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"
|
Loading…
Reference in New Issue
Block a user