Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Aug 2018 16:42:30 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478222 - head/x11/slim
Message-ID:  <201808271642.w7RGgUSQ097960@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Aug 27 16:42:30 2018
New Revision: 478222
URL: https://svnweb.freebsd.org/changeset/ports/478222

Log:
  x11/slim: enable UTF8 by default
  
  PR:		230902
  Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)

Modified:
  head/x11/slim/Makefile   (contents, props changed)

Modified: head/x11/slim/Makefile
==============================================================================
--- head/x11/slim/Makefile	Mon Aug 27 16:37:53 2018	(r478221)
+++ head/x11/slim/Makefile	Mon Aug 27 16:42:30 2018	(r478222)
@@ -3,7 +3,7 @@
 
 PORTNAME=	slim
 PORTVERSION=	1.3.6
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	x11
 MASTER_SITES=	ftp://ftp.berlios.de/pub/slim/ \
 		SF/slim.berlios
@@ -30,7 +30,7 @@ CMAKE_ARGS=	-DUSE_CONSOLEKIT=yes \
 		-DBUILD_SHARED_LIBS=yes
 
 OPTIONS_DEFINE=		PAM UTF8 CONSOLEKIT
-OPTIONS_DEFAULT=	PAM CONSOLEKIT
+OPTIONS_DEFAULT=	PAM UTF8 CONSOLEKIT
 OPTIONS_SUB=	yes
 
 UTF8_DESC=	Support UTF-8 characters
@@ -45,7 +45,8 @@ PAM_CMAKE_OFF=	-DUSE_PAM=no
 UTF8_EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-utf8
 
 CONSOLEKIT_CMAKE_ON=	-DUSE_CONSOLEKIT=yes
-CONSOLEKIT_LIB_DEPENDS=	libck-connector.so:sysutils/consolekit2
+CONSOLEKIT_LIB_DEPENDS=	libck-connector.so:sysutils/consolekit2 \
+			libdbus-1.so:devel/dbus
 CONSOLEKIT_CMAKE_OFF=	-DUSE_CONSOLEKIT=no
 
 post-patch:



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