From owner-svn-ports-head@freebsd.org Fri Nov 2 06:21:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E47F10EA69C; Fri, 2 Nov 2018 06:21:55 +0000 (UTC) (envelope-from jhale@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 53D35780D6; Fri, 2 Nov 2018 06:21:55 +0000 (UTC) (envelope-from jhale@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 3519126D73; Fri, 2 Nov 2018 06:21:55 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA26Lsn0086883; Fri, 2 Nov 2018 06:21:54 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA26Lscu086882; Fri, 2 Nov 2018 06:21:54 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201811020621.wA26Lscu086882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 2 Nov 2018 06:21:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483773 - head/audio/kid3-kde4 X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/audio/kid3-kde4 X-SVN-Commit-Revision: 483773 X-SVN-Commit-Repository: ports 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.29 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, 02 Nov 2018 06:21:55 -0000 Author: jhale Date: Fri Nov 2 06:21:54 2018 New Revision: 483773 URL: https://svnweb.freebsd.org/changeset/ports/483773 Log: audio/kid3-[kf5|qt5]: Fix build on powerpc64 PR: 232893 Submitted by: Piotr Kubaj Sponsored by: IntegiCloud Modified: head/audio/kid3-kde4/Makefile Modified: head/audio/kid3-kde4/Makefile ============================================================================== --- head/audio/kid3-kde4/Makefile Fri Nov 2 05:55:06 2018 (r483772) +++ head/audio/kid3-kde4/Makefile Fri Nov 2 06:21:54 2018 (r483773) @@ -52,7 +52,7 @@ USE_QT+= corelib dbus gui network xml \ CMAKE_ON+= WITH_QT4 .else # KF5 and Qt5 -USES+= qt:5 +USES+= compiler:c++11-lang qt:5 USE_QT+= core dbus gui multimedia network xml widgets \ buildtools_build linguisttools_build qmake_build CMAKE_ON+= WITH_QT5