From owner-svn-ports-all@freebsd.org Fri Jul 15 02:46:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAD90B9780C; Fri, 15 Jul 2016 02:46:49 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id ADB52177B; Fri, 15 Jul 2016 02:46:49 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id AC17D1BFA; Fri, 15 Jul 2016 02:46:49 +0000 (UTC) Date: Fri, 15 Jul 2016 02:46:49 +0000 From: Alexey Dokuchaev To: David Naylor Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r418503 - in head/audio/soundkonverter: . files Message-ID: <20160715024649.GA46123@FreeBSD.org> References: <201607132000.u6DK0OTb027657@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201607132000.u6DK0OTb027657@repo.freebsd.org> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 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, 15 Jul 2016 02:46:49 -0000 On Wed, Jul 13, 2016 at 08:00:24PM +0000, David Naylor wrote: > New Revision: 418503 > URL: https://svnweb.freebsd.org/changeset/ports/418503 > > Log: > audio/soundkonverter: update to 2.2.2 > > [...] > +USE_QT4= corelib dbus gui network moc_build qmake_build rcc_build svg uic_build xml > USE_KDE4= automoc4 kdelibs libkcddb > INSTALLS_ICONS= yes This knob is Gtk-specific and should not be used in Qt/KDE ports. > --- head/audio/soundkonverter/pkg-plist Wed Jul 13 19:53:14 2016 (r418502) > +++ head/audio/soundkonverter/pkg-plist Wed Jul 13 20:00:24 2016 (r418503) > @@ -1,4 +1,4 @@ > -bin/soundkonverter > +%%QT_BINDIR%%/soundkonverter ??? ./danfe