mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:07:45 +00:00
Ports: Update tcl's patches to use git patches
This commit is contained in:
parent
ee557a4145
commit
6f6d1a8f76
2 changed files with 25 additions and 5 deletions
|
@ -1,7 +1,17 @@
|
||||||
diff -Naur tcl8.6.11/unix/tclUnixSock.c tcl8.6.11.serenity/unix/tclUnixSock.c
|
From 51db9b91674f5ce8709896f1f752bbed7680fe55 Mon Sep 17 00:00:00 2001
|
||||||
--- unix/tclUnixSock.c 2020-09-21 17:15:49.000000000 +0200
|
From: Gunnar Beutner <gbeutner@serenityos.org>
|
||||||
+++ unix.serenity/tclUnixSock.c 2021-04-25 09:39:28.224340150 +0200
|
Date: Tue, 27 Apr 2021 14:58:09 +0200
|
||||||
@@ -706,6 +706,7 @@
|
Subject: [PATCH] Remove uses of ipv6
|
||||||
|
|
||||||
|
---
|
||||||
|
tclUnixSock.c | 5 +++++
|
||||||
|
1 file changed, 5 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/tclUnixSock.c b/tclUnixSock.c
|
||||||
|
index 1a54914..121f8a4 100644
|
||||||
|
--- a/tclUnixSock.c
|
||||||
|
+++ b/tclUnixSock.c
|
||||||
|
@@ -706,6 +706,7 @@ static inline int
|
||||||
IPv6AddressNeedsNumericRendering(
|
IPv6AddressNeedsNumericRendering(
|
||||||
struct in6_addr addr)
|
struct in6_addr addr)
|
||||||
{
|
{
|
||||||
|
@ -9,7 +19,7 @@ diff -Naur tcl8.6.11/unix/tclUnixSock.c tcl8.6.11.serenity/unix/tclUnixSock.c
|
||||||
if (IN6_ARE_ADDR_EQUAL(&addr, &in6addr_any)) {
|
if (IN6_ARE_ADDR_EQUAL(&addr, &in6addr_any)) {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
@@ -716,11 +717,15 @@
|
@@ -716,11 +717,15 @@ IPv6AddressNeedsNumericRendering(
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!IN6_IS_ADDR_V4MAPPED(&addr)) {
|
if (!IN6_IS_ADDR_V4MAPPED(&addr)) {
|
||||||
|
@ -25,3 +35,6 @@ diff -Naur tcl8.6.11/unix/tclUnixSock.c tcl8.6.11.serenity/unix/tclUnixSock.c
|
||||||
}
|
}
|
||||||
#if defined (__clang__) || ((__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 5))))
|
#if defined (__clang__) || ((__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 5))))
|
||||||
#pragma GCC diagnostic pop
|
#pragma GCC diagnostic pop
|
||||||
|
--
|
||||||
|
2.36.1
|
||||||
|
|
7
Ports/tcl/patches/ReadMe.md
Normal file
7
Ports/tcl/patches/ReadMe.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# Patches for tcl on SerenityOS
|
||||||
|
|
||||||
|
## `0001-Remove-uses-of-ipv6.patch`
|
||||||
|
|
||||||
|
Remove uses of ipv6
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue