Skip to content

Commit 43fb06a

Browse files
rhelmotartemist
authored andcommitted
freebsd: 14.0 -> 14.1
1 parent 24e28f2 commit 43fb06a

38 files changed

+179
-56
lines changed

pkgs/os-specific/bsd/freebsd/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
generateSplicesForMkScope,
55
callPackage,
66
attributePathToSplice ? [ "freebsd" ],
7-
branch ? "release/14.0.0",
7+
branch ? "release/14.1.0",
88
}:
99

1010
let

pkgs/os-specific/bsd/freebsd/patches/14.0/bmake-no-compiler-rt.patch renamed to pkgs/os-specific/bsd/freebsd/patches/14.1/bmake-no-compiler-rt.patch

File renamed without changes.

pkgs/os-specific/bsd/freebsd/patches/14.0/compat-fix-typedefs-locations.patch renamed to pkgs/os-specific/bsd/freebsd/patches/14.1/compat-fix-typedefs-locations.patch

File renamed without changes.

pkgs/os-specific/bsd/freebsd/patches/14.0/compat-install-dirs.patch renamed to pkgs/os-specific/bsd/freebsd/patches/14.1/compat-install-dirs.patch

File renamed without changes.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
diff --git a/sbin/fsck/fsck.c b/sbin/fsck/fsck.c
2+
index 3757ed062ba5..584ada116386 100644
3+
--- a/sbin/fsck/fsck.c
4+
+++ b/sbin/fsck/fsck.c
5+
@@ -375,11 +375,8 @@ checkfs(const char *pvfstype, const char *spec, const char *mntpt,
6+
_exit(0);
7+
8+
/* Go find an executable. */
9+
- execvP(execbase, _PATH_SYSPATH, __DECONST(char * const *, argv));
10+
- if (spec)
11+
- warn("exec %s for %s in %s", execbase, spec, _PATH_SYSPATH);
12+
- else
13+
- warn("exec %s in %s", execbase, _PATH_SYSPATH);
14+
+ execvp(execbase, __DECONST(char * const *, argv));
15+
+ warn("exec %s not found", execbase);
16+
_exit(1);
17+
/* NOTREACHED */
18+

pkgs/os-specific/bsd/freebsd/patches/14.0/install-bootstrap-Makefile.patch renamed to pkgs/os-specific/bsd/freebsd/patches/14.1/install-bootstrap-Makefile.patch

File renamed without changes.

pkgs/os-specific/bsd/freebsd/patches/14.0/libc-msun-arch-subdir.patch renamed to pkgs/os-specific/bsd/freebsd/patches/14.1/libc-msun-arch-subdir.patch

File renamed without changes.

pkgs/os-specific/bsd/freebsd/patches/14.0/libc-no-force--lcompiler-rt.patch renamed to pkgs/os-specific/bsd/freebsd/patches/14.1/libc-no-force--lcompiler-rt.patch

File renamed without changes.

pkgs/os-specific/bsd/freebsd/patches/14.0/libcxxrt-headers.patch renamed to pkgs/os-specific/bsd/freebsd/patches/14.1/libcxxrt-headers.patch

File renamed without changes.

pkgs/os-specific/bsd/freebsd/patches/14.0/libifconfig-no-internal.patch renamed to pkgs/os-specific/bsd/freebsd/patches/14.1/libifconfig-no-internal.patch

File renamed without changes.

0 commit comments

Comments
 (0)