Skip to content

Commit

Permalink
cargo-c: update to latest release
Browse files Browse the repository at this point in the history
Bump MSRV to 1.78.0
  • Loading branch information
0323pin committed Jul 30, 2024
1 parent d3c8f20 commit 7a18e1f
Show file tree
Hide file tree
Showing 4 changed files with 407 additions and 487 deletions.
6 changes: 5 additions & 1 deletion cargo-c/COMMIT_MSG
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
devel/cargo-c: update to 0.10.2
devel/cargo-c: update to 0.10.3

0.10.3
- cargo-0.81
- Add visionOS support, Thanks @bitxeno !

0.10.2

Expand Down
6 changes: 3 additions & 3 deletions cargo-c/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.18 2024/05/07 07:18:55 wiz Exp $

DISTNAME= cargo-c-0.10.2
DISTNAME= cargo-c-0.10.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=lu-zero/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand All @@ -10,11 +10,11 @@ HOMEPAGE= https://github.com/lu-zero/cargo-c
COMMENT= Build and install C-compatible libraries from Rust lang
LICENSE= 2-clause-bsd

SITES.curl-sys-0.4.72+curl-8.6.0.crate= https://static.crates.io/crates/curl-sys/
SITES.curl-sys-0.4.73+curl-8.8.0.crate= https://static.crates.io/crates/curl-sys/

USE_TOOLS+= pkg-config

RUST_REQ= 1.77.2
RUST_REQ= 1.78.0
MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib

Expand Down
Loading

0 comments on commit 7a18e1f

Please sign in to comment.