Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Aug 2014 06:24:30 +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: r364074 - in head/x11: gdm gnome-session mate-session-manager
Message-ID:  <53e0789e.5ba7.510c93f@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Aug  5 06:24:29 2014
New Revision: 364074
URL: http://svnweb.freebsd.org/changeset/ports/364074
QAT: https://qat.redports.org/buildarchive/r364074/

Log:
  USES=execinfo

Modified:
  head/x11/gdm/Makefile
  head/x11/gnome-session/Makefile
  head/x11/mate-session-manager/Makefile

Modified: head/x11/gdm/Makefile
==============================================================================
--- head/x11/gdm/Makefile	Tue Aug  5 05:29:29 2014	(r364073)
+++ head/x11/gdm/Makefile	Tue Aug  5 06:24:29 2014	(r364074)
@@ -13,10 +13,9 @@ MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	GNOME 2 version of xdm display manager
 
 BUILD_DEPENDS=	zenity:${PORTSDIR}/x11/zenity \
-    		${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
+		${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
 LIB_DEPENDS=	libck-connector.so:${PORTSDIR}/sysutils/consolekit \
 		libpolkit-gtk-1.so:${PORTSDIR}/sysutils/polkit-gnome \
-    		libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
 		libupower-glib.so:${PORTSDIR}/sysutils/upower \
 		libxklavier.so:${PORTSDIR}/x11/libxklavier \
 		libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra
@@ -35,7 +34,7 @@ USE_XORG=	dmx dmxproto
 INSTALLS_ICONS=	yes
 USE_RC_SUBR=	gdm
 USE_GNOME_SUBR=	yes
-USES=		pathfix gettext gmake pkgconfig tar:xz
+USES=		execinfo gettext gmake pathfix pkgconfig tar:xz
 USE_GNOME=	intlhack gnomehier gconf2 librsvg2 \
 		gnomedocutils gnomeprefix gnomepanel
 GCONF_SCHEMAS=	gdm-simple-greeter.schemas

Modified: head/x11/gnome-session/Makefile
==============================================================================
--- head/x11/gnome-session/Makefile	Tue Aug  5 05:29:29 2014	(r364073)
+++ head/x11/gnome-session/Makefile	Tue Aug  5 06:24:29 2014	(r364074)
@@ -18,14 +18,13 @@ BUILD_DEPENDS=	${LOCALBASE}/libexec/gnom
 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 pathfix pkgconfig tar:bzip2
+USES=		execinfo gettext gmake pathfix pkgconfig tar:bzip2
 USE_XORG=	ice sm xau xrandr
 USE_GNOME=	gnomeprefix intlhack gconf2
 GNOME_DESKTOP_VERSION=2

Modified: head/x11/mate-session-manager/Makefile
==============================================================================
--- head/x11/mate-session-manager/Makefile	Tue Aug  5 05:29:29 2014	(r364073)
+++ head/x11/mate-session-manager/Makefile	Tue Aug  5 06:24:29 2014	(r364074)
@@ -12,14 +12,13 @@ MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Session component for the MATE desktop
 
 LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
-		libupower-glib.so:${PORTSDIR}/sysutils/upower \
-		libexecinfo.so:${PORTSDIR}/devel/libexecinfo
+		libupower-glib.so:${PORTSDIR}/sysutils/upower
 RUN_DEPENDS=	${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \
 		${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo
 
 PORTSCOUT=	limitw:1,even
 
-USES=		gettext gmake pathfix pkgconfig tar:xz
+USES=		execinfo gettext gmake pathfix pkgconfig tar:xz
 USE_MATE=	settingsdaemon
 USE_XORG=	ice sm xau xext xrandr xrender xtrans xtst
 USE_GNOME=	glib20 gnomehier gtk20 intlhack librsvg2 libxslt pango



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e0789e.5ba7.510c93f>