https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291316
--- Comment #22 from Matthias Andree <[email protected]> --- Created attachment 266760 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=266760&action=edit alternative update patch that splits the library (not the docs) to a separate patch This patch shuffles ports around: - rename libxml2 to libxml2-core (without docs) - rename libxml2-docs (from prior patch) to libxml2 So we end up with three ports: - libxml2 (for normal users and RUN_DEPENDS) - libxml2-core (for bootstrapping libxml2, libxslt, and LIB_DEPENDS) - libxml2-python (now deprecated to match upstream intentions) It adds an UPDATING entry, but avoids the messy FLAVOR[S] dance in libxslt. libxslt "just works" as a plain update. This is what should be exp-run, too, because an exp-run with a half-baked update (suggested by vishwin@) isn't helping anyone. -- You are receiving this mail because: You are on the CC list for the bug.
