Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
a0d1ab7e
Commit
a0d1ab7e
authored
1 year ago
by
Mikael Urankar
Browse files
Options
Downloads
Patches
Plain Diff
lang/rust-nightly: Update to 1.79.0.20240317
parent
88cc397f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
lang/rust-nightly/Makefile
+3
-3
3 additions, 3 deletions
lang/rust-nightly/Makefile
lang/rust-nightly/distinfo
+9
-9
9 additions, 9 deletions
lang/rust-nightly/distinfo
lang/rust-nightly/files/patch-vendor_cc_src_tool.rs
+9
-11
9 additions, 11 deletions
lang/rust-nightly/files/patch-vendor_cc_src_tool.rs
with
21 additions
and
23 deletions
lang/rust-nightly/Makefile
+
3
−
3
View file @
a0d1ab7e
# Run update.sh to update to the latest nightly
PORTVERSION
=
1.7
6
.0.
${
NIGHTLY_DATE:C,-,,g
}
PORTVERSION
=
1.7
9
.0.
${
NIGHTLY_DATE:C,-,,g
}
# Always set PORTREVISION explicitly as otherwise it is inherited from lang/rust
PORTREVISION
=
0
PKGNAMESUFFIX
=
-nightly
...
...
@@ -14,8 +14,8 @@ MASTERDIR= ${.CURDIR}/../rust
PATCHDIR
=
${
.CURDIR
}
/files
DISTINFO_FILE
=
${
.CURDIR
}
/distinfo
NIGHTLY_DATE
=
202
3-11-25
BOOTSTRAPS_DATE
=
202
3-11-13
NIGHTLY_DATE
=
202
4-03-17
BOOTSTRAPS_DATE
=
202
4-02-04
RUST_BOOTSTRAP_VERSION
=
beta
.
include
"${MASTERDIR}/Makefile"
This diff is collapsed.
Click to expand it.
lang/rust-nightly/distinfo
+
9
−
9
View file @
a0d1ab7e
TIMESTAMP = 17
0
10
07367
SHA256 (rust/202
3-11-25
/rustc-nightly-src.tar.xz) =
3538acb92c0497ae747cff254086572c1f57ee03e92ab8a12247cc162f6776d2
SIZE (rust/202
3-11-25
/rustc-nightly-src.tar.xz) = 1
62679888
SHA256 (rust/202
3-11-13
/rustc-beta-x86_64-unknown-freebsd.tar.xz) =
c2094e3b40e602ab804e875ec1b1ab7e91f0ff499bc6c1e4b2a957ed4d136ab8
SIZE (rust/202
3-11-13
/rustc-beta-x86_64-unknown-freebsd.tar.xz) = 7
402042
8
SHA256 (rust/202
3-11-13
/rust-std-beta-x86_64-unknown-freebsd.tar.xz) =
28c43fb5b7bf4c254ef61c5bc39da09e81881e01261a8a3346968170c877458
1
SIZE (rust/202
3-11-13
/rust-std-beta-x86_64-unknown-freebsd.tar.xz) = 2
413641
6
SHA256 (rust/202
3-11-13
/cargo-beta-x86_64-unknown-freebsd.tar.xz) =
67f1bb5008080c00f4f22be794b1fa63a88c1503187dc3396260aa73d52a1f7c
SIZE (rust/202
3-11-13
/cargo-beta-x86_64-unknown-freebsd.tar.xz) =
8519764
TIMESTAMP = 1710
755050
SHA256 (rust/202
4-03-17
/rustc-nightly-src.tar.xz) =
6e6c230c757feb1374c656c8b078d2fd96e7cced020cecf8100ac04c7ea46503
SIZE (rust/202
4-03-17
/rustc-nightly-src.tar.xz) = 1
59212704
SHA256 (rust/202
4-02-04
/rustc-beta-x86_64-unknown-freebsd.tar.xz) =
b5de56f1f686befd7d225c4fc0636132119a28e6ed22e56300347e8c8fd4388b
SIZE (rust/202
4-02-04
/rustc-beta-x86_64-unknown-freebsd.tar.xz) = 7
283690
8
SHA256 (rust/202
4-02-04
/rust-std-beta-x86_64-unknown-freebsd.tar.xz) =
a02a5962c65cbe60667a45d5ad5ec28f1dc86d18344c619fba00f9afd96519e
1
SIZE (rust/202
4-02-04
/rust-std-beta-x86_64-unknown-freebsd.tar.xz) = 2
688767
6
SHA256 (rust/202
4-02-04
/cargo-beta-x86_64-unknown-freebsd.tar.xz) =
46a7ce49382615f896276eb1966b7815353d19927a9e54feac902777fc7de10e
SIZE (rust/202
4-02-04
/cargo-beta-x86_64-unknown-freebsd.tar.xz) =
9010280
This diff is collapsed.
Click to expand it.
lang/rust-nightly/files/patch-vendor_cc_src_
lib
.rs
→
lang/rust-nightly/files/patch-vendor_cc_src_
tool
.rs
+
9
−
11
View file @
a0d1ab7e
...
...
@@ -8,13 +8,12 @@ until LLVM can be updated to use libc++ by default.
https
:
//reviews.llvm.org/D77776
---
vendor
/
cc
/
src
/
lib
.rs.orig
202
1
-
03
-
04
20
:
58
:
54
UTC
+++
vendor
/
cc
/
src
/
lib
.rs
@@
-
2659
,
2
4
+
2659
,
7
@@
impl
Tool
{
}
---
vendor
/
cc
/
src
/
tool
.rs.orig
202
4
-
03
-
18
11
:
23
:
17
UTC
+++
vendor
/
cc
/
src
/
tool
.rs
@@
-
122
,
2
2
+
122
,
7
@@
impl
Tool
{
};
fn
with_features
(
path
:
PathBuf
,
clang_driver
:
Option
<&
str
>
,
cuda
:
bool
)
->
Self
{
-
// Try to detect family of the tool from its name, falling back to Gnu.
// Try to detect family of the tool from its name, falling back to Gnu.
-
let
family
=
if
let
Some
(
fname
)
=
path
.file_name
()
.and_then
(|
p
|
p
.to_str
())
{
-
if
fname
.contains
(
"clang-cl"
)
{
-
ToolFamily
::
Msvc
{
clang_cl
:
true
}
...
...
@@ -26,13 +25,12 @@ https://reviews.llvm.org/D77776
-
_
=>
ToolFamily
::
Clang
,
-
}
-
}
else
{
-
ToolFamily
::
Gnu
-
detect_family
(
&
path
)
-
}
-
}
else
{
-
ToolFamily
::
Gnu
-
detect_family
(
&
path
)
-
};
-
+
let
family
=
ToolFamily
::
Gnu
;
Tool
{
path
:
path
,
cc_wrapper_path
:
None
,
path
,
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment