From owner-svn-ports-all@freebsd.org Tue Dec 25 11:15:45 2018 Return-Path: Delivered-To: svn-ports-all@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 7CCA5134E3C4; Tue, 25 Dec 2018 11:15:45 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2252B70F95; Tue, 25 Dec 2018 11:15:45 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 137D6B7C3; Tue, 25 Dec 2018 11:15:45 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBPBFi2X069227; Tue, 25 Dec 2018 11:15:44 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBPBFiMc069222; Tue, 25 Dec 2018 11:15:44 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812251115.wBPBFiMc069222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 25 Dec 2018 11:15:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488313 - in head: games/alephone multimedia/xfce4-parole sysutils/lxqt-admin www/qupzilla-qt5 X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head: games/alephone multimedia/xfce4-parole sysutils/lxqt-admin www/qupzilla-qt5 X-SVN-Commit-Revision: 488313 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2252B70F95 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.982,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2018 11:15:45 -0000 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