svn commit: r478222 - head/x11/slim

Steve Wills swills at FreeBSD.org
Mon Aug 27 16:42:31 UTC 2018


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 at 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:


More information about the svn-ports-all mailing list