pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/firefox/files



Module Name:    pkgsrc
Committed By:   abs
Date:           Mon Aug  7 19:37:23 UTC 2023

Modified Files:
        pkgsrc/www/firefox/files: firefox.sh

Log Message:
Update comment for PR#57445/50277 workaround


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/firefox/files/firefox.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox/files/firefox.sh
diff -u pkgsrc/www/firefox/files/firefox.sh:1.3 pkgsrc/www/firefox/files/firefox.sh:1.4
--- pkgsrc/www/firefox/files/firefox.sh:1.3     Sun Jun 25 18:49:16 2023
+++ pkgsrc/www/firefox/files/firefox.sh Mon Aug  7 19:37:23 2023
@@ -1,7 +1,7 @@
 #!/bin/sh
 if [ -f /usr/X11R7/lib/libEGL.so ] && [ -z "$LD_PRELOAD" ] && \
   nm /usr/X11R7/lib/libGL.so | grep -Fq "B _glapi_tls_Dispatch"; then
-    # Temporary workaround for PR#57445
+    # Workaround for PR#57445/50277 for netbsd-9 & netbsd-10 pre 2023-08-05
     # This may not avoid a crash 100% of the time, but changes at least some
     # cases of 100% crash on startup to "have not yet seen crash on startup"
     echo "Applying libEGL LD_PRELOAD workaround for NetBSD" >&2



Home | Main Index | Thread Index | Old Index