aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorvsevolod <vsevolod@FreeBSD.org>2016-02-05 02:08:21 +0800
committervsevolod <vsevolod@FreeBSD.org>2016-02-05 02:08:21 +0800
commitcbcc5f236cc72c2453af8cbddf6e9ec584ba826a (patch)
tree0934627fbc30730bfa17d1e96e112a5cc6604b96 /x11
parent934acf295edea3b78623ec9e664da487b40dac66 (diff)
downloadfreebsd-ports-gnome-cbcc5f236cc72c2453af8cbddf6e9ec584ba826a.tar.gz
freebsd-ports-gnome-cbcc5f236cc72c2453af8cbddf6e9ec584ba826a.tar.zst
freebsd-ports-gnome-cbcc5f236cc72c2453af8cbddf6e9ec584ba826a.zip
- Force use unix sockets
PR: 206050 Submitted by: rozhuk.im at gmail.com Approved by: maintainer
Diffstat (limited to 'x11')
-rw-r--r--x11/slim/Makefile2
-rw-r--r--x11/slim/files/patch-const.h11
2 files changed, 12 insertions, 1 deletions
diff --git a/x11/slim/Makefile b/x11/slim/Makefile
index 9f86de1a9ebe..6a077dc5a886 100644
--- a/x11/slim/Makefile
+++ b/x11/slim/Makefile
@@ -3,7 +3,7 @@
PORTNAME= slim
PORTVERSION= 1.3.6
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= x11
MASTER_SITES= ftp://ftp.berlios.de/pub/slim/ \
SF/slim.berlios
diff --git a/x11/slim/files/patch-const.h b/x11/slim/files/patch-const.h
new file mode 100644
index 000000000000..fd10755ad3cc
--- /dev/null
+++ b/x11/slim/files/patch-const.h
@@ -0,0 +1,11 @@
+--- const.h.orig 2014-08-12 18:08:28.000000000 +0200
++++ const.h 2014-08-12 18:09:20.000000000 +0200
+@@ -13,7 +13,7 @@
+ #define _CONST_H_
+
+ #define APPNAME "slim"
+-#define DISPLAY ":0.0"
++#define DISPLAY "unix:0.0"
+
+ #define CONSOLE_STR "console"
+ #define HALT_STR "halt"