summaryrefslogtreecommitdiff
path: root/textproc/py-libxml2/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-12-30PKGREVISION shouldn't be in Makefile.common, even though the last twodholland1-1/+2
bumps applied to both users.
2016-05-27Use Makefile.common from textproc/libxml2pgoyette1-7/+3
2016-05-27Synchronize py-libxml2 with recent update of libxml2 to version 2.9.4pgoyette1-2/+2
2015-11-23Udate py-libxml2 to 2.9.3 to match libxml2.wiz1-2/+2
2014-10-20sync w/ base pkgdrochner1-2/+2
2014-03-13Set USE_GCC_RUNTIME=yes for packages which build shared libraries but dojperkin1-1/+3
not use libtool to do so. This is required to correctly depend upon a gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-3/+1
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2013-10-03Enable Python 3prlw11-1/+3
2013-05-26Updated textproc/py-libxml2 to 2.9.1adam1-2/+2
2013-04-06"Each sed command should appear in an assignment of its own."rodent1-4/+4
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-10Update to 2.9.0: same changes as for libxml2 itself.wiz1-3/+3
2012-07-01Update to 2.8.0:wiz1-4/+3
2.8.0: May 23 2012 Features: - add lzma compression support (Anders F Bjorklund) Documentation: xmlcatalog: Add uri and delegateURI to possible add types in man page. (Ville Skyttä), Update README.tests (Daniel Veillard), URI handling code is not OOM resilient (Daniel Veillard), Fix an error in comment (Daniel Veillard), Fixed bug #617016 (Daniel Mustieles), Fixed two typos in the README document (Daniel Neel), add generated html files (Anders F Bjorklund), Clarify the need to use xmlFreeNode after xmlUnlinkNode (Daniel Veillard), Improve documentation a bit (Daniel Veillard), Updated URL for lxml python bindings (Daniel Veillard) Portability: Restore code for Windows compilation (Daniel Veillard), Remove git error message during configure (Christian Dywan), xmllint: Build fix for endTimer if !defined(HAVE_GETTIMEOFDAY) (Patrick R. Gansterer), remove a bashism in confgure.in (John Hein), undef ERROR if already defined (Patrick R. Gansterer), Fix library problems with mingw-w64 (Michael Cronenworth), fix windows build. ifdef addition from bug 666491 makes no sense (Rob Richards), prefer native threads on win32 (Sam Thursfield), Allow to compile with Visual Studio 2010 (Thomas Lemm), Fix mingw's snprintf configure check (Andoni Morales), fixed a 64bit big endian issue (Marcus Meissner), Fix portability failure if netdb.h lacks NO_ADDRESS (Daniel Veillard), Fix windows build from lzma addition (Rob Richards), autogen: Only check for libtoolize (Colin Walters), Fix the Windows build files (Patrick von Reth), 634846 Remove a linking option breaking Windows VC10 (Daniel Veillard), 599241 fix an initialization problem on Win64 (Andrew W. Nosenko), fix win build (Rob Richards) Bug fixes: Part for rand_r checking missing (Daniel Veillard), Cleanup on randomization (Daniel Veillard), Fix undefined reference in python module (Pacho Ramos), Fix a race in xmlNewInputStream (Daniel Veillard), Fix weird streaming RelaxNG errors (Noam), Fix various bugs in new code raised by the API checking (Daniel Veillard), Fix various problems with "make dist" (Daniel Veillard), Fix a memory leak in the xzlib code (Daniel Veillard), HTML parser error with <noscript> in the <head> (Denis Pauk), XSD: optional element in complex type extension (Remi Gacogne), Fix html serialization error and htmlSetMetaEncoding() (Daniel Veillard), Fix a wrong return value in previous patch (Daniel Veillard), Fix an uninitialized variable use (Daniel Veillard), Fix a compilation problem with --minimum (Brandon Slack), Remove redundant and ungarded include of resolv.h (Daniel Veillard), xinclude with parse="text" does not use the entity loader (Shaun McCance), Allow to parse 1 byte HTML files (Denis Pauk), Patch that fixes the skipping of the HTML_PARSE_NOIMPLIED flag (Martin Schröder), Avoid memory leak if xmlParserInputBufferCreateIO fails (Lin Yi-Li), Prevent an infinite loop when dumping a node with encoding problems (Timothy Elliott), xmlParseNodeInContext problems with an empty document (Tim Elliott), HTML element position is not detected propperly (Pavel Andrejs), Fix an off by one pointer access (Jüri Aedla), Try to fix a problem with entities in SAX mode (Daniel Veillard), Fix a crash with xmllint --path on empty results (Daniel Veillard), Fixed bug #667946 (Daniel Mustieles), Fix a logic error in Schemas Component Constraints (Ryan Sleevi), Fix a wrong enum type use in Schemas Types (Nico Weber), Fix SAX2 builder in case of undefined attributes namespace (Daniel Veillard), Fix SAX2 builder in case of undefined element namespaces (Daniel Veillard), fix reference to STDOUT_FILENO on MSVC (Tay Ray Chuan), fix a pair of possible out of array char references (Daniel Veillard), Fix an allocation error when copying entities (Daniel Veillard), Make sure the parser returns when getting a Stop order (Chris Evans), Fix some potential problems on reallocation failures(parser.c) (Xia Xinfeng), Fix a schema type duration comparison overflow (Daniel Veillard), Fix an unimplemented part in RNG value validation (Daniel Veillard), Fix missing error status in XPath evaluation (Daniel Veillard), Hardening of XPath evaluation (Daniel Veillard), Fix an off by one error in encoding (Daniel Veillard), Fix RELAX NG include bug #655288 (Shaun McCance), Fix XSD validation bug #630130 (Toyoda Eizi), Fix some potential problems on reallocation failures (Chris Evans), __xmlRaiseError: fix use of the structured callback channel (Dmitry V. Levin), __xmlRaiseError: fix the structured callback channel's data initialization (Dmitry V. Levin), Fix memory corruption when xmlParseBalancedChunkMemoryInternal is called from xmlParseBalancedChunk (Rob Richards), Small fix for previous commit (Daniel Veillard), Fix a potential freeing error in XPath (Daniel Veillard), Fix a potential memory access error (Daniel Veillard), Reactivate the shared library versionning script (Daniel Veillard) Improvements: use mingw C99 compatible functions {v}snprintf instead those from MSVC runtime (Roumen Petrov), New symbols added for the next release (Daniel Veillard), xmlTextReader bails too quickly on error (Andy Lutomirski), Use a hybrid allocation scheme in xmlNodeSetContent (Conrad Irwin), Use buffers when constructing string node lists. (Conrad Irwin), Add HTML parser support for HTML5 meta charset encoding declaration (Denis Pauk), wrong message for double hyphen in comment XML error (Bryan Henderson), Fix "make tst" to grab lzma lib too (Daniel Veillard), Add "whereis" command to xmllint shell (Ryan), Improve xmllint shell (Ryan), add function xmlTextReaderRelaxNGValidateCtxt() (Noam Postavsky), Add --system support to autogen.sh (Daniel Veillard), Add hash randomization to hash and dict structures (Daniel Veillard), included xzlib in dist (Anders F Bjorklund), move xz/lzma helpers to separate included files (Anders F Bjorklund), add generated devhelp files (Anders F Bjorklund), add XML_WITH_LZMA to api (Anders F Bjorklund), autogen.sh: Honor NOCONFIGURE environment variable (Colin Walters), Improve the error report on undefined REFs (Daniel Veillard), Add exception for new W3C PI xml-model (Daniel Veillard), Add options to ignore the internal encoding (Daniel Veillard), testapi: use the right type for the check (Stefan Kost), various: handle return values of write calls (Stefan Kost), testWriter: xmltefan Kost), xmlmemory: add a cast as size_t has no portable printf modifier (Stefan Kost), __xmlRaiseError: remove redundant schannel initialization (Dmitry V. Levin), __xmlRaiseError: do cheap code check early (Dmitry V. Levin) Cleanups: Cleanups be Weber), Cleanups of lzma support (Daniel Veillard), Augment the list of ignored files (Daniel Veillard), python: remove unused variable (Stefan Kost), python: flag two unused args (Stefan Kost), configure: acconfig.h is deprecated since autoconf-2.50 (Stefan Kost), xpath: remove unused variable (Stefan Kost)
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-02-07distutils pkg, register egg-info.obache1-3/+5
Bump PKGREVISION.
2011-12-02Revert, since it leaves packages with unresolvable dependencies.joerg1-3/+1
2011-11-29py-libxml2 is incompatible with python-3.1.minskim1-1/+3
2010-11-26sync w/ base pkgdrochner1-2/+2
2010-04-15add a build dependency on py-expat so the build doesn't fail with this message:jmcneill1-1/+3
failed to find and generate stubs for libxml2, aborting ... <class 'xml.sax._exceptions.SAXReaderNotAvailable'> No parsers found *** Error code 1 Stop. make: stopped in /usr/pkgsrc/textproc/py-libxml2
2010-04-13sync w/ base pkgdrochner1-2/+2
2009-10-31Update to 2.7.6:wiz1-2/+3
2.7.6: Oct 6 2009: - Bug Fixes: Restore thread support in default configuration (Andrew W. Nosenko), URI with no path parsing problem (Daniel Veillard), Minor patch for conditional defines in threads.c (Eric Zurcher) 2.7.5: Sep 24 2009: - Bug Fixes: Restore behavior of --with-threads without argument (Andrew W. Nosenko), Fix memory leak when doc is NULL (Rob Richards), 595792 fixing a RelaxNG bug introduced in 2.7.4 (Daniel Veillard), Fix a Relaxng bug raised by libvirt test suite (Daniel Veillard), Fix a parsing problem with little data at startup (Daniel Veillard), link python module with python library (Frederic Crozat), 594874 Forgot an fclose in xmllint (Daniel Veillard) - Cleanup: Adding symbols.xml to EXTRA_DIST (Daniel Veillard) 2.7.4: Sep 10 2009: - Improvements: Switch to GIT (GNOME), Add symbol versioning to libxml2 shared libs (Daniel Veillard) - Portability: 593857 try to work around thread pbm MinGW 4.4 (Daniel Veillard), 594250 rename ATTRIBUTE_ALLOC_SIZE to avoid clashes (Daniel Veillard), Fix Windows build * relaxng.c: fix windows build (Rob Richards), Fix the globals.h to use XMLPUBFUN (Paul Smith), Problem with extern extern in header (Daniel Veillard), Add -lnetwork for compiling on Haiku (Scott McCreary), Runtest portability patch for Solaris (Tim Rice), Small patch to accomodate the Haiku OS (Scott McCreary), 584605 package VxWorks folder in the distribution (Daniel Veillard), 574017 Realloc too expensive on most platform (Daniel Veillard), Fix windows build (Rob Richards), 545579 doesn't compile without schema support (Daniel Veillard), xmllint use xmlGetNodePath when not compiled in (Daniel Veillard), Try to avoid __imp__xmlFree link trouble on msys (Daniel Veillard), Allow to select the threading system on Windows (LRN), Fix Solaris binary links, cleanups (Daniel Veillard), Bug 571059 – MSVC doesn't work with the bakefile (Intron), fix ATTRIBUTE_PRINTF header clash (Belgabor and Mike Hommey), fixes for Borland/CodeGear/Embarcadero compilers (Eric Zurcher) - Documentation: 544910 typo: "renciliateNs" (Leonid Evdokimov), Add VxWorks to list of OSes (Daniel Veillard), Regenerate the documentation and update for git (Daniel Veillard), 560524 ¿ xmlTextReaderLocalName description (Daniel Veillard), Added sponsoring by AOE media for the server (Daniel Veillard), updated URLs for GNOME (Vincent Lefevre), more warnings about xmlCleanupThreads and xmlCleanupParser (Daniel Veillard) - Bug fixes: 594514 memory leaks - duplicate initialization (MOD), Wrong block opening in htmlNodeDumpOutputInternal (Daniel Veillard), 492317 Fix Relax-NG validation problems (Daniel Veillard), 558452 fight with reg test and error report (Daniel Veillard), 558452 RNG compilation of optional multiple child (Daniel Veillard), 579746 XSD validation not correct / nilable groups (Daniel Veillard), 502960 provide namespace stack when parsing entity (Daniel Veillard), 566012 part 2 fix regresion tests and push mode (Daniel Veillard), 566012 autodetected encoding and encoding conflict (Daniel Veillard), 584220 xpointer(/) and xinclude problems (Daniel Veillard), 587663 Incorrect Attribute-Value Normalization (Daniel Veillard), 444994 HTML chunked failure for attribute with <> (Daniel Veillard), Fix end of buffer char being split in XML parser (Daniel Veillard), Non ASCII character may be split at buffer end (Adiel Mittmann), 440226 Add xmlXIncludeProcessTreeFlagsData API (Stefan Behnel), 572129 speed up parsing of large HTML text nodes (Markus Kull), Fix HTML parsing with 0 character in CDATA (Daniel Veillard), Fix SetGenericErrorFunc and SetStructured clash (Wang Lam), 566012 Incomplete EBCDIC parsing support (Martin Kogler), 541335 HTML avoid creating 2 head or 2 body element (Daniel Veillard), 541237 error correcting missing end tags in HTML (Daniel Veillard), 583439 missing line numbers in push mode (Daniel Veillard), 587867 xmllint --html --xmlout serializing as HTML (Daniel Veillard), 559501 avoid select and use poll for nanohttp (Raphael Prevost), 559410 - Regexp bug on (...)? constructs (Daniel Veillard), Fix a small problem on previous HTML parser patch (Daniel Veillard), 592430 - HTML parser runs into endless loop (Daniel Veillard), 447899 potential double free in xmlFreeTextReader (Daniel Veillard), 446613 small validation bug mixed content with NS (Daniel Veillard), Fix the problem of revalidating a doc with RNG (Daniel Veillard), Fix xmlKeepBlanksDefault to not break indent (Nick Wellnhofer), 512131 refs from externalRef part need to be added (Daniel Veillard), 512131 crash in xmlRelaxNGValidateFullElement (Daniel Veillard), 588441 allow '.' in HTML Names even if invalid (Daniel Veillard), 582913 Fix htmlSetMetaEncoding() to be nicer (Daniel Veillard), 579317 Try to find the HTML encoding information (Daniel Veillard), 575875 don't output charset=html (Daniel Veillard), 571271 fix semantic of xsd:all with minOccurs=0 (Daniel Veillard), 570702 fix a bug in regexp determinism checking (Daniel Veillard), 567619 xmlValidateNotationUse missing param test (Daniel Veillard), 574393 ¿ utf-8 filename magic for compressed files (Hans Breuer), Fix a couple of problems in the parser (Daniel Veillard), 585505 ¿ Document ids and refs populated by XSD (Wayne Jensen), 582906 XSD validating multiple imports of the same schema (Jason Childs), Bug 582887 ¿ problems validating complex schemas (Jason Childs), Bug 579729 ¿ fix XSD schemas parsing crash (Miroslav Bajtos), 576368 ¿ htmlChunkParser with special attributes (Jiri Netolicky), Bug 565747 ¿ relax anyURI data character checking (Vincent Lefevre), Preserve attributes of include start on tree copy (Petr Pajas), Skip silently unrecognized XPointer schemes (Jakub Wilk), Fix leak on SAX1, xmllint --sax1 option and debug (Daniel Veillard), potential NULL dereference on non-glibc (Jim Meyering), Fix an XSD validation crash (Daniel Veillard), Fix a regression in streaming entities support (Daniel Veillard), Fix a couple of ABI issues with C14N 1.1 (Aleksey Sanin), Aleksey Sanin support for c14n 1.1 (Aleksey Sanin), reader bug fix with entities (Daniel Veillard), use options from current parser ctxt for external entities (Rob Richards), 581612 use %s to printf strings (Christian Persch), 584605 change the threading initialization sequence (Igor Novoseltsev), 580705 keep line numbers in HTML parser (Aaron Patterson), 581803 broken HTML table attributes init (Roland Steiner), do not set error code in xmlNsWarn (Rob Richards), 564217 fix structured error handling problems, reuse options from current parser for entities (Rob Richards), xmlXPathRegisterNs should not allow enpty prefixes (Daniel Veillard), add a missing check in xmlAddSibling (Kris Breuker), avoid leaks on errors (Jinmei Tatuya) - Cleanup: Chasing dead assignments reported by clang-scan (Daniel Veillard), A few more safety cleanup raised by scan (Daniel Veillard), Fixing assorted potential problems raised by scan (Daniel Veillard), Potential uninitialized arguments raised by scan (Daniel Veillard), Fix a bunch of scan 'dead increments' and cleanup (Daniel Veillard), Remove a pedantic warning (Daniel Veillard), 555833 always use rm -f in uninstall-local (Daniel Veillard), 542394 xmlRegisterOutputCallbacks MAX_INPUT_CALLBACK (Daniel Veillard), Autoregenerate libxml2.syms automated checkings (Daniel Veillard), Make xmlRecoverDoc const (Martin Trappel) (Daniel Veillard), Both args of xmlStrcasestr are const (Daniel Veillard), hide the nbParse* variables used for debugging (Mike Hommey), 570806 changed include of config.h (William M. Brack), cleanups and error reports when xmlTextWriterVSprintf fails (Jinmei Tatuya)
2009-03-05Remove PYBINMODULE. All it did was mark some packages as not availablejoerg1-2/+1
on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it.
2009-02-21Update to 2.7.3: sync with libxml2-2.7.3.wiz1-2/+2
2008-10-16sync w/ base pkgdrochner1-3/+3
2008-04-28sync w/ base pkgdrochner1-2/+2
2007-10-24Supports DESTDIR.joerg1-1/+3
2007-08-31sync w/ base pkg, no changes to Python partdrochner1-2/+2
2007-07-09sync with base pkg,drochner1-3/+2
this also fixes a build problem on Python<2.3, so remove the PYTHON_VERSIONS_ACCEPTED line
2006-12-01Use PyBool_Check -> needs Python 2.3+joerg1-1/+2
2006-10-30sync with libxml2drochner1-4/+4
relevant changes: -XPath improvements -node equality and comparison -add XPointer support
2006-06-09update to 2.6.26drochner1-2/+2
changes: fixes for bugs and memory leaks, minor optimizations
2006-05-03sync with main lib sourcesdrochner1-2/+2
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-17Replace hardcoded /usr/local/include with ${BUILDLINK_PREFIX.iconv}/includeminskim1-2/+3
to avoid picking up a wrong iconv library. Patch provided by Bel Woolley in private email.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-07sync with libxmldrochner1-3/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-10-07sync Python wrappers with base librariesdrochner1-2/+2
2005-07-13sync with libxml2 updatedrochner1-2/+2
2005-05-13sync with base librariesdrochner1-2/+2
no changes as far as Python wrappers are concerned, afaict
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-11-25Update py-libxml2 to 2.6.16.minskim1-2/+2
Changes: - improvements: DTD validation APIs provided at the Python level.
2004-11-03Sync with libxml2-2.6.15.minskim1-3/+2
Changes since 2.6.12: - saving to python file objects (Malcolm Tredinnick) - structured error handler on Python 64bits - Python space/tabs cleanups - Python libxml2 driver improvement
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-24sync with libxml2 update to 2.6.12drochner1-2/+2
python specific changes: avoid a warning with 2.3 (William Brack), tab and space mixes (William), wrapper generator fixes (William), Cygwin support (Gerrit P. Haase), node wrapper fix (Marc-Antoine Parent), XML Schemas support (Torkel Lyng)
2004-07-22add python as categoryrecht1-2/+2
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-06catch up with libxml2 update and update to 2.6.11recht1-2/+2
Python related changes: 2.6.11: July 5 2004: - bug fixes: C14N bug serializing namespaces (Aleksey Sanin), testSAX properly initialize the library (William), empty node set in XPath (William), xmlSchemas errors (William), invalid charref problem pointed by Morus Walter, XInclude xml:base generation (William), Relax-NG bug with div processing (William), XPointer and xml:base problem(William), Reader and entities, xmllint return code for schemas (William), reader streaming problem (Steve Ball), DTD serialization problem (William), libxml.m4 fixes (Mike Hommey), do not provide destructors as methods on Python classes, xmlReader buffer bug, Python bindings memory interfaces improvement (with Stéphane Bidoul), Fixed the push parser to be back to synchronous behaviour. - improvement: custom per-thread I/O enhancement (Rob Richards), register namespace in debug shell (Stefano Debenedetti), Python based regression test for non-Unix users (William), dynamically increase the number of XPath extension functions in Python and fix a memory leak (Marc-Antoine Parent and William) 2.6.10: May 17 2004: - portability: problem with xpath.c on Windows (MSC and Borland), memcmp vs. strncmp on Solaris, XPath tests on Windows (Mark Vakoc), C++ do not use "list" as parameter name, make tests work with Python 1.5 (Ed Davis),
2004-04-19Update py-libxml2 to 2.6.9 to sync with textproc/libxml2.minskim1-2/+2
No Python-specific change.
2004-04-10Update py-libxml2 to 2.6.8.minskim1-3/+5
Changes since 2.6.5: - Canonicalization C14N support added - 2.3 compatibility, whitespace fixes
2004-02-12bl3ify. While here, update MAINTAINER email addr.minskim1-7/+7