From owner-svn-ports-head@freebsd.org Wed Oct 5 15:23:42 2016 Return-Path: Delivered-To: svn-ports-head@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 29BC9AF6B8A; Wed, 5 Oct 2016 15:23:42 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 EDCA47E1; Wed, 5 Oct 2016 15:23:41 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u95FNfkw077791; Wed, 5 Oct 2016 15:23:41 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u95FNfn6077790; Wed, 5 Oct 2016 15:23:41 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201610051523.u95FNfn6077790@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Wed, 5 Oct 2016 15:23:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423351 - head/multimedia/qt5-phonon4-gstreamer 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.23 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: Wed, 05 Oct 2016 15:23:42 -0000 Author: tcberner Date: Wed Oct 5 15:23:40 2016 New Revision: 423351 URL: https://svnweb.freebsd.org/changeset/ports/423351 Log: Fix build of multimedia/qt5-phonon-gstreamer In r421340 there was an unfortunate mistake when realphabetizing the USE_QT5 components, and 'phonon4' became a 'phonon'. Approved by: rakuco (mentor) MFH: 2016Q4 Modified: head/multimedia/qt5-phonon4-gstreamer/Makefile Modified: head/multimedia/qt5-phonon4-gstreamer/Makefile ============================================================================== --- head/multimedia/qt5-phonon4-gstreamer/Makefile Wed Oct 5 14:57:08 2016 (r423350) +++ head/multimedia/qt5-phonon4-gstreamer/Makefile Wed Oct 5 15:23:40 2016 (r423351) @@ -23,7 +23,7 @@ USES= cmake pkgconfig tar:xz USE_GL= gl USE_GNOME= glib20 libxml2 USE_GSTREAMER1= yes -USE_QT5= buildtools_build qmake_build core gui opengl phonon widgets \ +USE_QT5= buildtools_build qmake_build core gui opengl phonon4 widgets \ x11extras CMAKE_ARGS= -DPHONON_BUILD_PHONON4QT5=ON