summaryrefslogtreecommitdiff
path: root/net-misc/nx
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-22 00:41:01 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-22 00:41:01 +0000
commit23b767af73549eeb4dd3069e09d0f2fcb88669a8 (patch)
tree7ad731ac748d72a48ae7079bc8fb0718c554d65d /net-misc/nx
parent3003897133b1bcfe9a241c2708e938903879aee3 (diff)
gentoo auto-resync : 22:03:2023 - 00:41:01
Diffstat (limited to 'net-misc/nx')
-rw-r--r--net-misc/nx/Manifest1
-rw-r--r--net-misc/nx/files/nx-3.5.99.25-musl.patch54
2 files changed, 0 insertions, 55 deletions
diff --git a/net-misc/nx/Manifest b/net-misc/nx/Manifest
index ef02b3a9fbf8..07b1905f4593 100644
--- a/net-misc/nx/Manifest
+++ b/net-misc/nx/Manifest
@@ -1,4 +1,3 @@
-AUX nx-3.5.99.25-musl.patch 2182 BLAKE2B f32e06f3c35a89b8b18fa9d9fc64b5e51e898e3b34ded78c37fbb30e75d2104a1df1584efe3c9c15356a9abe1106f9a8cc83cebaa08609fa1603bdf0b07cf966 SHA512 54b958e1f717180c5d66194b1b67c4c4adb235a654bec9ec4c73a2707baa69643dcfa02a3f9d8f0b2ed2c931dc766ab9a056e8f7474ffbff824ef5f8ab03bea7
AUX nx-3.5.99.26-binutils-2.36.patch 1130 BLAKE2B 80bcb5c7fa7d4e14493a6e641dab3db393da2d20aa90cd5da68520c90b20b608c8a247ef0c85ee8f501907fe45c3b68d7c122b133c14a37d90599bcf132b22a2 SHA512 f767cb459f82c5f69fd957b42f04c51fff5fb583a2f1b47edb14a33654f5e36b8371fa9ca886fbf13ef780e403af089c055349b21f0f1cb154bb82e32980bcb3
AUX nx-3.5.99.26-musl.patch 2203 BLAKE2B f4c43ed04ef6f35ef159ff30102cc6b52154e1a620a5a419f82e20f721f37832826ce0f8f141b6fdb6ce8a6814cd2fd5fec308c6f69f0b235b72578e67c1cbbd SHA512 f99052424faa49324aa79deeb92890e018872615c3d10bb0426e26487c3394201c6cb477628676583fda1794b1c980c07f31fdfe6379558694cce17734787131
AUX nx-3.5.99.26-riscv64-support.patch 2204 BLAKE2B a52c4bf54edb09a73d86ecaf6daf5aeff820493c927fb6277fac4d7f514117d2f55eb38bf81539af4b8793b439ff78772cda819979e0b144b69f0d272664ba90 SHA512 a7ebfd63a54436e61c895c43290f805833d1f704b1e17cdff6607239dc84cc08cd8bcab0a5e1154ffa8bde3d28e2482d9ecf9d6697c23df6f29797b7447fc052
diff --git a/net-misc/nx/files/nx-3.5.99.25-musl.patch b/net-misc/nx/files/nx-3.5.99.25-musl.patch
deleted file mode 100644
index d7f76c04802c..000000000000
--- a/net-misc/nx/files/nx-3.5.99.25-musl.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-diff -uNr a/nx-X11/extras/Mesa_6.4.2/src/mesa/main/glheader.h b/nx-X11/extras/Mesa_6.4.2/src/mesa/main/glheader.h
---- a/nx-X11/extras/Mesa_6.4.2/src/mesa/main/glheader.h 2020-11-04 06:43:58.000000000 -0600
-+++ b/nx-X11/extras/Mesa_6.4.2/src/mesa/main/glheader.h 2023-03-16 12:58:34.515215736 -0600
-@@ -62,9 +62,6 @@
- #include <stdlib.h>
- #include <stdio.h>
- #include <string.h>
--#if defined(__linux__) && defined(__i386__)
--#include <fpu_control.h>
--#endif
- #endif
- #include <float.h>
- #include <stdarg.h>
-diff -uNr a/nx-X11/extras/Mesa_6.4.2/src/mesa/main/imports.c b/nx-X11/extras/Mesa_6.4.2/src/mesa/main/imports.c
---- a/nx-X11/extras/Mesa_6.4.2/src/mesa/main/imports.c 2020-11-04 06:43:58.000000000 -0600
-+++ b/nx-X11/extras/Mesa_6.4.2/src/mesa/main/imports.c 2023-03-16 12:59:23.828001633 -0600
-@@ -1169,20 +1169,6 @@
- static GLboolean initialized = GL_FALSE;
- if (!initialized) {
- init_sqrt_table();
--
--#if defined(_FPU_GETCW) && defined(_FPU_SETCW)
-- {
-- const char *debug = _mesa_getenv("MESA_DEBUG");
-- if (debug && _mesa_strcmp(debug, "FP")==0) {
-- /* die on FP exceptions */
-- fpu_control_t mask;
-- _FPU_GETCW(mask);
-- mask &= ~(_FPU_MASK_IM | _FPU_MASK_DM | _FPU_MASK_ZM
-- | _FPU_MASK_OM | _FPU_MASK_UM);
-- _FPU_SETCW(mask);
-- }
-- }
--#endif
- initialized = GL_TRUE;
- }
-
-diff -uNr a/nx-X11/programs/Xserver/Xext/xf86bigfont.c b/nx-X11/programs/Xserver/Xext/xf86bigfont.c
---- a/nx-X11/programs/Xserver/Xext/xf86bigfont.c 2020-11-04 06:43:58.000000000 -0600
-+++ b/nx-X11/programs/Xserver/Xext/xf86bigfont.c 2023-03-16 13:01:30.256598143 -0600
-@@ -40,13 +40,6 @@
-
- #include <sys/types.h>
- #ifdef HAS_SHM
--#if defined(linux) && (!defined(__GNU_LIBRARY__) || __GNU_LIBRARY__ < 2)
--/* libc4 does not define __GNU_LIBRARY__, libc5 defines __GNU_LIBRARY__ as 1 */
--/* Linux libc4 and libc5 only (because glibc doesn't include kernel headers):
-- Linux 2.0.x and 2.2.x define SHMLBA as PAGE_SIZE, but forget to define
-- PAGE_SIZE. It is defined in <asm/page.h>. */
--#include <asm/page.h>
--#endif
- #ifdef SVR4
- #include <sys/sysmacros.h>
- #endif