From owner-svn-ports-all@freebsd.org Sun Jan 7 14:34:39 2018 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 AB059E7003A; Sun, 7 Jan 2018 14:34:39 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 86BED68C97; Sun, 7 Jan 2018 14:34:39 +0000 (UTC) (envelope-from rakuco@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE3F12275E; Sun, 7 Jan 2018 14:34:38 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w07EYcv0094983; Sun, 7 Jan 2018 14:34:38 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w07EYceh094980; Sun, 7 Jan 2018 14:34:38 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201801071434.w07EYceh094980@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 7 Jan 2018 14:34:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458338 - in head/multimedia/qt5-multimedia: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: in head/multimedia/qt5-multimedia: . files X-SVN-Commit-Revision: 458338 X-SVN-Commit-Repository: ports 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.25 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: Sun, 07 Jan 2018 14:34:39 -0000 Author: rakuco Date: Sun Jan 7 14:34:38 2018 New Revision: 458338 URL: https://svnweb.freebsd.org/changeset/ports/458338 Log: Rework OPTIONs handling in Qt 5.9.3. qtmultimedia now uses a configure.json file to describe configuration options and checks that qmake should perform. On the one hand it means extrapatch-no-gstreamer no longer applies (and neither does the TBR_DEPENDS hack in the Makefile), on the other the configuration process has been streamlined: we only need to pass the right options via QMAKE_CONFIGURE_ARGS to enable and disable options. While here, stop setting QT_DEFINES altogether in the Makefile, as none of them are really necessary at all: - XVIDEO is a Qt4 thing; - ALSA, OPENAL and PULSEAUDIO are handled by qmake's configure.json infrastructure, which sets a QT_NO_