Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2013 21:25:01 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328057 - head/x11-wm/xfce4-session
Message-ID:  <201309232125.r8NLP1qd077817@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Mon Sep 23 21:25:01 2013
New Revision: 328057
URL: http://svnweb.freebsd.org/changeset/ports/328057

Log:
  - Fix polkit detection and convert to new LIB_DEPENDS syntax
  - Bump PORTREVISION
  - Switch to USES= gmake

Modified:
  head/x11-wm/xfce4-session/Makefile

Modified: head/x11-wm/xfce4-session/Makefile
==============================================================================
--- head/x11-wm/xfce4-session/Makefile	Mon Sep 23 21:24:50 2013	(r328056)
+++ head/x11-wm/xfce4-session/Makefile	Mon Sep 23 21:25:01 2013	(r328057)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xfce4-session
 PORTVERSION=	4.10.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-wm xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/xfce/${PORTNAME}/${PORTVERSION:R}
@@ -15,20 +15,17 @@ COMMENT=	Xfce's session manager
 BUILD_DEPENDS=	iceauth:${PORTSDIR}/x11/iceauth
 RUN_DEPENDS=	iceauth:${PORTSDIR}/x11/iceauth \
 		console-kit-daemon:${PORTSDIR}/sysutils/consolekit
-LIB_DEPENDS=	wnck-1:${PORTSDIR}/x11-toolkits/libwnck \
-		dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
-		upower-glib:${PORTSDIR}/sysutils/upower \
-		polkit.2:${PORTSDIR}/sysutils/policykit
-# explicitly add SHLIB version number for policykit to prevent LIB_DEPENDS
-# matching sysutils/polkit instead (which has libpolkit-agent.so.1)
+LIB_DEPENDS=	libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck \
+		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+		libupower-glib.so:${PORTSDIR}/sysutils/upower \
+		libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit
 
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 USE_GNOME=	gtk20 glib20 intltool intlhack
-USES=		pathfix pkgconfig
+USES=		pathfix pkgconfig gmake
 USE_LDCONFIG=	yes
 USE_XFCE=	configenv libmenu libutil xfconf
 USE_XORG=	x11 sm ice



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