From owner-svn-ports-head@FreeBSD.ORG Fri Sep 27 17:36:32 2013 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 ESMTP id 119F2820; Fri, 27 Sep 2013 17:36:32 +0000 (UTC) (envelope-from gblach@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F19FB2FDB; Fri, 27 Sep 2013 17:36:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8RHaVIw042400; Fri, 27 Sep 2013 17:36:31 GMT (envelope-from gblach@svn.freebsd.org) Received: (from gblach@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8RHaVNY042399; Fri, 27 Sep 2013 17:36:31 GMT (envelope-from gblach@svn.freebsd.org) Message-Id: <201309271736.r8RHaVNY042399@svn.freebsd.org> From: Grzegorz Blach Date: Fri, 27 Sep 2013 17:36:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328504 - head/audio/ario 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.14 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, 27 Sep 2013 17:36:32 -0000 Author: gblach Date: Fri Sep 27 17:36:31 2013 New Revision: 328504 URL: http://svnweb.freebsd.org/changeset/ports/328504 Log: - Convert USE_GNOME=gnomehack to USES=pathfix - Convert to new LIB_DEPENDS syntax - Support staging Approved by: crees, tabthorpe (mentors, implicit) Modified: head/audio/ario/Makefile Modified: head/audio/ario/Makefile ============================================================================== --- head/audio/ario/Makefile Fri Sep 27 17:34:27 2013 (r328503) +++ head/audio/ario/Makefile Fri Sep 27 17:36:31 2013 (r328504) @@ -12,21 +12,20 @@ COMMENT= Ario is a GTK2 client for MPD LICENSE= GPLv2 -LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ - gcrypt:${PORTSDIR}/security/libgcrypt \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - curl:${PORTSDIR}/ftp/curl \ - notify:${PORTSDIR}/devel/libnotify \ - soup:${PORTSDIR}/devel/libsoup \ - tag_c:${PORTSDIR}/audio/taglib \ - unique-1.0:${PORTSDIR}/x11-toolkits/unique \ - mpdclient:${PORTSDIR}/audio/libmpdclient +LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libcurl.so:${PORTSDIR}/ftp/curl \ + libnotify.so:${PORTSDIR}/devel/libnotify \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ + libtag_c.so:${PORTSDIR}/audio/taglib \ + libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \ + libmpdclient.so:${PORTSDIR}/audio/libmpdclient -NO_STAGE= yes -USES= gmake pkgconfig +USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= gtk20 gnomehack +USE_GNOME= gtk20 INSTALLS_ICONS= yes OPTIONS_DEFINE= AVAHI NLS @@ -35,7 +34,7 @@ AVAHI_DESC= Zeroconf support (Avahi) .include .if ${PORT_OPTIONS:MAVAHI} -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app +LIB_DEPENDS+= libavahi-client.so:${PORTSDIR}/net/avahi-app CONFIGURE_ARGS+= --enable-avahi .else CONFIGURE_ARGS+= --disable-avahi