From owner-svn-ports-head@FreeBSD.ORG Fri Apr 11 12:13:14 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 479DEA3E; Fri, 11 Apr 2014 12:13:14 +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 2807D1075; Fri, 11 Apr 2014 12:13:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3BCDEun018768; Fri, 11 Apr 2014 12:13:14 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3BCDDkb018766; Fri, 11 Apr 2014 12:13:13 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404111213.s3BCDDkb018766@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 11 Apr 2014 12:13:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350929 - head/net-im/empathy 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.17 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: Fri, 11 Apr 2014 12:13:14 -0000 Author: bapt Date: Fri Apr 11 12:13:13 2014 New Revision: 350929 URL: http://svnweb.freebsd.org/changeset/ports/350929 QAT: https://qat.redports.org/buildarchive/r350929/ Log: Support stage Remove NST option USES=libtool to reduce overlinking Modified: head/net-im/empathy/Makefile head/net-im/empathy/pkg-plist Modified: head/net-im/empathy/Makefile ============================================================================== --- head/net-im/empathy/Makefile Fri Apr 11 12:03:51 2014 (r350928) +++ head/net-im/empathy/Makefile Fri Apr 11 12:13:13 2014 (r350929) @@ -4,7 +4,7 @@ PORTNAME= empathy PORTVERSION= 2.34.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im gnome MASTER_SITES= GNOME @@ -14,28 +14,27 @@ COMMENT= GNOME IM client based around te BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ ${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control -LIB_DEPENDS= enchant:${PORTSDIR}/textproc/enchant \ - telepathy:${PORTSDIR}/net-im/libtelepathy \ - telepathy-glib:${PORTSDIR}/net-im/telepathy-glib \ - telepathy-farsight:${PORTSDIR}/net-im/telepathy-farsight \ - telepathy-logger:${PORTSDIR}/net-im/telepathy-logger \ - folks-telepathy:${PORTSDIR}/net-im/folks04 \ - unique-1.0:${PORTSDIR}/x11-toolkits/unique \ - notify:${PORTSDIR}/devel/libnotify \ - gcr:${PORTSDIR}/security/gnome-keyring \ - canberra-gtk:${PORTSDIR}/audio/libcanberra +LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \ + libtelepathy.so:${PORTSDIR}/net-im/libtelepathy \ + libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ + libtelepathy-farsight.so:${PORTSDIR}/net-im/telepathy-farsight \ + libtelepathy-logger.so:${PORTSDIR}/net-im/telepathy-logger \ + libfolks-telepathy.so:${PORTSDIR}/net-im/folks04 \ + libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \ + libnotify.so:${PORTSDIR}/devel/libnotify \ + libgcr.so:${PORTSDIR}/security/gnome-keyring \ + libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ ${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control CONFLICTS= empathy-3.[0-9]* -USE_BZIP2= yes -USES= gettext gmake pkgconfig +USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes -USE_GNOME= evolutiondataserver gnomehack gnomeprefix pygtk2 ltverhack +USE_GNOME= evolutiondataserver gnomeprefix pygtk2 +GNU_CONFIGURE= yes USE_GSTREAMER= yes -USE_AUTOTOOLS= libtool INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_PYTHON= yes @@ -43,22 +42,19 @@ MAKE_JOBS_UNSAFE=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-Werror \ - --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt + --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt \ + --enable-nautilus-sendto=no GLIB_SCHEMAS= org.gnome.Empathy.gschema.xml -MAN1= empathy.1 empathy-accounts.1 - -OPTIONS_DEFINE= JABBER MSN IRC SALUT HAZE WEBKIT NST MAP -OPTIONS_DEFAULT=JABBER MSN IRC WEBKIT NST MAP +OPTIONS_DEFINE= JABBER MSN IRC SALUT HAZE WEBKIT MAP +OPTIONS_DEFAULT=JABBER MSN IRC WEBKIT MAP MSN_DESC= MSN client support IRC_DESC= IRC client support SALUT_DESC= Link-local (serverless) XMPP support HAZE_DESC= Libpurple protocol integration -NST_DESC= Nautilus SendTo plugin MAP_DESC= Graphical map support -NO_STAGE= yes .include .if ${PORT_OPTIONS:MJABBER} @@ -82,7 +78,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/telep .endif .if ${PORT_OPTIONS:MWEBKIT} -LIB_DEPENDS+= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 +LIB_DEPENDS+= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 CONFIGURE_ARGS+=--enable-webkit PLIST_SUB+= ADIUM="" .else @@ -90,19 +86,9 @@ CONFIGURE_ARGS+=--disable-webkit PLIST_SUB+= ADIUM="@comment " .endif -.if ${PORT_OPTIONS:MNST} -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/nautilus-sendto.pc:${PORTSDIR}/deskutils/nautilus-sendto -RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/nautilus-sendto.pc:${PORTSDIR}/deskutils/nautilus-sendto -CONFIGURE_ARGS+=--enable-nautilus-sendto=yes -PLIST_SUB+= NST="" -.else -CONFIGURE_ARGS+=--enable-nautilus-sendto=no -PLIST_SUB+= NST="@comment " -.endif - .if ${PORT_OPTIONS:MMAP} USE_GL= gl -LIB_DEPENDS+= champlain-0.8:${PORTSDIR}/graphics/libchamplain +LIB_DEPENDS+= libchamplain-0.8.so:${PORTSDIR}/graphics/libchamplain CONFIGURE_ARGS+=--enable-map PLIST_SUB+= MAP="" .else Modified: head/net-im/empathy/pkg-plist ============================================================================== --- head/net-im/empathy/pkg-plist Fri Apr 11 12:03:51 2014 (r350928) +++ head/net-im/empathy/pkg-plist Fri Apr 11 12:13:13 2014 (r350929) @@ -1,11 +1,10 @@ bin/empathy bin/empathy-accounts bin/empathy-debugger -%%NST%%lib/nautilus-sendto/plugins/libnstempathy.a -%%NST%%lib/nautilus-sendto/plugins/libnstempathy.la -%%NST%%lib/nautilus-sendto/plugins/libnstempathy.so libexec/empathy-auth-client libexec/empathy-av +man/man1/empathy-accounts.1.gz +man/man1/empathy.1.gz share/GConf/gsettings/empathy.convert share/applications/empathy-accounts.desktop share/applications/empathy.desktop @@ -1222,6 +1221,8 @@ share/telepathy/clients/Empathy.client @dirrmtry share/locale/mai @dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk @dirrmtry share/locale/en@shaw/LC_MESSAGES @dirrmtry share/locale/en@shaw @dirrmtry share/locale/dz/LC_MESSAGES