svn commit: r408067 - in head/x11/slim: . files
Vsevolod Stakhov
vsevolod at FreeBSD.org
Thu Feb 4 18:08:23 UTC 2016
Author: vsevolod
Date: Thu Feb 4 18:08:21 2016
New Revision: 408067
URL: https://svnweb.freebsd.org/changeset/ports/408067
Log:
- Force use unix sockets
PR: 206050
Submitted by: rozhuk.im at gmail.com
Approved by: maintainer
Added:
head/x11/slim/files/patch-const.h (contents, props changed)
Modified:
head/x11/slim/Makefile
Modified: head/x11/slim/Makefile
==============================================================================
--- head/x11/slim/Makefile Thu Feb 4 18:07:57 2016 (r408066)
+++ head/x11/slim/Makefile Thu Feb 4 18:08:21 2016 (r408067)
@@ -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
Added: head/x11/slim/files/patch-const.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/slim/files/patch-const.h Thu Feb 4 18:08:21 2016 (r408067)
@@ -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"
More information about the svn-ports-head
mailing list