From owner-svn-ports-all@FreeBSD.ORG Tue Oct 15 17:57:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2A4DA2AC; Tue, 15 Oct 2013 17:57:50 +0000 (UTC) (envelope-from rakuco@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 190A82B40; Tue, 15 Oct 2013 17:57:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9FHvn8A093651; Tue, 15 Oct 2013 17:57:49 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9FHvn4s093650; Tue, 15 Oct 2013 17:57:49 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201310151757.r9FHvn4s093650@svn.freebsd.org> From: Raphael Kubo da Costa Date: Tue, 15 Oct 2013 17:57:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330418 - head/multimedia/phonon-vlc 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.14 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: Tue, 15 Oct 2013 17:57:50 -0000 Author: rakuco Date: Tue Oct 15 17:57:49 2013 New Revision: 330418 URL: http://svnweb.freebsd.org/changeset/ports/330418 Log: - Explicitly depend on qt4-corelib, which was otherwise pulled indirectly by the other Qt dependencies. - Support staging. Commits by makc@ and Schaich Alonso , pulled from our area51 repository. Modified: head/multimedia/phonon-vlc/Makefile Modified: head/multimedia/phonon-vlc/Makefile ============================================================================== --- head/multimedia/phonon-vlc/Makefile Tue Oct 15 17:57:36 2013 (r330417) +++ head/multimedia/phonon-vlc/Makefile Tue Oct 15 17:57:49 2013 (r330418) @@ -27,11 +27,9 @@ PHONON_BRANCH= stable PLIST_SUB+= QT_PREFIX=${QT_PREFIX} -NO_STAGE= yes -pre-su-install: - ${MKDIR} ${QT_PLUGINDIR}/phonon_backend - post-install: - ${LN} -sf ${PREFIX}/lib/kde4/plugins/phonon_backend/phonon_vlc.so ${QT_PLUGINDIR}/phonon_backend/libphonon_vlc.so + ${MKDIR} ${STAGEDIR}${QT_PLUGINDIR}/phonon_backend + ${LN} -sf ${PREFIX}/lib/kde4/plugins/phonon_backend/phonon_vlc.so \ + ${STAGEDIR}${QT_PLUGINDIR}/phonon_backend/libphonon_vlc.so .include