diff options
author | Tim Schumacher <timschumi@gmx.de> | 2022-06-05 03:05:04 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-06-08 17:58:36 +0100 |
commit | d426c5a4b2eac839497cc2cbeee4b87a1c9ee422 (patch) | |
tree | c3484b5625b583fc7da9cc3a7f53b4dc69186fa5 /Ports/glib/patches/ReadMe.md | |
parent | d69a79b03b8f2853b60773e38553d662a01ac269 (diff) | |
download | serenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip |
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/glib/patches/ReadMe.md')
-rw-r--r-- | Ports/glib/patches/ReadMe.md | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/Ports/glib/patches/ReadMe.md b/Ports/glib/patches/ReadMe.md index d7fd524f6b..dd07f28d05 100644 --- a/Ports/glib/patches/ReadMe.md +++ b/Ports/glib/patches/ReadMe.md @@ -1,67 +1,67 @@ # Patches for glib on SerenityOS -## `0001-poll.h-is-located-at-root.patch` +## `0001-poll.h-is-located-at-root-not-sys-poll.h.patch` -meson.build: 'poll.h' is located at root, not 'sys/poll.h' +'poll.h' is located at root, not 'sys/poll.h' -## `0002-use-glib-in-built-C_IN.patch` +## `0002-Use-glib-s-in-built-C_IN.patch` -gio/meson.build: Use glib's in-built C_IN +Use glib's in-built C_IN Since we do not have C_IN and glib has functionality for providing it, let glib provide it. -## `0003-let-glib-know-where-our-resolv.h-is.patch` +## `0003-Let-glib-know-where-our-resolv.h-is-located.patch` -gio/meson.build: Let glib know where our 'resolv.h' is located +Let glib know where our 'resolv.h' is located -## `0004-disable-IPV6-support.patch` +## `0004-Disable-IPV6-support.patch` -meson.build: Disable IPV6 support +Disable IPV6 support Serenity does not have IPV6 support so disable it -## `0005-serenity-does-not-have-IN_MULTICAST.patch` +## `0005-Serenity-does-not-have-IN_MULTICAST-just-return-0.patch` -gio/ginetaddress.c: Serenity does not have IN_MULTICAST, just return 0 +Serenity does not have IN_MULTICAST, just return 0 Since Serenity does not have IN_MULTICAST we just return 0 -## `0006-conflict-rename-gio-mount-function.patch` +## `0006-Rename-glib-gio-mount-function-to-gio_mount.patch` -gio/gio-tool-mount.c: Rename glib/gio mount function to gio_mount +Rename glib/gio mount function to gio_mount Somehow glib picks up on Serenity's mount function and gets confused -## `0009-include-section-with-missing-functionality.patch` +## `0007-Include-arpa-compatibility-definitions.patch` -gio/gthredresolver.c: Need to include this section +Include arpa compatibility definitions Serenity is missing all that is defined in this section so let's include it. -## `0010-stub-for-function-dn_expand.patch` +## `0008-Add-stub-for-function-dn_expand.patch` -gio/gthreadedresolver.c: Add stub for function dn_expand. +Add stub for function dn_expand. Serenity is missing dn_expand so include a stub for it -## `0011-ntohl-ntohs-located-in-arpa-inet.h.patch` +## `0009-ntohl-ntohs-is-located-in-arpa-inet.h.patch` -gio/xdgmime/xdgmimecache.c: ntohl/ntohs is located in 'arpa/inet.h' +ntohl/ntohs is located in 'arpa/inet.h' In Serenity ntohl/ntohs is located in arpa/inet.h, other stuff glib needs is included in 'netinet/in.h'. -## `0012-include-strings.h-for-strcasecmp.patch` +## `0010-Include-strings.h-for-strcasecmp.patch` Include 'strings.h' for strcasecmp -## `0013-nameser.h-is-not-needed.patch` +## `0011-Exclude-arpa-nameser.h-as-it-does-not-exist-on-Seren.patch` -arpa/nameser.h is not needed, and Serenity does not have it at the moment. +Exclude arpa/nameser.h as it does not exist on Serenity |