Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-05 | Ports: Make array-like settings actual arrays | Tim 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-14 | Ports: Make sure to remove the .la file after building libxml2 | Gunnar Beutner | |
Otherwise libtool gets confused and tries to link against files that don't exist. | |||
2021-08-14 | Ports: Add missing dependency for libxml2 | Gunnar 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-28 | Ports: Make libxml2 work when Python is installed | Gunnar Beutner | |
Building libxml2 fails when Python was previously installed. | |||
2021-06-04 | Ports: Add libxml2 | Jelle Raaijmakers | |