1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 12:27:36 +00:00

Ports/mc: Add Midnight Commander port

This commit is contained in:
Kenneth Myhra 2022-01-13 14:09:51 +01:00 committed by Linus Groh
parent 965b772f70
commit 2255e8859c
6 changed files with 142 additions and 0 deletions

View file

@ -0,0 +1,31 @@
+# Patches for mc on SerenityOS
+
+## `0001-config-config.sub-Add-SerenityOS-as-portable-system.patch`
+
+config/config.sub: Add SerenityOS as portable system
+
+### Status
+- [ ] Local?
+- [X] Should be merged to upstream?
+- [ ] Resolves issue(s) with our side of things
+- [ ] Hack
+
+## 0002-filemanager-ext.c-Include-strings.h-if-SerenityOS.patch
+
+filemanager/ext.c: Include strings.h if SerenityOS
+
+### Status
+- [ ] Local?
+- [X] Should be merged to upstream?
+- [ ] Resolves issue(s) with our side of things
+- [ ] Hack
+
+## 0003-filemanager-ext.c-Use-str_ncasecmp-instead-of-strncasecmp-if-SerenityOS.patch
+
+filemanager/ext.c: Use str_ncasecmp instead of strncasecmp if SerenityOS
+
+### Status
+- [ ] Local?
+- [X] Should be merged to upstream?
+- [ ] Resolves issue(s) with our side of things
+- [ ] Hack