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: jperkin
Date: Tue Apr 8 13:31:01 UTC 2025
Modified Files:
pkgsrc/lang/rust: Makefile
Log Message:
rust: Remove MACOSX_DEPLOYMENT_TARGET.
It is unclear why this was added in the first place, but it's a user
variable so should not be here, and has been actively breaking the build
for the last few releases.
To generate a diff of this commit:
cvs rdiff -u -r1.327 -r1.328 pkgsrc/lang/rust/Makefile
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/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.327 pkgsrc/lang/rust/Makefile:1.328
--- pkgsrc/lang/rust/Makefile:1.327 Tue Apr 8 09:31:06 2025
+++ pkgsrc/lang/rust/Makefile Tue Apr 8 13:31:01 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.327 2025/04/08 09:31:06 wiz Exp $
+# $NetBSD: Makefile,v 1.328 2025/04/08 13:31:01 jperkin Exp $
DISTNAME= rustc-1.85.1-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -70,10 +70,6 @@ CONFIGURE_ARGS+= --enable-vendor
# cargo defaults to using the number of available CPUs
MAKE_ENV+= CARGO_BUILD_JOBS=${_MAKE_JOBS_N}
-# MacOS X 10.7 is the oldest supported version. See
-# ${WRKSRC}/src/bootstrap/lib.rs
-MAKE_ENV.Darwin+= MACOSX_DEPLOYMENT_TARGET="10.7"
-
CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS
MAKE_ENV.SunOS+= AR=gar
Home |
Main Index |
Thread Index |
Old Index