From owner-svn-ports-all@FreeBSD.ORG Mon Jun 2 07:46:11 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F9AFB1E; Mon, 2 Jun 2014 07:46:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A81B24B7; Mon, 2 Jun 2014 07:46:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s527kBmx066359; Mon, 2 Jun 2014 07:46:11 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s527k2la066296; Mon, 2 Jun 2014 07:46:02 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201406020746.s527k2la066296@svn.freebsd.org> From: Martin Wilke Date: Mon, 2 Jun 2014 07:46:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356200 - in head/x11-wm: e17-module-alarm e17-module-comp-scale e17-module-cpu e17-module-deskshow e17-module-diskio e17-module-eektool e17-module-elfe e17-module-empris e17-module-eng... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Mon, 02 Jun 2014 07:46:11 -0000 Author: miwi Date: Mon Jun 2 07:46:01 2014 New Revision: 356200 URL: http://svnweb.freebsd.org/changeset/ports/356200 QAT: https://qat.redports.org/buildarchive/r356200/ Log: - Convert bzip2 to USES Approved by: portmgr Modified: head/x11-wm/e17-module-alarm/Makefile head/x11-wm/e17-module-comp-scale/Makefile head/x11-wm/e17-module-cpu/Makefile head/x11-wm/e17-module-deskshow/Makefile head/x11-wm/e17-module-diskio/Makefile head/x11-wm/e17-module-eektool/Makefile head/x11-wm/e17-module-elfe/Makefile head/x11-wm/e17-module-empris/Makefile head/x11-wm/e17-module-engage/Makefile head/x11-wm/e17-module-eooorg/Makefile head/x11-wm/e17-module-everything-aspell/Makefile head/x11-wm/e17-module-everything-mpris/Makefile head/x11-wm/e17-module-everything-pidgin/Makefile head/x11-wm/e17-module-everything-places/Makefile head/x11-wm/e17-module-everything-shotgun/Makefile head/x11-wm/e17-module-everything-wallpaper/Makefile head/x11-wm/e17-module-everything-websearch/Makefile head/x11-wm/e17-module-exebuf/Makefile head/x11-wm/e17-module-execwatch/Makefile head/x11-wm/e17-module-flame/Makefile head/x11-wm/e17-module-forecasts/Makefile head/x11-wm/e17-module-iiirk/Makefile head/x11-wm/e17-module-itask/Makefile head/x11-wm/e17-module-mail/Makefile head/x11-wm/e17-module-mem/Makefile head/x11-wm/e17-module-moon/Makefile head/x11-wm/e17-module-mpdule/Makefile head/x11-wm/e17-module-net/Makefile head/x11-wm/e17-module-news/Makefile head/x11-wm/e17-module-penguins/Makefile head/x11-wm/e17-module-photo/Makefile head/x11-wm/e17-module-places/Makefile head/x11-wm/e17-module-rain/Makefile head/x11-wm/e17-module-rmb/Makefile head/x11-wm/e17-module-screenshot/Makefile head/x11-wm/e17-module-slideshow/Makefile head/x11-wm/e17-module-snow/Makefile head/x11-wm/e17-module-taskbar/Makefile head/x11-wm/e17-module-tclock/Makefile head/x11-wm/e17-module-uptime/Makefile head/x11-wm/e17-module-weather/Makefile head/x11-wm/e17-module-winlist-ng/Makefile head/x11-wm/e17-module-winselector/Makefile head/x11-wm/e17-module-wlan/Makefile Modified: head/x11-wm/e17-module-alarm/Makefile ============================================================================== --- head/x11-wm/e17-module-alarm/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-alarm/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -16,9 +16,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-comp-scale/Makefile ============================================================================== --- head/x11-wm/e17-module-comp-scale/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-comp-scale/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-cpu/Makefile ============================================================================== --- head/x11-wm/e17-module-cpu/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-cpu/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-deskshow/Makefile ============================================================================== --- head/x11-wm/e17-module-deskshow/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-deskshow/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack .include Modified: head/x11-wm/e17-module-diskio/Makefile ============================================================================== --- head/x11-wm/e17-module-diskio/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-diskio/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-eektool/Makefile ============================================================================== --- head/x11-wm/e17-module-eektool/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-eektool/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,10 +14,9 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-elfe/Makefile ============================================================================== --- head/x11-wm/e17-module-elfe/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-elfe/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje elementary libtool_hack modarch_hack .include Modified: head/x11-wm/e17-module-empris/Makefile ============================================================================== --- head/x11-wm/e17-module-empris/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-empris/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack .include Modified: head/x11-wm/e17-module-engage/Makefile ============================================================================== --- head/x11-wm/e17-module-engage/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-engage/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-eooorg/Makefile ============================================================================== --- head/x11-wm/e17-module-eooorg/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-eooorg/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-everything-aspell/Makefile ============================================================================== --- head/x11-wm/e17-module-everything-aspell/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-everything-aspell/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -15,9 +15,8 @@ RUN_DEPENDS= enlightenment:${PORTSDIR}/x aspell:${PORTSDIR}/textproc/aspell DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-everything-mpris/Makefile ============================================================================== --- head/x11-wm/e17-module-everything-mpris/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-everything-mpris/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-everything-pidgin/Makefile ============================================================================== --- head/x11-wm/e17-module-everything-pidgin/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-everything-pidgin/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-everything-places/Makefile ============================================================================== --- head/x11-wm/e17-module-everything-places/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-everything-places/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-everything-shotgun/Makefile ============================================================================== --- head/x11-wm/e17-module-everything-shotgun/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-everything-shotgun/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack .include Modified: head/x11-wm/e17-module-everything-wallpaper/Makefile ============================================================================== --- head/x11-wm/e17-module-everything-wallpaper/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-everything-wallpaper/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-everything-websearch/Makefile ============================================================================== --- head/x11-wm/e17-module-everything-websearch/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-everything-websearch/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-exebuf/Makefile ============================================================================== --- head/x11-wm/e17-module-exebuf/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-exebuf/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack CONFIGURE_ARGS= --disable-nls # without this exebuf don't build Modified: head/x11-wm/e17-module-execwatch/Makefile ============================================================================== --- head/x11-wm/e17-module-execwatch/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-execwatch/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack .include Modified: head/x11-wm/e17-module-flame/Makefile ============================================================================== --- head/x11-wm/e17-module-flame/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-flame/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-forecasts/Makefile ============================================================================== --- head/x11-wm/e17-module-forecasts/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-forecasts/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-iiirk/Makefile ============================================================================== --- head/x11-wm/e17-module-iiirk/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-iiirk/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-itask/Makefile ============================================================================== --- head/x11-wm/e17-module-itask/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-itask/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack .include Modified: head/x11-wm/e17-module-mail/Makefile ============================================================================== --- head/x11-wm/e17-module-mail/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-mail/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -16,9 +16,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-mem/Makefile ============================================================================== --- head/x11-wm/e17-module-mem/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-mem/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -15,9 +15,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-moon/Makefile ============================================================================== --- head/x11-wm/e17-module-moon/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-moon/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -15,9 +15,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-mpdule/Makefile ============================================================================== --- head/x11-wm/e17-module-mpdule/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-mpdule/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -15,9 +15,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-net/Makefile ============================================================================== --- head/x11-wm/e17-module-net/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-net/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-news/Makefile ============================================================================== --- head/x11-wm/e17-module-news/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-news/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -16,9 +16,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-penguins/Makefile ============================================================================== --- head/x11-wm/e17-module-penguins/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-penguins/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-photo/Makefile ============================================================================== --- head/x11-wm/e17-module-photo/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-photo/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -16,9 +16,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-places/Makefile ============================================================================== --- head/x11-wm/e17-module-places/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-places/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-rain/Makefile ============================================================================== --- head/x11-wm/e17-module-rain/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-rain/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-rmb/Makefile ============================================================================== --- head/x11-wm/e17-module-rmb/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-rmb/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -16,9 +16,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= libtool_hack modarch_hack -USES= pkgconfig +USES= pkgconfig tar:bzip2 .include Modified: head/x11-wm/e17-module-screenshot/Makefile ============================================================================== --- head/x11-wm/e17-module-screenshot/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-screenshot/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -16,9 +16,8 @@ RUN_DEPENDS= enlightenment:${PORTSDIR}/x emprint:${PORTSDIR}/x11/emprint DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-slideshow/Makefile ============================================================================== --- head/x11-wm/e17-module-slideshow/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-slideshow/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-snow/Makefile ============================================================================== --- head/x11-wm/e17-module-snow/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-snow/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-taskbar/Makefile ============================================================================== --- head/x11-wm/e17-module-taskbar/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-taskbar/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -16,9 +16,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-tclock/Makefile ============================================================================== --- head/x11-wm/e17-module-tclock/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-tclock/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-uptime/Makefile ============================================================================== --- head/x11-wm/e17-module-uptime/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-uptime/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-weather/Makefile ============================================================================== --- head/x11-wm/e17-module-weather/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-weather/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -15,9 +15,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-winlist-ng/Makefile ============================================================================== --- head/x11-wm/e17-module-winlist-ng/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-winlist-ng/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-winselector/Makefile ============================================================================== --- head/x11-wm/e17-module-winselector/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-winselector/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,9 +14,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack .include Modified: head/x11-wm/e17-module-wlan/Makefile ============================================================================== --- head/x11-wm/e17-module-wlan/Makefile Mon Jun 2 07:24:10 2014 (r356199) +++ head/x11-wm/e17-module-wlan/Makefile Mon Jun 2 07:46:01 2014 (r356200) @@ -14,8 +14,7 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR} RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USES= gmake pkgconfig -USE_BZIP2= yes +USES= gmake pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_EFL= edje libtool_hack modarch_hack