Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 10:17:59 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350919 - head/x11/gnome-session
Message-ID:  <201404111017.s3BAHxEk069221@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Apr 11 10:17:59 2014
New Revision: 350919
URL: http://svnweb.freebsd.org/changeset/ports/350919
QAT: https://qat.redports.org/buildarchive/r350919/

Log:
  Support stage

Modified:
  head/x11/gnome-session/Makefile
  head/x11/gnome-session/pkg-plist

Modified: head/x11/gnome-session/Makefile
==============================================================================
--- head/x11/gnome-session/Makefile	Fri Apr 11 10:15:04 2014	(r350918)
+++ head/x11/gnome-session/Makefile	Fri Apr 11 10:17:59 2014	(r350919)
@@ -15,29 +15,25 @@ COMMENT=	Session component for the GNOME
 CONFLICTS=	gnome-session-2.31.* gnome-session-2.90.* gnome-session-3.*
 
 BUILD_DEPENDS=	${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon
-LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
-		gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring \
-		notify.4:${PORTSDIR}/devel/libnotify \
-		execinfo:${PORTSDIR}/devel/libexecinfo \
-		upower-glib.1:${PORTSDIR}/sysutils/upower
+LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+		libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \
+		libnotify.so:${PORTSDIR}/devel/libnotify \
+		libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
+		libupower-glib.so:${PORTSDIR}/sysutils/upower
 RUN_DEPENDS=	${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \
     		${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \
 		${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo
 
 INSTALLS_ICONS=	yes
-USES=		gettext gmake pkgconfig
-USE_BZIP2=	yes
+USES=		gettext gmake pathfix pkgconfig tar:bzip2
 USE_XORG=	ice sm xau xrandr
-USE_GNOME=	gnomeprefix gnomehack intlhack gconf2
+USE_GNOME=	gnomeprefix intlhack gconf2
 GNOME_DESKTOP_VERSION=2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-docbook-docs
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-MAN1=		gnome-session.1 gnome-wm.1 gnome-session-properties.1 \
-		gnome-session-save.1
 GCONF_SCHEMAS=	gnome-session.schemas
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11/gnome-session/pkg-plist
==============================================================================
--- head/x11/gnome-session/pkg-plist	Fri Apr 11 10:15:04 2014	(r350918)
+++ head/x11/gnome-session/pkg-plist	Fri Apr 11 10:17:59 2014	(r350919)
@@ -2,6 +2,10 @@ bin/gnome-session
 bin/gnome-session-properties
 bin/gnome-session-save
 bin/gnome-wm
+man/man1/gnome-session-properties.1.gz
+man/man1/gnome-session-save.1.gz
+man/man1/gnome-session.1.gz
+man/man1/gnome-wm.1.gz
 share/applications/session-properties.desktop
 %%DATADIR%%/gsm-inhibit-dialog.ui
 %%DATADIR%%/session-properties.ui



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