12 Commits

Author SHA1 Message Date
sthen
6781029335 bump REVISION for ports using rust, so that pkg_add -u for i386 users
updates to packages without -znotext (i.e. with text relocations disabled)
makes sense to phessler, semarie, tb
2022-10-28 10:00:45 +00:00
semarie
6f1dbcb6fe adjust rust programs to run with immutable stack
the rust std library has been changed to not try to reallocate
a guard page on the stack.

as the rust std library is statically linked in rust programs,
bump REVISION to force reinstall.
2022-10-09 16:32:18 +00:00
jca
59f3e357d6 Bump cc and libc crates in those rust ports
cc >= 1.0.73 (latest) and libc >= 0.2.113 (latest is 0.2.232) are needed
for powerpc64 and riscv64 support.  semarie@ will take care of the
lang/rust bits.

Help from semarie@, powerpc64 tests by gkoehler@, ok semarie@
2022-08-24 21:43:08 +00:00
sthen
8fff2934ad sync WANTLIB 2022-04-01 19:09:43 +00:00
naddy
21f1bb8ad8 drop RCS Ids 2022-03-11 20:15:18 +00:00
sthen
17cebf9858 update to xcolor-0.5.1, tweaked from a diff by maintainer (Laurie Tratt) 2021-11-15 18:05:56 +00:00
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