ports/compat-32 (3.7): removed unused patch files
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 1c100d6e152bb6aa584cc4bbc10752f5d1fb69d4 Author: Tim Biermann <tbier@posteo.de> Date: Sat Mar 5 17:52:33 2022 +0100 removed unused patch files diff --git a/libunwind-32/libunwind-1.5.0-x32.patch b/libunwind-32/libunwind-1.5.0-x32.patch deleted file mode 100644 index cad60a7..0000000 --- a/libunwind-32/libunwind-1.5.0-x32.patch +++ /dev/null @@ -1,18 +0,0 @@ -https://github.com/libunwind/libunwind/issues/264 - -From a716a18c0c2a089c55d83b067071a4cfc47e8a35 Mon Sep 17 00:00:00 2001 -From: kasperk81 <83082615+kasperk81@users.noreply.github.com> -Date: Wed, 30 Jun 2021 23:23:22 +0000 -Subject: [PATCH] Fix -mx32 compilation error - ---- a/src/x86_64/Gos-linux.c -+++ b/src/x86_64/Gos-linux.c -@@ -149,7 +149,7 @@ x86_64_sigreturn (unw_cursor_t *cursor) - __asm__ __volatile__ ("mov %0, %%rsp;" - "mov %1, %%rax;" - "syscall" -- :: "r"(sc), "i"(SYS_rt_sigreturn) -+ :: "r"((uint64_t)sc), "i"(SYS_rt_sigreturn) - : "memory"); - abort(); - } diff --git a/nvidia-fb-32/nvidia-makefile.patch b/nvidia-fb-32/nvidia-makefile.patch deleted file mode 100644 index b334e5b..0000000 --- a/nvidia-fb-32/nvidia-makefile.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- Makefile.kbuild.orig 2012-11-16 21:37:14.691678587 -0600 -+++ Makefile.kbuild 2012-11-16 21:37:39.731679795 -0600 -@@ -223,10 +223,10 @@ - .PHONY: suser-sanity-check rmmod-sanity-check build-sanity-checks - - suser-sanity-check: -- @if ! $(CONFTEST) suser_sanity_check; then exit 1; fi -+ #@if ! $(CONFTEST) suser_sanity_check; then exit 1; fi - - rmmod-sanity-check: -- @if ! $(CONFTEST) rmmod_sanity_check; then exit 1; fi -+ #@if ! $(CONFTEST) rmmod_sanity_check; then exit 1; fi - - build-sanity-checks: - @if ! $(CONFTEST) cc_version_check full_output; then exit 1; fi -@@ -256,9 +256,9 @@ - # - - module-install: suser-sanity-check module -- @mkdir -p $(MODULE_ROOT)/video; \ -- install -m 0664 -o root -g root $(MODULE_OBJECT) $(MODULE_ROOT)/video; \ -- PATH="$(PATH):/bin:/sbin" depmod -a -+ #@mkdir -p $(MODULE_ROOT)/video; \ -+ #install -m 0664 -o root -g root $(MODULE_OBJECT) $(MODULE_ROOT)/video; \ -+ #PATH="$(PATH):/bin:/sbin" depmod -a - - # - # This target builds, then installs, then creates device nodes and inserts -@@ -266,8 +266,8 @@ - # - - package-install: module-install rmmod-sanity-check -- @PATH="$(PATH):/bin:/sbin" modprobe $(MODULE_NAME) && \ -- echo "$(MODULE_OBJECT) installed successfully."; -+ #@PATH="$(PATH):/bin:/sbin" modprobe $(MODULE_NAME) && \ -+ #echo "$(MODULE_OBJECT) installed successfully."; - - # - # Build an object file suitable for further processing by the installer
participants (1)
-
crux@crux.nu