From owner-svn-ports-head@freebsd.org Fri Nov 2 16:36:04 2018 Return-Path: Delivered-To: svn-ports-head@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 19E5610FCAE2; Fri, 2 Nov 2018 16:36:04 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C22D373A95; Fri, 2 Nov 2018 16:36:03 +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 A38AB5636; Fri, 2 Nov 2018 16:36:03 +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 wA2Ga3li019593; Fri, 2 Nov 2018 16:36:03 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA2Ga17F019581; Fri, 2 Nov 2018 16:36:01 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201811021636.wA2Ga17F019581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 2 Nov 2018 16:36:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483822 - in head: comms/ebook2cwgui comms/tilp2 devel/librcc editors/xmlcopyeditor ftp/multiget ftp/wxdfast graphics/eom net/wireshark x11-themes/gtk-oxygen-engine x11-themes/gtk3-oxyg... X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head: comms/ebook2cwgui comms/tilp2 devel/librcc editors/xmlcopyeditor ftp/multiget ftp/wxdfast graphics/eom net/wireshark x11-themes/gtk-oxygen-engine x11-themes/gtk3-oxygen-engine x11-toolkits/gt... X-SVN-Commit-Revision: 483822 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2018 16:36:04 -0000 Author: linimon Date: Fri Nov 2 16:36:00 2018 New Revision: 483822 URL: https://svnweb.freebsd.org/changeset/ports/483822 Log: Fix build on powerpc64 by adding compiler:c++11-lang to USES. Approved by: portmgr (tier-2 blanket) Modified: head/comms/ebook2cwgui/Makefile head/comms/tilp2/Makefile head/devel/librcc/Makefile head/editors/xmlcopyeditor/Makefile head/ftp/multiget/Makefile head/ftp/wxdfast/Makefile head/graphics/eom/Makefile head/net/wireshark/Makefile head/x11-themes/gtk-oxygen-engine/Makefile head/x11-themes/gtk3-oxygen-engine/Makefile head/x11-toolkits/gtkglarea2/Makefile head/x11-toolkits/gtkmm20/Makefile head/x11/simdock/Makefile Modified: head/comms/ebook2cwgui/Makefile ============================================================================== --- head/comms/ebook2cwgui/Makefile Fri Nov 2 16:12:05 2018 (r483821) +++ head/comms/ebook2cwgui/Makefile Fri Nov 2 16:36:00 2018 (r483822) @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ebook2cw:comms/ebook2cw +USES= compiler:c++11-lang USE_WX= 2.8 PORTDOCS= * Modified: head/comms/tilp2/Makefile ============================================================================== --- head/comms/tilp2/Makefile Fri Nov 2 16:12:05 2018 (r483821) +++ head/comms/tilp2/Makefile Fri Nov 2 16:36:00 2018 (r483822) @@ -17,7 +17,8 @@ LIB_DEPENDS= libticables2.so:comms/libticables2 \ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= autoreconf desktop-file-utils gettext gmake groff localbase \ +USES= autoreconf compiler:c++11-lang desktop-file-utils gettext \ + gmake groff localbase \ libtool pkgconfig shared-mime-info tar:bzip2 USE_GNOME= gtk20 intltool Modified: head/devel/librcc/Makefile ============================================================================== --- head/devel/librcc/Makefile Fri Nov 2 16:12:05 2018 (r483821) +++ head/devel/librcc/Makefile Fri Nov 2 16:36:00 2018 (r483822) @@ -19,8 +19,9 @@ LIB_DEPENDS= librcd.so:devel/librcd \ libaspell.so:textproc/aspell GNU_CONFIGURE= yes +USES= compiler:c++11-lang gmake iconv libtool pathfix pkgconfig \ + tar:bzip2 USE_GNOME= libxml2 -USES= gmake iconv libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/editors/xmlcopyeditor/Makefile ============================================================================== --- head/editors/xmlcopyeditor/Makefile Fri Nov 2 16:12:05 2018 (r483821) +++ head/editors/xmlcopyeditor/Makefile Fri Nov 2 16:36:00 2018 (r483822) @@ -20,10 +20,10 @@ LIB_DEPENDS= libxerces-c.so.3:textproc/xerces-c3 \ libxml2.so:textproc/libxml2 \ libexpat.so:textproc/expat2 +USES= compiler:c++11-lang dos2unix gettext gmake iconv libtool USE_WX= 2.8+ WX_COMPS= wx contrib WX_CONF_ARGS= absolute -USES= dos2unix gettext gmake iconv libtool USE_GNOME= intltool GNU_CONFIGURE= yes Modified: head/ftp/multiget/Makefile ============================================================================== --- head/ftp/multiget/Makefile Fri Nov 2 16:12:05 2018 (r483821) +++ head/ftp/multiget/Makefile Fri Nov 2 16:36:00 2018 (r483822) @@ -14,7 +14,7 @@ LICENSE= GPLv2+ WRKSRC_SUBDIR= src -USES= alias dos2unix +USES= alias compiler:c++11-lang dos2unix USE_WX= 2.8 MAKEFILE= makefile ALL_TARGET= MultiGet Modified: head/ftp/wxdfast/Makefile ============================================================================== --- head/ftp/wxdfast/Makefile Fri Nov 2 16:12:05 2018 (r483821) +++ head/ftp/wxdfast/Makefile Fri Nov 2 16:36:00 2018 (r483822) @@ -19,9 +19,9 @@ BROKEN_armv7= fails to compile: no matching member fu WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USES= autoreconf compiler:c++11-lang gettext libtool USE_WX= 2.8+ WX_CONF_ARGS= relative -USES= autoreconf gettext libtool GNU_CONFIGURE= yes CONFIGURE_ENV= WXRC="${WXRC_CMD}" INSTALL_TARGET= install-strip Modified: head/graphics/eom/Makefile ============================================================================== --- head/graphics/eom/Makefile Fri Nov 2 16:12:05 2018 (r483821) +++ head/graphics/eom/Makefile Fri Nov 2 16:36:00 2018 (r483822) @@ -21,8 +21,8 @@ LIB_DEPENDS= libstartup-notification-1.so:x11/startup- PORTSCOUT= limitw:1,even -USES= desktop-file-utils gettext gmake jpeg libtool localbase \ - pathfix pkgconfig tar:xz +USES= compiler:c++11-lang desktop-file-utils gettext gmake jpeg \ + libtool localbase pathfix pkgconfig tar:xz USE_MATE= desktop icontheme USE_XORG= x11 USE_GNOME= cairo gnomeprefix gtk30 intltool introspection \ Modified: head/net/wireshark/Makefile ============================================================================== --- head/net/wireshark/Makefile Fri Nov 2 16:12:05 2018 (r483821) +++ head/net/wireshark/Makefile Fri Nov 2 16:36:00 2018 (r483822) @@ -27,7 +27,8 @@ DATADIR_NAME= wireshark DATADIR= ${PREFIX}/share/${DATADIR_NAME} GNU_CONFIGURE= yes -USES= alias cpe gettext-runtime gmake libtool localbase pathfix \ +USES= alias cpe compiler:c++11-lang gettext-runtime gmake \ + libtool localbase pathfix \ perl5 pkgconfig python:build ssl tar:xz USE_PERL5= build USE_GNOME= glib20 libxml2 Modified: head/x11-themes/gtk-oxygen-engine/Makefile ============================================================================== --- head/x11-themes/gtk-oxygen-engine/Makefile Fri Nov 2 16:12:05 2018 (r483821) +++ head/x11-themes/gtk-oxygen-engine/Makefile Fri Nov 2 16:36:00 2018 (r483822) @@ -17,7 +17,7 @@ LICENSE= LGPL21 LIB_DEPENDS= libcairo.so:graphics/cairo \ libdbus-glib-1.so:devel/dbus-glib +USES= cmake compiler:c++11-lang pkgconfig tar:bzip2 USE_GNOME= gtk20 -USES= cmake pkgconfig tar:bzip2 .include Modified: head/x11-themes/gtk3-oxygen-engine/Makefile ============================================================================== --- head/x11-themes/gtk3-oxygen-engine/Makefile Fri Nov 2 16:12:05 2018 (r483821) +++ head/x11-themes/gtk3-oxygen-engine/Makefile Fri Nov 2 16:36:00 2018 (r483822) @@ -17,7 +17,7 @@ LICENSE= LGPL21 LIB_DEPENDS= libcairo.so:graphics/cairo \ libdbus-glib-1.so:devel/dbus-glib +USES= cmake:outsource compiler:c++11-lang pkgconfig tar:bzip2 USE_GNOME= gtk30 -USES= cmake:outsource pkgconfig tar:bzip2 .include Modified: head/x11-toolkits/gtkglarea2/Makefile ============================================================================== --- head/x11-toolkits/gtkglarea2/Makefile Fri Nov 2 16:12:05 2018 (r483821) +++ head/x11-toolkits/gtkglarea2/Makefile Fri Nov 2 16:36:00 2018 (r483822) @@ -13,7 +13,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= OpenGL widget for the GTK+2 GUI toolkit -USES= libtool:keepla pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lang libtool:keepla pathfix pkgconfig tar:bzip2 USE_GNOME= gtk20 USE_GL= yes USE_LDCONFIG= yes Modified: head/x11-toolkits/gtkmm20/Makefile ============================================================================== --- head/x11-toolkits/gtkmm20/Makefile Fri Nov 2 16:12:05 2018 (r483821) +++ head/x11-toolkits/gtkmm20/Makefile Fri Nov 2 16:36:00 2018 (r483822) @@ -13,7 +13,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= C++ wrapper for Gtk+, Pango, Atk, and Glib -USES+= tar:bzip2 +USES+= compiler:c++11-lang tar:bzip2 PORTSCOUT= ignore:1 Modified: head/x11/simdock/Makefile ============================================================================== --- head/x11/simdock/Makefile Fri Nov 2 16:12:05 2018 (r483821) +++ head/x11/simdock/Makefile Fri Nov 2 16:36:00 2018 (r483822) @@ -15,7 +15,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= desktop-file-utils pathfix pkgconfig +USES= compiler:c++11-lang desktop-file-utils pathfix pkgconfig USE_GNOME= gnomeprefix gconf2 libwnck USE_WX= 2.8 USE_XORG= x11