From owner-svn-ports-all@FreeBSD.ORG Tue Aug 5 06:26:37 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0A3177F for ; Tue, 5 Aug 2014 06:26:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95943258F for ; Tue, 5 Aug 2014 06:26:37 +0000 (UTC) Received: from bapt (uid 1235) (envelope-from bapt@FreeBSD.org) id 5bce by svn.freebsd.org (DragonFly Mail Agent v0.9+); Tue, 05 Aug 2014 06:26:37 +0000 From: Baptiste Daroussin Date: Tue, 5 Aug 2014 06:26:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364075 - in head/x11-wm: afterstep-stable awesome enlightenment X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e0791d.5bce.3a9f8703@svn.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2014 06:26:37 -0000 Author: bapt Date: Tue Aug 5 06:26:36 2014 New Revision: 364075 URL: http://svnweb.freebsd.org/changeset/ports/364075 QAT: https://qat.redports.org/buildarchive/r364075/ Log: USES=execinfo Modified: head/x11-wm/afterstep-stable/Makefile head/x11-wm/awesome/Makefile head/x11-wm/enlightenment/Makefile Modified: head/x11-wm/afterstep-stable/Makefile ============================================================================== --- head/x11-wm/afterstep-stable/Makefile Tue Aug 5 06:24:29 2014 (r364074) +++ head/x11-wm/afterstep-stable/Makefile Tue Aug 5 06:26:36 2014 (r364075) @@ -13,7 +13,6 @@ MAINTAINER= glewis@FreeBSD.org COMMENT= A stable version of the AfterStep window manager LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libgif.so:${PORTSDIR}/graphics/giflib \ @@ -22,7 +21,7 @@ LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/de libtiff.so:${PORTSDIR}/graphics/tiff RUN_DEPENDS= xli:${PORTSDIR}/graphics/xli -USES= gmake pkgconfig shebangfix tar:bzip2 +USES= execinfo gmake pkgconfig shebangfix tar:bzip2 USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 librsvg2 pango USE_XORG+= ice sm x11 xcomposite xcursor xdamage xext xfixes xi xinerama \ xrandr xrender Modified: head/x11-wm/awesome/Makefile ============================================================================== --- head/x11-wm/awesome/Makefile Tue Aug 5 06:24:29 2014 (r364074) +++ head/x11-wm/awesome/Makefile Tue Aug 5 06:26:36 2014 (r364075) @@ -30,10 +30,9 @@ LIB_DEPENDS= libcairo.so:${PORTSDIR}/gra libxcb-util.so:${PORTSDIR}/x11/xcb-util \ libxcb-cursor.so:${PORTSDIR}/x11/xcb-util-cursor \ libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms \ - libxcb-icccm.so:${PORTSDIR}/x11/xcb-util-wm \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo + libxcb-icccm.so:${PORTSDIR}/x11/xcb-util-wm -USES= cmake iconv pkgconfig lua tar:xz +USES= cmake execinfo iconv pkgconfig lua tar:xz CMAKE_ARGS+= -DSYSCONFDIR=${PREFIX}/etc USE_EFL= imlib2 USE_GNOME= glib20 pango gdkpixbuf2 Modified: head/x11-wm/enlightenment/Makefile ============================================================================== --- head/x11-wm/enlightenment/Makefile Tue Aug 5 06:24:29 2014 (r364074) +++ head/x11-wm/enlightenment/Makefile Tue Aug 5 06:26:36 2014 (r364075) @@ -13,12 +13,11 @@ COMMENT= Artistic X window manager LICENSE= BSD -LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ - libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms +LIB_DEPENDS= libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms DIST_SUBDIR= e17 GNU_CONFIGURE= yes -USES= pathfix iconv gmake pkgconfig tar:bzip2 +USES= execinfo pathfix iconv gmake pkgconfig tar:bzip2 USE_EFL= eina eet evas ecore eio edbus efreet edje \ libtool_hack librt_hack modarch_hack USE_EFL_EVAS_LOADERS= eet jpeg png