consistency.
o Add "-" prefix when invoking xmlcatmgr at post-install to
work around installation failure which is caused by above
bug.
Reported by: Kenneth W Cochran <kwc@TheWorld.com>,
sergei, hrs
o Fix hanging problems.
o Update Italian patch.
o Remove DocBook 3.0 patch and dependency.
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
PR: ports/50030
causing the handbook build to hang indefinitely for some people
(including myself), which doesn't happen with 1.73. This is more of a
band-aid than a real fix, but having an unbuildable handbook for many
people is a worse option at this point.
Requested by: murray
A patch-ab includes diffs for multiple files. Because this patch
will be merged in official distribution of future release. I think
adding 25 patch-?? temporally is bad thing.
Submitted by: nik
version of the Handbook).
Removed Japanese localisation patches (no longer needed, per e-mail with
Jun Kuriyama). Patched distfiles to work with DocBook 3.0, because we
haven't upgraded to 3.1 yet. Pointed distfile at www.freebsd.org/~nik,
as nwalsh.com appears to be having some problems.
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
Changes of my localizatoin:
o Rename l10n identifier from "jpja" to "ja".
o Add "ja" l10n for print target.
I hope these changes fix warning in print target for
non-japanese SGML files.