diff options
| author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-05 15:43:54 +0800 | 
|---|---|---|
| committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-05 15:43:54 +0800 | 
| commit | 51173c6aafe5c210422b93de19e623a27ee81d8a (patch) | |
| tree | d08c7d489d814822978c91b1449e916c731a5738 | |
| parent | 84cfc8a5171a65334d4b201bb6c14247ad52f898 (diff) | |
| download | marcuscom-ports-51173c6aafe5c210422b93de19e623a27ee81d8a.tar.gz marcuscom-ports-51173c6aafe5c210422b93de19e623a27ee81d8a.tar.zst marcuscom-ports-51173c6aafe5c210422b93de19e623a27ee81d8a.zip  | |
Switch to USES=execinfo
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19789 df743ca5-7f9a-e211-a948-0013205c9059
| -rw-r--r-- | audio/pulseaudio/Makefile | 7 | ||||
| -rw-r--r-- | net-im/telepathy-idle/Makefile | 7 | ||||
| -rw-r--r-- | ports-mgmt/packagekit/Makefile | 8 | ||||
| -rw-r--r-- | sysutils/mate-power-manager/Makefile | 3 | ||||
| -rw-r--r-- | x11-wm/muffin/Makefile | 3 | ||||
| -rw-r--r-- | x11/cinnamon-session/Makefile | 3 | ||||
| -rw-r--r-- | x11/gdm/Makefile | 3 | ||||
| -rw-r--r-- | x11/gnome-session/Makefile | 5 | ||||
| -rw-r--r-- | x11/mate-session-manager/Makefile | 5 | 
9 files changed, 18 insertions, 26 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 3f5e5a8cd..df4956c8f 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -1,6 +1,6 @@  # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>  # $FreeBSD$ -#   $MCom: ports/trunk/audio/pulseaudio/Makefile 18611 2013-06-30 16:33:55Z marcus $ +#   $MCom$  #  # !!!NOTE!!! Any PORTVERSION update to this port must be accompanied by  # PORTREVISION bumps of depending ports. @@ -21,16 +21,15 @@ LIB_DEPENDS=	libsamplerate.so:${PORTSDIR}/audio/libsamplerate \  		liborc-0.4.so:${PORTSDIR}/devel/orc \  		libjson.so:${PORTSDIR}/devel/json-c \  		libdbus-1.so:${PORTSDIR}/devel/dbus \ -		libexecinfo.so:${PORTSDIR}/devel/libexecinfo \  		libck-connector.so:${PORTSDIR}/sysutils/consolekit  USE_GNOME=	glib20 intltool gnomehier  USE_XORG=	x11 sm xtst ice  USE_LDCONFIG=	yes -USES=		gettext gmake libtool:keepla pathfix pkgconfig tar:xz +USES=		execinfo gettext gmake libtool:keepla pathfix \ +		pkgconfig tar:xz  GNU_CONFIGURE=	yes  USE_AUTOTOOLS=	libltdl -#MAKE_JOBS_UNSAFE=yes  CONFIGURE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \  		PTHREAD_LIBS="${PTHREAD_LIBS}" \  		OPENSSL_CFLAGS="-I/usr/include" \ diff --git a/net-im/telepathy-idle/Makefile b/net-im/telepathy-idle/Makefile index 77fb36d7c..50bec23f3 100644 --- a/net-im/telepathy-idle/Makefile +++ b/net-im/telepathy-idle/Makefile @@ -10,14 +10,13 @@ MASTER_SITES=	http://telepathy.freedesktop.org/releases/${PORTNAME}/  MAINTAINER=	gnome@FreeBSD.org  COMMENT=	IRC Connection Manager for Telepathy Framework -LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ -		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ +LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \  		libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib +USES=		execinfo gmake pathfix pkgconfig +USE_GNOME=	glib20 libxslt:build  GNU_CONFIGURE=	yes  USE_OPENSSL=	yes -USES=		gmake pathfix pkgconfig -USE_GNOME=	glib20 libxslt:build  USE_PYTHON_BUILD=yes  CPPFLAGS+=	-I${LOCALBASE}/include diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile index 8d775666c..3ff0b11f8 100644 --- a/ports-mgmt/packagekit/Makefile +++ b/ports-mgmt/packagekit/Makefile @@ -11,13 +11,13 @@ DISTNAME=	PackageKit-${PORTVERSION}  MAINTAINER=	gnome@FreeBSD.org  COMMENT=	A DBUS packaging abstraction layer -BUILD_DEPENDS=	${LOCALBASE}/bin/docbook2man:${PORTSDIR}/textproc/docbook-utils -LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ -		libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit +BUILD_DEPENDS=	docbook2man:${PORTSDIR}/textproc/docbook-utils +LIB_DEPENDS=	libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit  RUN_DEPENDS=	lsof:${PORTSDIR}/sysutils/lsof  USE_XZ=		yes -USES=		gettext gmake iconv pathfix pkgconfig shared-mime-info +USES=		execinfo gettext gmake iconv pathfix pkgconfig \ +		shared-mime-info  USE_GNOME=	glib20 intltool introspection  USE_LDCONFIG=	yes  USE_SQLITE=	3 diff --git a/sysutils/mate-power-manager/Makefile b/sysutils/mate-power-manager/Makefile index 7fdaa3f3c..0afdf7b7b 100644 --- a/sysutils/mate-power-manager/Makefile +++ b/sysutils/mate-power-manager/Makefile @@ -17,13 +17,12 @@ LIB_DEPENDS=	libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \  		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \  		libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \  		libupower-glib.so:${PORTSDIR}/sysutils/upower \ -		libexecinfo.so:${PORTSDIR}/devel/libexecinfo \  		libnotify.so:${PORTSDIR}/devel/libnotify  RUN_DEPENDS=	pkexec:${PORTSDIR}/sysutils/polkit  PORTSCOUT=	limitw:1,even -USES=		gettext gmake pathfix pkgconfig tar:xz +USES=		execinfo gettext gmake pathfix pkgconfig tar:xz  USE_MATE=	autogen common:build docutils intlhack libmatekeyring \  		panel  USE_XORG=	x11 xext xproto xrandr xrender diff --git a/x11-wm/muffin/Makefile b/x11-wm/muffin/Makefile index daab12d75..1532efccd 100644 --- a/x11-wm/muffin/Makefile +++ b/x11-wm/muffin/Makefile @@ -16,13 +16,12 @@ BUILD_DEPENDS=	zenity3>=3.0.0:${PORTSDIR}/x11/zenity3 \  		gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \  		gsettings-desktop-schemas>=3.4.0:${PORTSDIR}/devel/gsettings-desktop-schemas  LIB_DEPENDS=	libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ -		libexecinfo.so:${PORTSDIR}/devel/libexecinfo \  		libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter \  		libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \  		libcinnamon-desktop.so:${PORTSDIR}/x11/cinnamon-desktop  RUN_DEPENDS=	zenity3>=3.0.0:${PORTSDIR}/x11/zenity3 -USES=		gettext libtool gmake pathfix pkgconfig +USES=		execinfo gettext libtool gmake pathfix pkgconfig  USE_GNOME=	gconf2 gnomedocutils gnomehier gnomeprefix gtk30 \  		introspection:build  USE_AUTOTOOLS=	libtoolize autoconf automake diff --git a/x11/cinnamon-session/Makefile b/x11/cinnamon-session/Makefile index eb3d18ece..651438099 100644 --- a/x11/cinnamon-session/Makefile +++ b/x11/cinnamon-session/Makefile @@ -13,14 +13,13 @@ COMMENT=	Session component for the cinnamon desktop  BUILD_DEPENDS=	gnome-autogen.sh:${PORTSDIR}/devel/gnome-common  LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ -		libexecinfo.so:${PORTSDIR}/devel/libexecinfo \  		libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \  		libupower-glib.so:${PORTSDIR}/sysutils/upower \  		libcanberra.so:${PORTSDIR}/audio/libcanberra  RUN_DEPENDS=	console-kit-daemon:${PORTSDIR}/sysutils/consolekit \  		xdpyinfo:${PORTSDIR}/x11/xdpyinfo -USES=		gettext gmake libtool pathfix pkgconfig tar:xz +USES=		execinfo gettext gmake libtool pathfix pkgconfig tar:xz  USE_XORG=	ice sm xau xext xtst xrender xtrans xcomposite  USE_GL=		gl  USE_GNOME=	gnomeprefix gtk30 intltool diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 909b2a0ac..48b8acb68 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS=	libck-connector.so:${PORTSDIR}/sysutils/consolekit \  		libnss3.so:${PORTSDIR}/security/nss \  		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \  		libaccountsservice.so:${PORTSDIR}/sysutils/accountsservice \ -		libexecinfo.so:${PORTSDIR}/devel/libexecinfo \  		libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3  RUN_DEPENDS=	zenity3>=3.0.0:${PORTSDIR}/x11/zenity3 \  		gnome-settings-daemon>=3.0.0:${PORTSDIR}/sysutils/gnome-settings-daemon \ @@ -45,7 +44,7 @@ USE_XORG=	dmx dmxproto  INSTALLS_ICONS=	yes  USE_RC_SUBR=	gdm  USE_GNOME_SUBR=	yes -USES=		gettext gmake libtool pathfix pkgconfig tar:xz +USES=		execinfo gettext gmake libtool pathfix pkgconfig tar:xz  USE_GNOME=	dconf gnomehier gnomeprefix intlhack introspection librsvg2  GNU_CONFIGURE=	yes  GLIB_SCHEMAS=	org.gnome.login-screen.gschema.xml diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index 1dd53f0ee..972f41445 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -1,6 +1,6 @@  # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>  # $FreeBSD$ -#   $MCom: ports-experimental/trunk/x11/gnome-session/Makefile 19534 2014-04-15 20:23:23Z gusi $ +#   $MCom$  PORTNAME=	gnome-session  PORTVERSION=	3.12.1 @@ -12,13 +12,12 @@ MAINTAINER=	gnome@FreeBSD.org  COMMENT=	Session component for the GNOME 3 desktop  LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ -		libexecinfo.so:${PORTSDIR}/devel/libexecinfo \  		libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \  		libupower-glib.so:${PORTSDIR}/sysutils/upower  RUN_DEPENDS=	${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \  		${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo -USES=		gettext gmake pathfix pkgconfig tar:xz +USES=		execinfo gettext gmake pathfix pkgconfig tar:xz  USE_GNOME=	gnomedesktop3 gnomeprefix gtk30 intlhack intltool \  		libxslt:build  USE_XORG=	ice sm xau xext xtst xrender xtrans xcomposite diff --git a/x11/mate-session-manager/Makefile b/x11/mate-session-manager/Makefile index 0a3628730..872fb1ebd 100644 --- a/x11/mate-session-manager/Makefile +++ b/x11/mate-session-manager/Makefile @@ -13,14 +13,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  | 
