IABSD.fr/ports/textproc/xxdiff

Branch :


Log

Author Commit Date CI Message
940b0670 2024-05-06 12:24:07 bump REVISION for py3.10 -> py3.11 switch
9dc9a39e 2023-11-15 18:34:24 use -std=c++14 for base-clang to unbreak with clang16
18323762 2022-11-26 15:02:49 use MODPY_PYBUILD
c7010de0 2022-11-13 15:30:15 bump for MODPY_DEFAULT_VERSION_3 change
e242f05d 2022-09-11 12:50:34 xxdiff: make sure setuptools is present at build time, otherwise the plist changes
eed57410 2022-08-18 02:24:48 Fix ports for newer py3-setuptools; mostly just PLIST regens after some files were dropped (mostly entry_points.txt) or .egg-info files changed to directories. Small patches were needed where some other build systems were calling Python tools to install due to changes in setuptools. Messy patching needed for games/0ad which bundles a spidermonkey tar of a specific version and patches it using files in its own distribution. Been through a bulk on i386, plus I tested a few things separately on amd64 where fallout from the recent qscintilla update has broken some ports on !LP64 which was blocking them on i386.
09e26ce5 2022-04-12 20:44:13 Update to xxdiff-20220318 (upstream stopped doing releases and are just using source checkouts), moving most of the accompanying scripts to Python 3. Remove termdiff which hasn't been moved to Python 3 but was already flaky.
8c80a751 2022-03-11 20:02:12 drop RCS Ids
3cbe1c2f 2021-02-23 19:39:08 Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not.
6d531e92 2020-02-05 13:23:02 Update xxdiff to HEAD, which provides a QT5 version Includes a tweak from rsadowski@, thank you! OK landry@