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
|
2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524) |
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
|
2022-06-04 20:54:38 by Adam Ciarcinski | Files touched by this commit (8) | |
Log message:
distcc: updated to 3.4
3.4
distccmon-gnome ported from gtk2 to gtk3
Remove debug lag in spawning new threads. (better multi-core performance)
Bug fixes.
|
2022-03-29 20:16:25 by Thomas Klausner | Files touched by this commit (2) |
Log message:
distcc-pump: use setuptools, fix PLIST, bump PKGREVISION.
|
2020-12-04 21:45:51 by Nia Alarie | Files touched by this commit (456) |
Log message:
Revbump packages with a runtime Python dep but no version prefix.
For the Python 3.8 default switch.
|
2019-04-25 09:33:32 by Maya Rashish | Files touched by this commit (620) |
Log message:
PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
|
2018-09-27 23:36:12 by Tobias Nygren | Files touched by this commit (1) |
Log message:
distcc-pump: invert PYTHON_VERSIONS_INCOMPATIBLE
checking whether /usr/pkg/bin/python2.7 version is >= 3.1... no
configure: error: Python interpreter is too old
|
2018-07-11 09:30:40 by Adam Ciarcinski | Files touched by this commit (10) | |
Log message:
distcc: updated to 3.3
3.3 - Charlie the unicorn
* Use masquerade as compiler white-list.
* New --allow-private (the default) which allows non-global
* IP and IPv6 addresses.
* Cross-compilation support.
* Fix parsing of IPv6 addresses.
* Python 3, not python 2.
* Can build without python (and without pump mode or tests).
For those upgrading: you must run update-distcc-symlinks on every server \
machine, and add manually (see MASQUERADING of distcc(1)) those compilers it \
does not detect.
|
2018-07-03 07:03:44 by Adam Ciarcinski | Files touched by this commit (495) |
Log message:
extend PYTHON_VERSIONS_ for Python 3.7
|