1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:57:46 +00:00

Ports: Update mandoc's patches to use git patches

This commit is contained in:
Ali Mohammad Pur 2022-05-17 21:18:24 +04:30 committed by Ali Mohammad Pur
parent 490e97233d
commit 1f64b93b21
16 changed files with 274 additions and 95 deletions

View file

@ -0,0 +1,48 @@
# Patches for mandoc on SerenityOS
## `0001-Add-an-implementation-of-globs.patch`
Add an implementation of globs
## `0002-Add-a-header-describing-the-glob-implementation.patch`
Add a header describing the glob implementation
## `0003-Make-configure-build-for-serenity.patch`
Make configure build for serenity
## `0004-Use-pcre2-for-regex.patch`
Use pcre2 for regex
## `0005-Use-pcre2-for-regex.patch`
Use pcre2 for regex
## `0006-Use-pcre2-for-regex.patch`
Use pcre2 for regex
## `0007-Use-the-patched-in-version-of-glob.h.patch`
Use the patched-in version of glob.h
## `0008-Build-the-patched-in-glob-implementation.patch`
Build the patched-in glob implementation
## `0009-Fix-mansearch.c.patch`
Fix mansearch.c