svn commit: r488313 - in head: games/alephone multimedia/xfce4-parole sysutils/lxqt-admin www/qupzilla-qt5

Mark Linimon linimon at FreeBSD.org
Tue Dec 25 11:15:45 UTC 2018


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


More information about the svn-ports-all mailing list