Next | Query returned 109 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2023-12-18 22:57:35 by David H. Gutteridge | Files touched by this commit (2)
Log message:
u-boot & u-boot-pinecube: fix pinecube builds

As of py-setuptools 69.0, PEP 440 versioning is strictly enforced, so
builds that invoked pylibfdt were failing with a version string that
included "u-boot-" in it.
   2023-12-18 21:11:30 by David H. Gutteridge | Files touched by this commit (1)
Log message:
u-boot: fix pine-h64 builds

As of py-setuptools 69.0, PEP 440 versioning is strictly enforced, so
builds that invoked pylibfdt were failing with a version string that
included "u-boot-" in it.
   2023-12-18 18:11:31 by David H. Gutteridge | Files touched by this commit (1)
Log message:
u-boot: fix nanopi-r2s and rock64 builds

As of py-setuptools 69.0, PEP 440 versioning is strictly enforced, so
builds that invoked pylibfdt were failing with a version string that
included "u-boot-" in it.
   2023-08-28 01:12:52 by David H. Gutteridge | Files touched by this commit (3)
Log message:
u-boot-nanopi-r2s: add new package

This has been tested by myself and found to work seemingly stably,
including the RTL8153 USB-based Ethernet port (which was reported to
have issues on port-arm@ back in 2022).

This package is not based on the one in wip, as it was very out of date
and was reported to support less of the hardware correctly. Instead,
the more current framework for Rockchip boards in pkgsrc is used.
   2023-08-27 23:04:18 by David H. Gutteridge | Files touched by this commit (1)
Log message:
u-boot-rockchip.mk: tweak some comments

Update a comment, and fix spelling and grammar while here.
   2023-08-27 22:58:16 by David H. Gutteridge | Files touched by this commit (1)
Log message:
u-boot-rockchip.mk: contextualize the image name

Not strictly necessary, but for consistency. (Another package will
shortly be added where this context becomes relevant.)
   2023-08-17 04:15:53 by David H. Gutteridge | Files touched by this commit (1)
Log message:
u-boot-rockchip.mk: cut comment, u-boot-rockpro64-ayufan is gone
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2023-03-29 11:04:03 by Thomas Klausner | Files touched by this commit (7)
Log message:
*: use PYTHON_VERSION instead of comparing PYPKGPREFIX

Next | Query returned 109 messages, browsing 1 to 10 | Previous