FreeBSD Bugzilla – Attachment 176940 Details for
Bug 214458
graphics/llpp: Fix 'crashes Firefox sometimes'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
llpp.diff
llpp.diff (text/plain), 1.08 KB, created by
Tobias Kortkamp
on 2016-11-13 00:04:25 UTC
(
hide
)
Description:
llpp.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2016-11-13 00:04:25 UTC
Size:
1.08 KB
patch
obsolete
>diff --git a/graphics/llpp/Makefile b/graphics/llpp/Makefile >index 057860e..ac988c3 100644 >--- a/graphics/llpp/Makefile >+++ b/graphics/llpp/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= llpp > PORTVERSION= 22 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= graphics > MASTER_SITES= http://repo.or.cz/llpp.git/snapshot/ > DISTNAME= 561dc5673cea431e930668b0d87b0c4b31a36b39 >diff --git a/graphics/llpp/files/patch-config.ml b/graphics/llpp/files/patch-config.ml >new file mode 100644 >index 0000000..43a5c69 >--- /dev/null >+++ b/graphics/llpp/files/patch-config.ml >@@ -0,0 +1,21 @@ >+--- config.ml.orig 2015-10-13 20:12:27 UTC >++++ config.ml >+@@ -1420,17 +1420,7 @@ let do_load f contents = >+ ;; >+ >+ let defconfpath = >+- let dir = >+- let xdgconfdir = Utils.getenvwithdef "XDG_CONFIG_HOME" E.s in >+- if emptystr xdgconfdir >+- then >+- try >+- let dir = Filename.concat home ".config" in >+- if Sys.is_directory dir then dir else home >+- with _ -> home >+- else xdgconfdir >+- in >+- Filename.concat dir "llpp.conf" >++ Filename.concat home ".llpp.conf" >+ ;; >+ >+ let confpath = ref defconfpath;;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
tobik
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 214458
: 176940
Working