Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2018 12:28:37 +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: r480498 - in head: databases/tora devel/libspice-server games/galaxyhack net/liferea net/reaver x11-fm/nemo x11/slop
Message-ID:  <201809231228.w8NCSb7m023969@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Sep 23 12:28:37 2018
New Revision: 480498
URL: https://svnweb.freebsd.org/changeset/ports/480498

Log:
  Fix build on gcc-based archs.
  
  Tested on powerpc64 and amd64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/databases/tora/Makefile
  head/devel/libspice-server/Makefile
  head/games/galaxyhack/Makefile
  head/net/liferea/Makefile
  head/net/reaver/Makefile
  head/x11-fm/nemo/Makefile
  head/x11/slop/Makefile

Modified: head/databases/tora/Makefile
==============================================================================
--- head/databases/tora/Makefile	Sun Sep 23 11:44:02 2018	(r480497)
+++ head/databases/tora/Makefile	Sun Sep 23 12:28:37 2018	(r480498)
@@ -20,8 +20,9 @@ LIB_DEPENDS=	libqscintilla2_qt4.so:devel/qscintilla2 \
 OPTIONS_DEFINE=	PGSQL MYSQL DOCS
 OPTIONS_DEFAULT=	PGSQL MYSQL
 
+USES=		autoreconf compiler:c++11-lang gmake libtool localbase:ldflags \
+		makeinfo qmake:no_env qt:4
 USE_QT=		corelib gui sql xml network moc_build qmake_build rcc_build uic_build
-USES=		autoreconf gmake libtool localbase:ldflags makeinfo qmake:no_env qt:4
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-pcre=${LOCALBASE} \
 		--with-qt-includes=${QT_INCDIR} \

Modified: head/devel/libspice-server/Makefile
==============================================================================
--- head/devel/libspice-server/Makefile	Sun Sep 23 11:44:02 2018	(r480497)
+++ head/devel/libspice-server/Makefile	Sun Sep 23 12:28:37 2018	(r480498)
@@ -13,8 +13,6 @@ COMMENT=	Implements the server side of the SPICE proto
 
 LICENSE=	GPLv2
 
-BROKEN_powerpc64=	fails to compile: red-channel-client.h:44: redefinition of typedef 'RedChannelClient'
-
 LIB_DEPENDS=	libopus.so:audio/opus
 BUILD_DEPENDS=	spice-protocol>=0.12.10:devel/spice-protocol
 
@@ -35,8 +33,8 @@ SASL_LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2
 
 STATISTICS_CONFIGURE_ENABLE=	statistics
 
-USES=		autoreconf gmake jpeg libtool localbase:ldflag pkgconfig \
-		python ssl tar:bzip2
+USES=		autoreconf compiler:c++11-lang gmake jpeg libtool \
+		localbase:ldflag pkgconfig python ssl tar:bzip2
 
 USE_GNOME=	glib20
 USE_XORG=	pixman

Modified: head/games/galaxyhack/Makefile
==============================================================================
--- head/games/galaxyhack/Makefile	Sun Sep 23 11:44:02 2018	(r480497)
+++ head/games/galaxyhack/Makefile	Sun Sep 23 12:28:37 2018	(r480498)
@@ -27,7 +27,7 @@ FLEETS_DESC=	Additional fleets
 
 WRKSRC=		${WRKDIR}/${PORTNAME}/src
 
-USES=		compiler dos2unix gmake tar:bzip2
+USES=		compiler:c++11-lang dos2unix gmake tar:bzip2
 USE_SDL=	gfx image mixer sdl
 ALL_TARGET=	${PORTNAME}
 

Modified: head/net/liferea/Makefile
==============================================================================
--- head/net/liferea/Makefile	Sun Sep 23 11:44:02 2018	(r480497)
+++ head/net/liferea/Makefile	Sun Sep 23 12:28:37 2018	(r480498)
@@ -11,8 +11,6 @@ COMMENT=	Simple RSS/RDF feed reader
 
 LICENSE=	GPLv2
 
-BROKEN_powerpc64=	fails to compile: WebKitWebEditor.h:40: redefinition of typedef 'WebKitWebEditor'
-
 BUILD_DEPENDS=	gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
 LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
 		libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
@@ -21,7 +19,7 @@ LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
 RUN_DEPENDS=	gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
 		${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR}
 
-USES=		desktop-file-utils gettext gmake gnome libtool localbase \
+USES=		compiler:c++11-lang desktop-file-utils gettext gmake gnome libtool localbase \
 		pathfix pkgconfig python:3.4+ sqlite tar:bzip2
 USE_GNOME=	cairo dconf:run gtk30 intltool introspection \
 		libxslt libxml2

Modified: head/net/reaver/Makefile
==============================================================================
--- head/net/reaver/Makefile	Sun Sep 23 11:44:02 2018	(r480497)
+++ head/net/reaver/Makefile	Sun Sep 23 12:28:37 2018	(r480498)
@@ -11,7 +11,7 @@ COMMENT=	Reaver brute force attack against WPS (Wi-Fi 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/../docs/LICENSE
 
-USES=		gmake
+USES=		compiler:c++11-lang gmake
 GNU_CONFIGURE=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	t6x

Modified: head/x11-fm/nemo/Makefile
==============================================================================
--- head/x11-fm/nemo/Makefile	Sun Sep 23 11:44:02 2018	(r480497)
+++ head/x11-fm/nemo/Makefile	Sun Sep 23 12:28:37 2018	(r480498)
@@ -22,8 +22,8 @@ LIB_DEPENDS=	libexif.so:graphics/libexif \
 RUN_DEPENDS=	gnome-icon-theme>=0:misc/gnome-icon-theme \
 		gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
 
-USES=		autoreconf:build desktop-file-utils gettext gmake libtool pathfix \
-		pkgconfig python:2.7 shared-mime-info
+USES=		autoreconf:build compiler:c++11-lang desktop-file-utils gettext \
+		gmake libtool pathfix pkgconfig python:2.7 shared-mime-info
 USE_GNOME=	gnomedesktop3 gnomeprefix intlhack introspection:build \
 		libxml2 pygobject3
 USE_GITHUB=	yes

Modified: head/x11/slop/Makefile
==============================================================================
--- head/x11/slop/Makefile	Sun Sep 23 11:44:02 2018	(r480497)
+++ head/x11/slop/Makefile	Sun Sep 23 12:28:37 2018	(r480498)
@@ -14,7 +14,7 @@ LICENSE=	GPLv3
 BUILD_DEPENDS=	${LOCALBASE}/include/glm/glm.hpp:math/glm
 LIB_DEPENDS=	libicuuc.so:devel/icu
 
-USES=		cmake
+USES=		cmake compiler:c++11-lang
 USE_GL=		gl glu glew
 USE_LDCONFIG=	yes
 USE_XORG=	ice sm x11 xext xrender



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809231228.w8NCSb7m023969>