From owner-freebsd-gnome@freebsd.org Sun Sep 23 12:30:37 2018 Return-Path: Delivered-To: freebsd-gnome@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 B95B8108DDD4 for ; Sun, 23 Sep 2018 12:30:37 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5A91E74A2E for ; Sun, 23 Sep 2018 12:30:37 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.ysv.freebsd.org (Postfix) id 1C691108DDD3; Sun, 23 Sep 2018 12:30:37 +0000 (UTC) Delivered-To: gnome@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 D4EC7108DDD2 for ; Sun, 23 Sep 2018 12:30:36 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A6CD74A2A; Sun, 23 Sep 2018 12:30:36 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id 7ADB016E60; Sun, 23 Sep 2018 12:30:35 +0000 (UTC) Date: Sun, 23 Sep 2018 12:30:34 +0000 From: Mark Linimon To: gnome@FreeBSD.org, kwm@FreeBSD.org, martinfilla@post.cz, neel@neelc.org, portmaster@BSDforge.com Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r480498 - in head: databases/tora devel/libspice-server games/galaxyhack net/liferea net/reaver x11-fm/nemo x11/slop] Message-ID: <20180923123033.GA25348@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2018 12:30:38 -0000 FYI. You do not need to take any action. mcl devel/libspice-server portmaster@BSDforge.com net/liferea kwm@FreeBSD.org net/reaver martinfilla@post.cz x11/slop neel@neelc.org x11-fm/nemo gnome@FreeBSD.org ----- Forwarded message from Mark Linimon ----- Date: Sun, 23 Sep 2018 12:28:37 +0000 (UTC) From: Mark Linimon 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 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 ----- End forwarded message -----