Commit Graph

13 Commits

Author SHA1 Message Date
sthen
56a28fcfb7 remove DISTFILES setting for cargo ports using GH_*, no longer needed
with cargo.port.mk r1.35
2023-01-30 13:28:38 +00:00
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
semarie
cdb08091ef update www/geckodriver to 0.31.0
update to make it build with lang/rust 1.64.0
2022-10-04 14:54:47 +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
naddy
ec14803114 drop RCS Ids 2022-03-11 20:09:36 +00:00
abieber
0251c0e84b Update to v0.27.0, remove myself as maintainer.
Original diff from Denis Fondras <openbsd at ledeuns dot net>.

Thanks Denis!
2020-10-13 13:38:07 +00:00
semarie
f64f776a43 add more magic to devel/cargo to help maintainers dealing with rust
devel/cargo modules will take care of some aspects of crate dependencies on
system/ports libraries

adapt some ports depending on devel/cargo to properly link to ports libraries,
and to not patch anymore what it is now done by devel/cargo (openssl-sys crate
for example)

with help and ok @sthem
2020-03-12 10:30:05 +00:00
semarie
614c7c9d0e small devel/cargo cleanup
keep MODCARGO_CRATE for libc separated from the big list, and properly document it.
2020-03-02 07:20:23 +00:00
semarie
8d8ee0b131 update libc-rs for sparc64
maintainers timeout
2019-09-02 07:03:39 +00:00
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +00:00
semarie
b19d4110a9 change MODCARGO_CRATES syntax for devel/cargo module.
The new syntax to have version with '-' character:
-MODCARGO_CRATES +=     aho-corasick-0.6.8      # Unlicense/MIT
+MODCARGO_CRATES +=     aho-corasick    0.6.8   # Unlicense/MIT

update all customers of devel/cargo to use the new syntax

ok landry@
2018-12-16 08:50:11 +00:00
abieber
464bc4a1cb Import mozilla's geckodriver.
geckodriver is used by things like Selenium to interact with Gecko-based
web browsers.

OK jeremy@
2018-09-28 12:57:38 +00:00