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 |
2022-11-15 19:32:42 by Pierre Pronchery | Files touched by this commit (2) |
Log message: deforaos-configure: address a few warnings from pkglint(1) |
2022-11-15 19:29:05 by Pierre Pronchery | Files touched by this commit (1) |
Log message: deforaos-configure.mk: register one more user |
2022-08-25 05:11:56 by Pierre Pronchery | Files touched by this commit (1) |
Log message: deforaos-configure: register a new user for the helper |
2022-07-11 03:38:20 by Pierre Pronchery | Files touched by this commit (1) |
Log message: deforaos-configure: register x11/deforaos-locker as a user |
2022-05-17 20:02:26 by Pierre Pronchery | Files touched by this commit (1) |
Log message: deforaos-configure.mk: keep track of two more users |
2022-05-17 19:31:19 by Pierre Pronchery | Files touched by this commit (1) |
Log message: deforaos-configure.mk: explicitly support configuration modes |
2022-04-30 23:53:23 by Pierre Pronchery | Files touched by this commit (1) |
Log message: deforaos-configure.mk: mark one more user (deforaos-coder) |
2022-04-17 04:55:32 by Pierre Pronchery | Files touched by this commit (1) |
Log message: deforaos-configure.mk: keep track of an additional user |
2022-04-13 02:46:57 by Pierre Pronchery | Files touched by this commit (4) | |
Log message: deforaos-libdesktop: update to 0.4.1 Changes since 0.4.0: - support for compilation modes (as provided by DeforaOS configure) - updates to the helper scripts from DeforaOS configure - re-generating the Makefiles before building This also makes use of a new helper for DeforaOS configure, found in devel/deforaos-configure/deforaos-configure.mk. |