[linimon at FreeBSD.org: svn commit: r488313 - in head: games/alephone multimedia/xfce4-parole sysutils/lxqt-admin www/qupzilla-qt5]
Mark Linimon
linimon at lonesome.com
Tue Dec 25 11:18:24 UTC 2018
FYI
mcl
games/alephone fiziologus at gmail.com
multimedia/xfce4-parole xfce at FreeBSD.org
sysutils/lxqt-admin jsm at FreeBSD.org
www/qupzilla-qt5 rezny at FreeBSD.org
----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----
Date: Tue, 25 Dec 2018 11:15:44 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r488313 - in head: games/alephone multimedia/xfce4-parole sysutils/lxqt-admin www/qupzilla-qt5
Author: linimon
Date: Tue Dec 25 11:15:44 2018
New Revision: 488313
URL: https://svnweb.freebsd.org/changeset/ports/488313
Log:
Add compiler:c++11-lang to USES to fix building these ports on GCC-based
architectures.
Reported by: jhibbits
Approved by: portmgr (tier-2 blanket)
Modified:
head/games/alephone/Makefile
head/multimedia/xfce4-parole/Makefile
head/sysutils/lxqt-admin/Makefile
head/www/qupzilla-qt5/Makefile
Modified: head/games/alephone/Makefile
==============================================================================
--- head/games/alephone/Makefile Tue Dec 25 11:05:18 2018 (r488312)
+++ head/games/alephone/Makefile Tue Dec 25 11:15:44 2018 (r488313)
@@ -13,7 +13,7 @@ COMMENT= The open source version of Bungie's Marathon
BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:devel/boost-libs
-USES= gmake localbase pkgconfig tar:bzip2
+USES= compiler:c++11-lang gmake localbase pkgconfig tar:bzip2
USE_CXXSTD= gnu++98
USE_SDL= image net sdl ttf
USE_GL= yes
Modified: head/multimedia/xfce4-parole/Makefile
==============================================================================
--- head/multimedia/xfce4-parole/Makefile Tue Dec 25 11:05:18 2018 (r488312)
+++ head/multimedia/xfce4-parole/Makefile Tue Dec 25 11:15:44 2018 (r488313)
@@ -27,13 +27,13 @@ CONFIGURE_ARGS= --enable-notify-plugin \
--disable-mpris2-plugin \
--without-html-dir \
--with-gstreamer=1.0
+USES= compiler:c++11-lang desktop-file-utils gettext-tools \
+ gmake libtool pkgconfig tar:bzip2 xfce:gtk3
USE_GNOME= cairo gtk30 glib20 intltool intlhack
USE_GSTREAMER1= core faad flac wavpack rtmp x
USE_XFCE= panel
USE_XORG= ice sm x11
USE_LDCONFIG= yes
-USES= desktop-file-utils gettext-tools gmake libtool pkgconfig \
- tar:bzip2 xfce:gtk3
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= NLS
Modified: head/sysutils/lxqt-admin/Makefile
==============================================================================
--- head/sysutils/lxqt-admin/Makefile Tue Dec 25 11:05:18 2018 (r488312)
+++ head/sysutils/lxqt-admin/Makefile Tue Dec 25 11:15:44 2018 (r488313)
@@ -11,7 +11,8 @@ COMMENT= System administration tool for the LXQt deskt
LICENSE= LGPL21+
-USES= cmake:outsource kde:5 localbase lxqt pkgconfig gnome tar:xz qt:5
+USES= cmake:outsource compiler:c++11-lang gnome kde:5 localbase \
+ lxqt pkgconfig tar:xz qt:5
USE_QT= buildtools_build qmake_build core dbus gui svg \
widgets x11extras xml
USE_KDE= windowsystem
Modified: head/www/qupzilla-qt5/Makefile
==============================================================================
--- head/www/qupzilla-qt5/Makefile Tue Dec 25 11:05:18 2018 (r488312)
+++ head/www/qupzilla-qt5/Makefile Tue Dec 25 11:15:44 2018 (r488313)
@@ -17,7 +17,7 @@ LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell
CONFLICTS_INSTALL= ${PORTNAME}-qt4*
-USES= desktop-file-utils pkgconfig qmake qt:5 ssl tar:xz
+USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake qt:5 ssl tar:xz
USE_QT= core concurrent gui network printsupport script sql webkit \
widgets x11extras xml imageformats_run sql-sqlite3_run \
buildtools_build linguisttools_build
----- End forwarded message -----
More information about the freebsd-xfce
mailing list