From owner-svn-ports-head@FreeBSD.ORG Mon Jun 30 15:21:17 2014 Return-Path: Delivered-To: svn-ports-head@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 60C5918C; Mon, 30 Jun 2014 15:21:17 +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 341B32313; Mon, 30 Jun 2014 15:21:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5UFLHCw051357; Mon, 30 Jun 2014 15:21:17 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5UFLGVU051349; Mon, 30 Jun 2014 15:21:16 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201406301521.s5UFLGVU051349@svn.freebsd.org> From: Tijl Coosemans Date: Mon, 30 Jun 2014 15:21:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359863 - head/x11-wm/e17-module-eektool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2014 15:21:17 -0000 Author: tijl Date: Mon Jun 30 15:21:16 2014 New Revision: 359863 URL: http://svnweb.freebsd.org/changeset/ports/359863 QAT: https://qat.redports.org/buildarchive/r359863/ Log: Replace USE_AUTOTOOLS=libtool and USE_EFL=libtool_hack with USES=libtool and CONFIGURE_ARGS=--disable-static. Modified: head/x11-wm/e17-module-eektool/Makefile head/x11-wm/e17-module-eektool/pkg-descr head/x11-wm/e17-module-eektool/pkg-plist Modified: head/x11-wm/e17-module-eektool/Makefile ============================================================================== --- head/x11-wm/e17-module-eektool/Makefile Mon Jun 30 15:18:21 2014 (r359862) +++ head/x11-wm/e17-module-eektool/Makefile Mon Jun 30 15:21:16 2014 (r359863) @@ -3,21 +3,22 @@ PORTNAME= eektool PORTVERSION= 20130510 +PORTREVISION= 1 CATEGORIES= x11-wm enlightenment MASTER_SITES= LOCAL/gblach/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= gblach@FreeBSD.org -COMMENT= An e17 module to execute shell command and display the output +COMMENT= e17 module to execute shell command and display the output BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USES= gmake pkgconfig tar:bzip2 -USE_EFL= edje libtool_hack modarch_hack +CONFIGURE_ARGS= --disable-static +USES= gmake libtool pkgconfig tar:bzip2 +USE_EFL= edje modarch_hack OPTIONS_DEFINE= NLS Modified: head/x11-wm/e17-module-eektool/pkg-descr ============================================================================== --- head/x11-wm/e17-module-eektool/pkg-descr Mon Jun 30 15:18:21 2014 (r359862) +++ head/x11-wm/e17-module-eektool/pkg-descr Mon Jun 30 15:21:16 2014 (r359863) @@ -1,3 +1,3 @@ Execute a shell command and display the output. -WWW: http://www.enlightenment.org/ +WWW: http://www.enlightenment.org/ Modified: head/x11-wm/e17-module-eektool/pkg-plist ============================================================================== --- head/x11-wm/e17-module-eektool/pkg-plist Mon Jun 30 15:18:21 2014 (r359862) +++ head/x11-wm/e17-module-eektool/pkg-plist Mon Jun 30 15:21:16 2014 (r359863) @@ -1,7 +1,5 @@ lib/enlightenment/modules/eektool/module.desktop lib/enlightenment/modules/eektool/e-module-eektool.edj -lib/enlightenment/modules/eektool/%%E17_ARCH%%/module.a -lib/enlightenment/modules/eektool/%%E17_ARCH%%/module.la lib/enlightenment/modules/eektool/%%E17_ARCH%%/module.so lib/enlightenment/modules/eektool/images/icon.png %%NLS%%lib/enlightenment/modules/eektool/locale/de/LC_MESSAGES/eektool.mo