From owner-svn-ports-all@freebsd.org Thu Feb 4 18:08:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 489C6A9C9A7; Thu, 4 Feb 2016 18:08:23 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 192AAAC7; Thu, 4 Feb 2016 18:08:23 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u14I8MMs068622; Thu, 4 Feb 2016 18:08:22 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u14I8MZm068620; Thu, 4 Feb 2016 18:08:22 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201602041808.u14I8MZm068620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Thu, 4 Feb 2016 18:08:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408067 - in head/x11/slim: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Feb 2016 18:08:23 -0000 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"