Port details on branch 2025Q2 |
- py-libxml2 Python interface for XML parser library for GNOME
- 2.11.9_2 textproc
=0 2.11.9_2Version of this port present on the latest quarterly branch. - Maintainer: desktop@FreeBSD.org
 - Port Added: 2025-05-23 22:27:04
- Last Update: 2025-05-23 22:23:25
- Commit Hash: 0b3da26
- Also Listed In: gnome python
- License: MIT
- WWW:
- http://xmlsoft.org/
- Description:
- Python interface for XML parser library for GNOME
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}libxml2>0:textproc/py-libxml2@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-libxml2/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-libxml2
- pkg install py311-libxml2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-libxml2 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-libxml2
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1725749707
SHA256 (gnome/libxml2-2.11.9.tar.xz) = 780157a1efdb57188ec474dca87acaee67a3a839c2525b2214d318228451809f
SIZE (gnome/libxml2-2.11.9.tar.xz) = 2627500
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Master port: textproc/libxml2
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python3.11 : lang/python311
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libxml2.so : textproc/libxml2
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_py-libxml2
- USES:
- gnome python shebangfix cmake:testing cpe iconv localbase:ldflags pathfix pkgconfig tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: textproc/libxml2 | Commit | Credits | Log message |
2.11.9_2 23 May 2025 22:23:25
    |
Don Lewis (truckman)  |
textproc/py-pylibxml2: rm patch that scans garbage
Remove a local patch that scans stack garbage for a pattern and then uses
the pointer after the array has been filled with actual data. This can
cause random segfaults.
The patch is under textproc/libxml2, but the patched file is only used by
textproc/py-pylibxml2.
The UTF-8 issue this was intended to fix was fixed upstream in a more
comprehensive way in 2.11.0 with this commit:
https://gitlab.gnome.org/GNOME/libxml2/-/commit/76c6da420923f2721a2e16adfcef8707a2454a1b
PR: 286439 279034
Approved by: desktop (makc)
Tested by: vvd
MFH: 2025Q2
(cherry picked from commit d5b2d60fc76964a3e5b8f50d2992bd751f688f04) |
Number of commits found: 1
|