mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:27:45 +00:00
Ports: Format patches without numbering, commit hash or version number
This commit is contained in:
parent
d69a79b03b
commit
d426c5a4b2
371 changed files with 806 additions and 1884 deletions
|
@ -1,7 +1,7 @@
|
|||
From 622a451c631ed96575c78f68b9df830fe6beedac Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brian Callahan <bcallah@openbsd.org>
|
||||
Date: Thu, 23 Jan 2020 23:43:31 -0500
|
||||
Subject: [PATCH 1/6] Fix config.h.in
|
||||
Subject: [PATCH] Fix config.h.in
|
||||
|
||||
FIXME: This patch does not have any accompanying information.
|
||||
---
|
||||
|
@ -28,6 +28,3 @@ index 4756505..96fba7b 100644
|
|||
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
||||
#undef size_t
|
||||
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 1e80ecd820c3a16ffeb99ac0587d996b13784062 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brian Callahan <bcallah@openbsd.org>
|
||||
Date: Thu, 23 Jan 2020 23:43:31 -0500
|
||||
Subject: [PATCH 2/6] Don't use libc's regex
|
||||
Subject: [PATCH] Don't use libc's regex
|
||||
|
||||
---
|
||||
configure | 4 ++--
|
||||
|
@ -29,6 +29,3 @@ index d88c47c..90e013f 100755
|
|||
do :
|
||||
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
||||
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 2aecd57dbc3eb793db2996807f4c17e0c5880d75 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brian Callahan <bcallah@openbsd.org>
|
||||
Date: Thu, 23 Jan 2020 23:43:31 -0500
|
||||
Subject: [PATCH 3/6] Replace libc's regex includes with pcre2
|
||||
Subject: [PATCH] Replace libc's regex includes with pcre2
|
||||
|
||||
---
|
||||
src/flexdef.h | 2 +-
|
||||
|
@ -20,6 +20,3 @@ index 9dac654..2bdf9fb 100644
|
|||
/* Required: strcasecmp() in <strings.h> */
|
||||
#include <strings.h>
|
||||
#include "flexint.h"
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 0e26bc451d724c5666155c9b04f4a010475e66ac Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brian Callahan <bcallah@openbsd.org>
|
||||
Date: Thu, 23 Jan 2020 23:43:31 -0500
|
||||
Subject: [PATCH 4/6] Link with pcre2
|
||||
Subject: [PATCH] Link with pcre2
|
||||
|
||||
---
|
||||
src/Makefile.in | 2 +-
|
||||
|
@ -20,6 +20,3 @@ index e570b87..1f8a305 100644
|
|||
LIBTOOL = @LIBTOOL@
|
||||
LIPO = @LIPO@
|
||||
LN_S = @LN_S@
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 07a476646c5585444df983b14bd3041d1dae61f1 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brian Callahan <bcallah@openbsd.org>
|
||||
Date: Thu, 23 Jan 2020 23:43:31 -0500
|
||||
Subject: [PATCH 5/6] Hardcode the m4 include path
|
||||
Subject: [PATCH] Hardcode the m4 include path
|
||||
|
||||
---
|
||||
src/Makefile.in | 4 ++--
|
||||
|
@ -29,6 +29,3 @@ index 1f8a305..a5dd2e2 100644
|
|||
@ENABLE_LIBFL_TRUE@lib_LTLIBRARIES = libfl.la
|
||||
libfl_la_SOURCES = \
|
||||
libmain.c \
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From f6d725687a0de5f489b37bf6607795e35be0fd65 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brian Callahan <bcallah@openbsd.org>
|
||||
Date: Thu, 23 Jan 2020 23:43:31 -0500
|
||||
Subject: [PATCH 6/6] Include <arpa/inet.h>
|
||||
Subject: [PATCH] Include <arpa/inet.h>
|
||||
|
||||
FIXME: This patch does not have any accompanying information.
|
||||
---
|
||||
|
@ -21,6 +21,3 @@ index 980d2e9..0824a7f 100644
|
|||
#include "flexdef.h"
|
||||
#include "tables.h"
|
||||
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue