svn commit: r309334 - in head/x11/slim: . files
Pawel Pekala
pawel at FreeBSD.org
Fri Dec 21 00:11:25 UTC 2012
Author: pawel
Date: Fri Dec 21 00:11:23 2012
New Revision: 309334
URL: http://svnweb.freebsd.org/changeset/ports/309334
Log:
- Fix ConsoleKit support [1]
- Add missing deps
- Remove Author: tag from pkg-descr
PR: ports/172365 [1]
Submitted by: Maxim Samsonov <xors at imap.cc>
Approved by: Henry Hu <henry.hu.sh at gmail.com> (maintainer)
Added:
head/x11/slim/files/patch-Ck.cpp (contents, props changed)
Modified:
head/x11/slim/Makefile
head/x11/slim/pkg-descr
Modified: head/x11/slim/Makefile
==============================================================================
--- head/x11/slim/Makefile Thu Dec 20 23:30:10 2012 (r309333)
+++ head/x11/slim/Makefile Fri Dec 21 00:11:23 2012 (r309334)
@@ -3,7 +3,7 @@
PORTNAME= slim
PORTVERSION= 1.3.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11
MASTER_SITES= http://slim.berlios.de/releases/
@@ -12,14 +12,18 @@ COMMENT= Graphical login manager for X11
LICENSE= GPLv2
-LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
- ck-connector:${PORTSDIR}/sysutils/consolekit \
+LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus \
+ pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
+ jpeg:${PORTSDIR}/graphics/jpeg \
png15:${PORTSDIR}/graphics/png \
freetype:${PORTSDIR}/print/freetype2 \
+ ck-connector:${PORTSDIR}/sysutils/consolekit \
+ expat:${PORTSDIR}/textproc/expat2 \
+ xcb:${PORTSDIR}/x11/libxcb \
fontconfig:${PORTSDIR}/x11-fonts/fontconfig
USE_CMAKE= yes
-USE_XORG= x11 xft xmu xorg-server xrender
+USE_XORG= ice sm x11 xau xdmcp xext xft xmu xorg-server xrender xt
USE_PKGCONFIG= build
USE_RC_SUBR= slim
SUB_FILES= pkg-message
Added: head/x11/slim/files/patch-Ck.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/slim/files/patch-Ck.cpp Fri Dec 21 00:11:23 2012 (r309334)
@@ -0,0 +1,11 @@
+--- Ck.cpp.orig 2012-02-22 03:59:52.000000000 +0400
++++ Ck.cpp 2012-07-19 00:03:34.000000000 +0400
+@@ -91,7 +91,7 @@
+
+ vt = *((long *)return_value);
+
+- std::snprintf(device, 32, "/dev/tty%ld", vt);
++ std::snprintf(device, 32, "/dev/ttyv%ld", vt - 1);
+
+ if(return_value)
+ XFree(return_value);
Modified: head/x11/slim/pkg-descr
==============================================================================
--- head/x11/slim/pkg-descr Thu Dec 20 23:30:10 2012 (r309333)
+++ head/x11/slim/pkg-descr Fri Dec 21 00:11:23 2012 (r309334)
@@ -5,5 +5,4 @@ It aims to be light and simple, although
themes and an option file; is suitable for machines on which remote login
functionalities are not needed.
-Author: Simone Rota and Johannes Winkelmann
WWW: http://slim.berlios.de/
More information about the svn-ports-head
mailing list