6 Commits

Author SHA1 Message Date
sthen
3cbe1c2f30 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.
2021-02-23 19:39:08 +00:00
semarie
071b5be212 devel/cargo: remove .crates2.json file after installing with cargo
we are managing installed files with different mecanism.
it is the v2 for tracking crates installation, and we already remove v1 (.crates.toml).

take care of cleaning ports which are already seen it

problem spotted by landry@
ok landry@
2021-02-21 09:19:07 +00:00
rpointel
5ee4641112 add python3 to the build_depends, spotted by naddy@.
ok Laurence Tratt (maintainer), sthen@.
2020-09-28 11:49:57 +00:00
kmos
a48d6ecee3 x11/xcolor has never worked on sparc64. It uses a very old version of
the libc crate that doesn't get along with sparc64 (see history of
newsboat). Attempting to get it to use a newer version meant it still
didn't build.  Mark it BROKEN-sparc64

ok bcallah
2020-09-14 22:22:49 +00:00
jasper
7e38ad44cf missing BDEP on gmake (used in backtrace-sys) 2020-09-14 19:40:21 +00:00
bcallah
971c601aed Import x11/xcolor, a lightweight color picker.
Original submission by Laurence Tratt, who takes MAINTAINER -- thanks!
ok edd@

Lightweight color picker for X11. Use the mouse to select colors visible
anywhere on the screen to get their RGB representation.
2020-07-24 17:22:50 +00:00