From owner-svn-ports-head@freebsd.org Tue Oct 30 12:26:45 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 51E0F10E2D25; Tue, 30 Oct 2018 12:26:45 +0000 (UTC) (envelope-from linimon@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 E93D782614; Tue, 30 Oct 2018 12:26:44 +0000 (UTC) (envelope-from linimon@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 C7D8C1D60B; Tue, 30 Oct 2018 12:26:44 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9UCQimA020690; Tue, 30 Oct 2018 12:26:44 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9UCQh3E020683; Tue, 30 Oct 2018 12:26:43 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201810301226.w9UCQh3E020683@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 30 Oct 2018 12:26:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483485 - in head: deskutils/lumina-archiver deskutils/lumina-calculator deskutils/lumina-fileinfo deskutils/lumina-fm deskutils/lumina-pdf deskutils/lumina-screenshot deskutils/lumina-... X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head: deskutils/lumina-archiver deskutils/lumina-calculator deskutils/lumina-fileinfo deskutils/lumina-fm deskutils/lumina-pdf deskutils/lumina-screenshot deskutils/lumina-textedit x11/lumina-coreu... X-SVN-Commit-Revision: 483485 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: Tue, 30 Oct 2018 12:26:45 -0000 Author: linimon Date: Tue Oct 30 12:26:42 2018 New Revision: 483485 URL: https://svnweb.freebsd.org/changeset/ports/483485 Log: Fix build with GCC-based architectures. PR: 232407 232414 232415 232420 232425 232449 232724 232753 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/deskutils/lumina-archiver/Makefile head/deskutils/lumina-calculator/Makefile head/deskutils/lumina-fileinfo/Makefile head/deskutils/lumina-fm/Makefile head/deskutils/lumina-pdf/Makefile head/deskutils/lumina-screenshot/Makefile head/deskutils/lumina-textedit/Makefile head/x11/lumina-coreutils/Makefile Modified: head/deskutils/lumina-archiver/Makefile ============================================================================== --- head/deskutils/lumina-archiver/Makefile Tue Oct 30 12:15:47 2018 (r483484) +++ head/deskutils/lumina-archiver/Makefile Tue Oct 30 12:26:42 2018 (r483485) @@ -22,7 +22,7 @@ I18N_DESC= Install localization files MAKE_JOBS_UNSAFE=yes -USES= qmake qt:5 +USES= compiler:c++11-lang qmake qt:5 USE_QT= core gui widgets network svg \ buildtools_build x11extras concurrent multimedia USE_GITHUB= yes Modified: head/deskutils/lumina-calculator/Makefile ============================================================================== --- head/deskutils/lumina-calculator/Makefile Tue Oct 30 12:15:47 2018 (r483484) +++ head/deskutils/lumina-calculator/Makefile Tue Oct 30 12:26:42 2018 (r483485) @@ -27,7 +27,7 @@ I18N_DESC= Install localization files MAKE_JOBS_UNSAFE=yes -USES= qmake qt:5 +USES= compiler:c++11-lang gl qmake qt:5 USE_GL= gl USE_XORG= x11 xdamage xcb USE_QT= core gui widgets network svg \ Modified: head/deskutils/lumina-fileinfo/Makefile ============================================================================== --- head/deskutils/lumina-fileinfo/Makefile Tue Oct 30 12:15:47 2018 (r483484) +++ head/deskutils/lumina-fileinfo/Makefile Tue Oct 30 12:26:42 2018 (r483485) @@ -16,7 +16,7 @@ CONFLICTS_INSTALL= lumina-1.2.* MAKE_JOBS_UNSAFE=yes -USES= qmake qt:5 +USES= compiler:c++11-lang qmake qt:5 USE_QT= core gui widgets network svg \ buildtools_build x11extras concurrent multimedia USE_GITHUB= yes Modified: head/deskutils/lumina-fm/Makefile ============================================================================== --- head/deskutils/lumina-fm/Makefile Tue Oct 30 12:15:47 2018 (r483484) +++ head/deskutils/lumina-fm/Makefile Tue Oct 30 12:26:42 2018 (r483485) @@ -24,7 +24,7 @@ MAKE_JOBS_UNSAFE=yes USE_QT= core gui widgets network svg imageformats \ buildtools_build x11extras multimedia concurrent -USES= qmake qt:5 +USES= compiler:c++11-lang qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= trueos GH_PROJECT= lumina Modified: head/deskutils/lumina-pdf/Makefile ============================================================================== --- head/deskutils/lumina-pdf/Makefile Tue Oct 30 12:15:47 2018 (r483484) +++ head/deskutils/lumina-pdf/Makefile Tue Oct 30 12:26:42 2018 (r483485) @@ -25,7 +25,7 @@ MAKE_JOBS_UNSAFE=yes USE_QT= core gui widgets network svg multimedia \ buildtools_build x11extras concurrent printsupport -USES= qmake qt:5 +USES= compiler:c++11-lang qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= trueos GH_PROJECT= lumina Modified: head/deskutils/lumina-screenshot/Makefile ============================================================================== --- head/deskutils/lumina-screenshot/Makefile Tue Oct 30 12:15:47 2018 (r483484) +++ head/deskutils/lumina-screenshot/Makefile Tue Oct 30 12:26:42 2018 (r483485) @@ -24,7 +24,7 @@ MAKE_JOBS_UNSAFE=yes USE_QT= core gui widgets network svg \ buildtools_build x11extras concurrent multimedia -USES= qmake qt:5 +USES= compiler:c++11-lang qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= trueos GH_PROJECT= lumina Modified: head/deskutils/lumina-textedit/Makefile ============================================================================== --- head/deskutils/lumina-textedit/Makefile Tue Oct 30 12:15:47 2018 (r483484) +++ head/deskutils/lumina-textedit/Makefile Tue Oct 30 12:26:42 2018 (r483485) @@ -25,7 +25,7 @@ MAKE_JOBS_UNSAFE=yes USE_QT= core gui widgets network svg printsupport \ buildtools_build x11extras concurrent multimedia -USES= qmake qt:5 +USES= compiler:c++11-lang qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= trueos GH_PROJECT= lumina Modified: head/x11/lumina-coreutils/Makefile ============================================================================== --- head/x11/lumina-coreutils/Makefile Tue Oct 30 12:15:47 2018 (r483484) +++ head/x11/lumina-coreutils/Makefile Tue Oct 30 12:26:42 2018 (r483485) @@ -24,7 +24,7 @@ I18N_DESC= Install localization files MAKE_JOBS_UNSAFE=yes -USES= qmake qt:5 +USES= compiler:c++11-lang qmake qt:5 USE_LDCONFIG= yes USE_QT= core gui widgets network svg imageformats \ buildtools_build x11extras concurrent multimedia