From 860821402c33fcba31564fbd99352783ce88994d Mon Sep 17 00:00:00 2001 From: Jesper Schmitz Mouridsen Date: Fri, 22 Mar 2024 21:27:56 +0100 Subject: www/librewolf: Update to 123.0-1 switch to unity-menubar from archlinux, since it is not currently maintained by upstream. PR: 277807 Approved by: freebsd@sysctl.cz (maintainer) --- www/librewolf/files/patch-toolkit_xre_glxtest.cpp | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 www/librewolf/files/patch-toolkit_xre_glxtest.cpp (limited to 'www/librewolf/files/patch-toolkit_xre_glxtest.cpp') diff --git a/www/librewolf/files/patch-toolkit_xre_glxtest.cpp b/www/librewolf/files/patch-toolkit_xre_glxtest.cpp deleted file mode 100644 index a054f2032cd2..000000000000 --- a/www/librewolf/files/patch-toolkit_xre_glxtest.cpp +++ /dev/null @@ -1,17 +0,0 @@ ---- toolkit/xre/glxtest/glxtest.cpp.orig 2023-05-28 22:08:21.663847000 +0200 -+++ toolkit/xre/glxtest/glxtest.cpp 2023-05-28 22:09:33.647075000 +0200 -@@ -195,9 +195,14 @@ - static void get_pci_status() { - log("GLX_TEST: get_pci_status start\n"); - -+#if defined(__FreeBSD__) -+ if (access("/dev/pci", F_OK) != 0) { -+ record_warning("cannot access /dev/pci"); -+#else - if (access("/sys/bus/pci/", F_OK) != 0 && - access("/sys/bus/pci_express/", F_OK) != 0) { - record_warning("cannot access /sys/bus/pci"); -+#endif - return; - } - -- cgit v1.2.3