Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/files/
Date: Tue, 14 Mar 2023 23:01:56
Message-Id: 1678834782.6c3b48b5d1f722bf5ccdc0d89b464390254fdc35.conikost@gentoo
1 commit: 6c3b48b5d1f722bf5ccdc0d89b464390254fdc35
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Wed Mar 8 18:15:17 2023 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 14 22:59:42 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3b48b5
7
8 mail-mta/postfix: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Closes: https://github.com/gentoo/gentoo/pull/29998
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 mail-mta/postfix/files/linux-6.patch | 24 ------------------------
15 1 file changed, 24 deletions(-)
16
17 diff --git a/mail-mta/postfix/files/linux-6.patch b/mail-mta/postfix/files/linux-6.patch
18 deleted file mode 100644
19 index 19e73dc34b8e..000000000000
20 --- a/mail-mta/postfix/files/linux-6.patch
21 +++ /dev/null
22 @@ -1,24 +0,0 @@
23 ---- a/makedefs 2022-01-23 21:53:41.000000000 +0100
24 -+++ b/makedefs 2022-09-07 19:07:02.000000000 +0200
25 -@@ -627,7 +627,8 @@
26 - : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"}
27 - : ${PLUGIN_LD="${CC-gcc} -shared"}
28 - ;;
29 -- Linux.[345].*) SYSTYPE=LINUX$RELEASE_MAJOR
30 -+ Linux.[3456].*)
31 -+ SYSTYPE=LINUX$RELEASE_MAJOR
32 - case "$CCARGS" in
33 - *-DNO_DB*) ;;
34 - *-DHAS_DB*) ;;
35 ---- a/src/util/sys_defs.h 2021-12-05 19:59:27.000000000 +0100
36 -+++ b/src/util/sys_defs.h 2022-09-07 19:09:09.000000000 +0200
37 -@@ -751,7 +751,8 @@
38 - /*
39 - * LINUX.
40 - */
41 --#if defined(LINUX2) || defined(LINUX3) || defined(LINUX4) || defined(LINUX5)
42 -+#if defined(LINUX2) || defined(LINUX3) || defined(LINUX4) || defined(LINUX5) \
43 -+ || defined(LINUX6)
44 - #define SUPPORTED
45 - #define UINT32_TYPE unsigned int
46 - #define UINT16_TYPE unsigned short