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:           Mon Mar 31 13:48:48 UTC 2025

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

Log Message:
libunwind bl3.mk is now handled by rust.mk


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 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.20 pkgsrc/devel/cargo-c/Makefile:1.21
--- pkgsrc/devel/cargo-c/Makefile:1.20  Sat Mar 29 16:04:44 2025
+++ pkgsrc/devel/cargo-c/Makefile       Mon Mar 31 13:48:48 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2025/03/29 16:04:44 jakllsch Exp $
+# $NetBSD: Makefile,v 1.21 2025/03/31 13:48:48 jakllsch Exp $
 
 # v0.10.0 requires Rust >= 1.77
 DISTNAME=      cargo-c-0.9.32
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=lu-zero/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -37,6 +37,5 @@ do-install:
 #.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