pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/rust
Module Name: pkgsrc
Committed By: ryoon
Date: Mon Mar 31 16:10:19 UTC 2025
Modified Files:
pkgsrc/lang/rust: rust.mk
Log Message:
lang/rust: pkg-build-options.mk must not be included in non-buildlink3.mk
* Fix build of security/py-cryptography, for example.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/rust/rust.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/rust/rust.mk
diff -u pkgsrc/lang/rust/rust.mk:1.12 pkgsrc/lang/rust/rust.mk:1.13
--- pkgsrc/lang/rust/rust.mk:1.12 Mon Mar 31 13:48:05 2025
+++ pkgsrc/lang/rust/rust.mk Mon Mar 31 16:10:19 2025
@@ -1,4 +1,4 @@
-# $NetBSD: rust.mk,v 1.12 2025/03/31 13:48:05 jakllsch Exp $
+# $NetBSD: rust.mk,v 1.13 2025/03/31 16:10:19 ryoon Exp $
#
# This file determines the type of rust package to use.
#
@@ -54,7 +54,6 @@ BUILDLINK_DEPMETHOD.rust?= build
BUILDLINK_API_DEPENDS.rust+= rust>=${RUST_REQ}
. include "${RUST_DIR}/buildlink3.mk"
pkgbase:= rust
-. include "../../mk/pkg-build-options.mk"
. if empty(PKG_BUILD_OPTIONS.rust:Mrust-internal-llvm)
. include "../../lang/libunwind/buildlink3.mk"
. endif
Home |
Main Index |
Thread Index |
Old Index