pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox115/files
Module Name: pkgsrc
Committed By: wiz
Date: Thu Nov 9 15:22:49 UTC 2023
Modified Files:
pkgsrc/www/firefox115/files: firefox.sh
Log Message:
firefox115: copy files/firefox.sh from www/firefox
Addresses PR 57688 by John McCue.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/firefox115/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/firefox115/files/firefox.sh
diff -u pkgsrc/www/firefox115/files/firefox.sh:1.1 pkgsrc/www/firefox115/files/firefox.sh:1.2
--- pkgsrc/www/firefox115/files/firefox.sh:1.1 Mon Sep 11 12:33:25 2023
+++ pkgsrc/www/firefox115/files/firefox.sh Thu Nov 9 15:22:49 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
@@ -11,4 +11,4 @@ if [ -f /usr/X11R7/lib/libEGL.so ] && [
# by default, but it's not even worth looking at that on a system without
# the fixed libGL
fi
-exec /usr/pkg/lib/firefox/firefox "$@"
+exec @PREFIX@/lib/@MOZILLA@/@MOZILLA@ "$@"
Home |
Main Index |
Thread Index |
Old Index