From owner-svn-ports-all@FreeBSD.ORG Fri Jul 25 20:36:55 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 BB8498B0; Fri, 25 Jul 2014 20:36:55 +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 8EBA52B14; Fri, 25 Jul 2014 20:36:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6PKatMa056335; Fri, 25 Jul 2014 20:36:55 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6PKatC6056333; Fri, 25 Jul 2014 20:36:55 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407252036.s6PKatC6056333@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 25 Jul 2014 20:36:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362932 - head/net-im/ekiga 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: Fri, 25 Jul 2014 20:36:55 -0000 Author: amdmi3 Date: Fri Jul 25 20:36:54 2014 New Revision: 362932 URL: http://svnweb.freebsd.org/changeset/ports/362932 QAT: https://qat.redports.org/buildarchive/r362932/ Log: - Drop .la files, no dependees require them and they are not used to load plugins - Convert USE_XZ to USES Approved by: portmgr blanket Approved by: kwm (converting leaf gnome@ ports to USES=libtool) Modified: head/net-im/ekiga/Makefile head/net-im/ekiga/pkg-plist Modified: head/net-im/ekiga/Makefile ============================================================================== --- head/net-im/ekiga/Makefile Fri Jul 25 20:36:54 2014 (r362931) +++ head/net-im/ekiga/Makefile Fri Jul 25 20:36:54 2014 (r362932) @@ -3,7 +3,7 @@ PORTNAME= ekiga PORTVERSION= 4.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im MASTER_SITES= GNOME #MASTER_SITES= http://www.ekiga.org/admin/downloads/latest/sources/ekiga_${PORTVERSION}/ @@ -20,9 +20,8 @@ LIB_DEPENDS= libboost_signals.so:${PORTS libv4l2.so:${PORTSDIR}/multimedia/libv4l RUN_DEPENDS= gnome-icon-theme>=3.0.0:${PORTSDIR}/misc/gnome-icon-theme -USE_XZ= yes GNU_CONFIGURE= yes -USES= gettext gmake pathfix perl5 pkgconfig +USES= gettext gmake libtool pathfix perl5 pkgconfig tar:xz USE_XORG= xv USE_GNOME= gtk20 intltool libxml2 INSTALLS_OMF= yes Modified: head/net-im/ekiga/pkg-plist ============================================================================== --- head/net-im/ekiga/pkg-plist Fri Jul 25 20:36:54 2014 (r362931) +++ head/net-im/ekiga/pkg-plist Fri Jul 25 20:36:54 2014 (r362932) @@ -3,15 +3,10 @@ bin/ekiga-config-tool %%DBUS%%bin/ekiga-helper %%GCONF%%etc/ekiga/ekiga.schemas lib/ekiga/%%VERSION%%/libekiga.so -lib/ekiga/%%VERSION%%/libekiga.la %%AVAHI%%lib/ekiga/%%VERSION%%/plugins/libgmavahi.so -%%AVAHI%%lib/ekiga/%%VERSION%%/plugins/libgmavahi.la -%%EVOLUTION%%lib/ekiga/4.0.1/plugins/libgmevolution.la -%%EVOLUTION%%lib/ekiga/4.0.1/plugins/libgmevolution.so -%%LDAP%%lib/ekiga/4.0.1/plugins/libgmldap.la -%%LDAP%%lib/ekiga/4.0.1/plugins/libgmldap.so +%%EVOLUTION%%lib/ekiga/%%VERSION%%/plugins/libgmevolution.so +%%LDAP%%lib/ekiga/%%VERSION%%/plugins/libgmldap.so %%NOTIFY%%lib/ekiga/%%VERSION%%/plugins/libgmlibnotify.so -%%NOTIFY%%lib/ekiga/%%VERSION%%/plugins/libgmlibnotify.la man/man1/ekiga.1.gz share/applications/ekiga.desktop %%DBUS%%share/dbus-1/services/org.ekiga.Ekiga.service