Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* bug fixes
|
|
|
|
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
|
|
* XPath fixes (William), xf:escape-uri() (Wesley Terpstra)
* Python binding fixes: makefiles (William), generator, rpm build, x86-64 (fcrozat)
* HTML <style> and boolean attributes serializer fixes
* C14N improvements by Aleksey
* doc cleanups: Rick Jones
* Windows compiler makefile updates: Igor and Elizabeth Barham
* XInclude: implementation of fallback and xml:base fixup added
|
|
buildlink2.mk files back into the main trunk. This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
|
|
Changes since 2.4.21:
* performances patches: Peter Jacobi
* c14n fixes, testsuite and performances: Aleksey Sanin
* added xmlDocFormatDump: Chema Celorio
* new tutorial: John Fleck
* new hash functions and performances: Sander Vesik, portability fix
from Peter Jacobi
* a number of bug fixes: XPath (William Brack, Richard Jinks), XML and
HTML parsers, ID lookup function
* removal of all remaining sprintf: Aleksey Sanin
* a number of bug fixes: configure scripts, base handling, parser, memory
usage, HTML parser, XPath, documentation (Christian Cornelssen),
indentation, URI parsing
* Optimizations for XMLSec, fixing and making public some of the network
protocol handlers (Aleksey)
* performance patch from Gary Pennington
* Charles Bozeman provided date and time support for XML Schemas datatypes
|
|
|
|
does not create the directory (any longer?).
Be a bit defensive about this and add -I${BUILDLINK_DIR}/include/libxml
to BUILDLINK_CONFIG_WRAPPER_SED, while letting -I${BUILDLINK_DIR}/include
stay, too.
XXX: This should be revisited, and the packages depending on libxml2 be fixed
(either way); for now, this change fixes libwmf, ogle, and ogle_gui (and
perhaps others), while not changing the situation for kdelibs2 (which
I didn't want to test because it's too big).
Per a discussion with Johnny Lam.
|
|
|
|
* lots of bug fixes
|
|
* several bug fixes
* documentation fixes
(ChangeLog is almost 200 lines for 2.4.12 -> 2.4.13)
|
|
Changes from 2.4.10 are various bug fixes and it become over 4000 bytes.
Please look at libxml2-2.4.12/ChangeLog in detail.
|
|
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.
Example #1:
DISTNAME= foo-X.Y
PKGREVISION= Z
=> PKGNAME= foo-X.YnbZ
Example #2:
DISTNAME= barthing-X.Y
PKGNAME= bar-X.Y
PKGREVISION= Z
=> PKGNAME= bar=X.YnbZ (!)
On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
|
|
in the "kdelibs2" package.
|
|
- URI escaping fix (Joel Young)
- added xmlGetNodePath() (for paths or XPointers generation)
- Fixes namespace handling problems when using DTD and validation
improvements on xmllint: Morus Walter patches for --format and
--encode, Stefan Kost and Heiko Rupp improvements on the --shell
- fixes for xmlcatalog linking pointed by Weiqi Gao
- fixes to the HTML parser
- fixes more catalog bugs
- avoid a compilation problem, improve xmlGetLineNo()
- fixed SGML catalogs broken in previous release, updated xmlcatalog
tool
- fixed a compile errors and some includes troubles.
- exported some debugging interfaces
- serious rewrite of the catalog code
- integrated Gary Pennington thread safety patch, added configure option
and regression tests
- removed an HTML parser bug
- fixed a couple of potentially serious validation bugs
- integrated the SGML DocBook support in xmllint
- changed the nanoftp anonymous login passwd
- some I/O cleanup and a couple of interfaces for Perl wrapper
- general bug fixes
- updated xmllint man page by John Fleck
- some VMS and Windows updates
This will hopefully fix PR pkg/14336.
|
|
|
|
minor API enhancements, and updated documentation.
|
|
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and
*.pc.
|
|
installed files. We don't want buildlink references to escape into the
install directory.
|
|
|
|
* Bug fixes.
* Do not output hexadecimal charrefs when serializing HTML since some version
of Netscape can't grok it, generate decimal ones.
* Moved includes to includedir/libxml2/libxml.
* Added a --convert option to xmlcatalog to convert SGML ones to the XML
syntax.
* Added a catalog PI.
|
|
-I/usr/pkg/include/libxml2/libxml -I/usr/pkg/include/libxml2
so that the libxml2 headers may be found as either <...> or <libxml/...>.
|
|
pkg/13929 where xml2-config lies about the location of the libxml2
headers. "xml2-config --cflags" now returns:
-I/usr/pkg/include/libxml2/libxml -I/usr/pkg/include
which correctly finds the libxml2 headers. When using buildlink, the
config wrapper xml2-config returns:
-I${BUILDLINK_DIR}/include/libxml -I/usr/pkg/include
which correctly finds the libxml2 headers in their buildlinked locations.
|
|
touched to find the includes/libraries.
|
|
Changes: Bugfixes and speedups, details at http://xmlsoft.org (News).
|
|
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and
MAKE_ENV. We remove the check for GNU_CONFIGURE because if a package
Makefile includes the buildlink.mk file, then it most likely wants to use
the config script wrappers as well. Change suggested by Hubert Feyrer
(hubertf) and Tomasz Luchowski (zuntum).
|
|
installation directory in case the package isn't installed.
|
|
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
|
|
USE_BUILDLINK_ONLY.
|
|
|
|
library. Provided in PR pkg/13338 by Martti Kuparinen
<martti.kuparinen@iki.fi>, thanks!
|