Date: Tue, 30 Oct 2018 12:26:43 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> 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-... Message-ID: <201810301226.w9UCQh3E020683@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810301226.w9UCQh3E020683>