Date: Tue, 5 Aug 2014 06:26:37 +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: r364075 - in head/x11-wm: afterstep-stable awesome enlightenment Message-ID: <53e0791d.5bce.3a9f8703@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e0791d.5bce.3a9f8703>