View | Details | Raw Unified | Return to bug 214458
Collapse All | Expand All

(-)b/graphics/llpp/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	llpp
4
PORTNAME=	llpp
5
PORTVERSION=	22
5
PORTVERSION=	22
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	http://repo.or.cz/llpp.git/snapshot/
8
MASTER_SITES=	http://repo.or.cz/llpp.git/snapshot/
9
DISTNAME=	561dc5673cea431e930668b0d87b0c4b31a36b39
9
DISTNAME=	561dc5673cea431e930668b0d87b0c4b31a36b39
(-)b/graphics/llpp/files/patch-config.ml (+21 lines)
Added Link Here
1
--- config.ml.orig	2015-10-13 20:12:27 UTC
2
+++ config.ml
3
@@ -1420,17 +1420,7 @@ let do_load f contents =
4
 ;;
5
 
6
 let defconfpath =
7
-  let dir =
8
-    let xdgconfdir = Utils.getenvwithdef "XDG_CONFIG_HOME" E.s in
9
-    if emptystr xdgconfdir
10
-    then
11
-      try
12
-        let dir = Filename.concat home ".config" in
13
-        if Sys.is_directory dir then dir else home
14
-      with _ -> home
15
-    else xdgconfdir
16
-  in
17
-  Filename.concat dir "llpp.conf"
18
+  Filename.concat home ".llpp.conf"
19
 ;;
20
 
21
 let confpath = ref defconfpath;;

Return to bug 214458