summaryrefslogtreecommitdiff
path: root/Ports/libxml2
AgeCommit message (Collapse)Author
2022-06-08Ports: Format patches without numbering, commit hash or version numberTim Schumacher
2022-06-08Ports/libxml2: Update libxml2 to version 2.9.14EWouters
2022-06-03Ports: Replace manually linking `libxml2` with a libtool patchTim Schumacher
2022-04-30Ports: Set the correct prefix for libxml2Tim Schumacher
The prefix should apply both inside and outside the system. Having the full host path there only confuses software that is built inside the system, as well as other ports that prepend the host path themselves additionally.
2022-04-11Ports/libxml2: Update libxml2 to version 2.9.13EWouters
This version is not available from the old mirror.
2022-01-16Ports: Remove some config.sub patches and download a fresh one if neededAli Mohammad Pur
All of these patches did the same thing, which is already in upstream config.sub. With this change, we need only add `use_fresh_config_sub=true` to the package.sh file. Note that this is not done automatically in case the port has a modified config.sub file.
2021-12-24Ports/libxml2: Remove obsolete ESHUTDOWN errno patchDaniel Bertalan
2021-10-05Ports: Make array-like settings actual arraysTim Schumacher
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion.
2021-08-14Ports: Make sure to remove the .la file after building libxml2Gunnar Beutner
Otherwise libtool gets confused and tries to link against files that don't exist.
2021-08-14Ports: Add missing dependency for libxml2Gunnar Beutner
When xz was previously built we'd end up with a shared library for libxml2 that depends on xz features but isn't linked against liblzma.
2021-07-28Ports: Make libxml2 work when Python is installedGunnar Beutner
Building libxml2 fails when Python was previously installed.
2021-06-04Ports: Add libxml2Jelle Raaijmakers