summaryrefslogtreecommitdiff
path: root/Ports/libxml2
AgeCommit message (Collapse)Author
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