pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/cargo-c



Module Name:    pkgsrc
Committed By:   jakllsch
Date:           Sat Mar 29 16:04:44 UTC 2025

Modified Files:
        pkgsrc/devel/cargo-c: Makefile

Log Message:
cargo-c: add missing bl3.mks preventing pkg_add on Linux


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/cargo-c/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/cargo-c/Makefile
diff -u pkgsrc/devel/cargo-c/Makefile:1.19 pkgsrc/devel/cargo-c/Makefile:1.20
--- pkgsrc/devel/cargo-c/Makefile:1.19  Wed Jun 19 08:17:50 2024
+++ pkgsrc/devel/cargo-c/Makefile       Sat Mar 29 16:04:44 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2024/06/19 08:17:50 pin Exp $
+# $NetBSD: Makefile,v 1.20 2025/03/29 16:04:44 jakllsch Exp $
 
 # v0.10.0 requires Rust >= 1.77
 DISTNAME=      cargo-c-0.9.32
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=lu-zero/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -34,6 +35,8 @@ do-install:
 .endfor
 
 #.include "../../devel/libgit2/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
+.include "../../lang/libunwind/buildlink3.mk"
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index