Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2014 15:21:16 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
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
Message-ID:  <201406301521.s5UFLGVU051349@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406301521.s5UFLGVU051349>