diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-12-01 07:09:04 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-12-01 07:09:04 -0600 |
commit | eb48795fd3e33bf496c1466e2e3ed8135dcce29f (patch) | |
tree | 848f07c418f3d335fda22b624edc52c96fd68f8e /system/xfsprogs/no-utmp-header.patch | |
parent | 65490a3788757ebca8d8c259a2c4a29c875ad765 (diff) | |
download | packages-eb48795fd3e33bf496c1466e2e3ed8135dcce29f.tar.gz packages-eb48795fd3e33bf496c1466e2e3ed8135dcce29f.tar.bz2 packages-eb48795fd3e33bf496c1466e2e3ed8135dcce29f.tar.xz packages-eb48795fd3e33bf496c1466e2e3ed8135dcce29f.zip |
system/xfsprogs + rdeps: Move to user/
* inih requires Meson, and we don't want to introduce Meson to the
system/ ABI, so we need to move it to user/.
* This takes xfsprogs with it. This is fine because we still have
system/e2fsprogs for a file system on new ports.
* As the only dependent of userspace-rcu was xfsprogs, it doesn't
need to be present in system/ any more either. Move to user/.
Diffstat (limited to 'system/xfsprogs/no-utmp-header.patch')
-rw-r--r-- | system/xfsprogs/no-utmp-header.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/system/xfsprogs/no-utmp-header.patch b/system/xfsprogs/no-utmp-header.patch deleted file mode 100644 index f272bc152..000000000 --- a/system/xfsprogs/no-utmp-header.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- xfsprogs-4.17.0/quota/report.c.old 2018-06-28 12:00:43.000000000 -0500 -+++ xfsprogs-4.17.0/quota/report.c 2018-07-04 00:50:44.940000000 -0500 -@@ -8,7 +8,6 @@ - #include <sys/types.h> - #include <pwd.h> - #include <grp.h> --#include <utmp.h> - #include "init.h" - #include "quota.h" - ---- xfsprogs-4.17.0/quota/util.c.old 2018-06-28 12:00:43.000000000 -0500 -+++ xfsprogs-4.17.0/quota/util.c 2018-07-04 00:53:25.470000000 -0500 -@@ -8,7 +8,6 @@ - #include <stdbool.h> - #include <pwd.h> - #include <grp.h> --#include <utmp.h> - #include "init.h" - #include "quota.h" - |