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:   mef
Date:           Sat Jan 31 15:10:40 UTC 2026

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

Log Message:
(devel/cargo-c) Fix build on NetBSD/9.4 for openssl 3.0


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 pkgsrc/devel/cargo-c/Makefile:1.33
--- pkgsrc/devel/cargo-c/Makefile:1.32  Sun Jan 25 07:24:10 2026
+++ pkgsrc/devel/cargo-c/Makefile       Sat Jan 31 15:10:40 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2026/01/25 07:24:10 pin Exp $
+# $NetBSD: Makefile,v 1.33 2026/01/31 15:10:40 mef Exp $
 
 DISTNAME=      cargo-c-0.10.20
 CATEGORIES=    devel
@@ -33,5 +33,6 @@ do-install:
 
 #.include "../../devel/libgit2/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
+BUILDLINK_API_DEPENDS.openssl+=        openssl>=3.0
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index