The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
RustPython is a Python interpreter written in Rust. RustPython can be embedded
into Rust programs to use Python as a scripting language for your application,
or it can be compiled to WebAssembly in order to run Python in the browser.
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503
lang/rustpython: Fix build with rust 1.76.0
Import upstream patch [1] to fix the following error:
error[E0512]: cannot transmute between types of different sizes, or
dependently-sized types
--> /wrkdirs/usr/ports/lang/rustpython/work/Parser-0.3.0/ast/src/impls.rs:60:1
[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270383
PR: 276920
Approved by: portmgr (build fix blanket)