Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2016 18:08:22 +0000 (UTC)
From:      Vsevolod Stakhov <vsevolod@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408067 - in head/x11/slim: . files
Message-ID:  <201602041808.u14I8MZm068620@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602041808.u14I8MZm068620>