From owner-svn-ports-head@freebsd.org Tue Apr 4 07:02:10 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DFDAD2DC8F; Tue, 4 Apr 2017 07:02:10 +0000 (UTC) (envelope-from bapt@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 mx1.freebsd.org (Postfix) with ESMTPS id D87DCCDC; Tue, 4 Apr 2017 07:02:09 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v34729Y7028312; Tue, 4 Apr 2017 07:02:09 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v34728WA028308; Tue, 4 Apr 2017 07:02:08 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704040702.v34728WA028308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 4 Apr 2017 07:02:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437685 - in head: games/gtkevemon print/libgnomeprintmm x11-toolkits/flowcanvas x11-toolkits/libgnomeuimm26 X-SVN-Group: ports-head 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.23 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: Tue, 04 Apr 2017 07:02:10 -0000 Author: bapt Date: Tue Apr 4 07:02:08 2017 New Revision: 437685 URL: https://svnweb.freebsd.org/changeset/ports/437685 Log: Fix build with new sigc++20 Modified: head/games/gtkevemon/Makefile head/print/libgnomeprintmm/Makefile head/x11-toolkits/flowcanvas/Makefile head/x11-toolkits/libgnomeuimm26/Makefile Modified: head/games/gtkevemon/Makefile ============================================================================== --- head/games/gtkevemon/Makefile Tue Apr 4 06:43:00 2017 (r437684) +++ head/games/gtkevemon/Makefile Tue Apr 4 07:02:08 2017 (r437685) @@ -14,7 +14,8 @@ LIB_DEPENDS= libgtkmm-3.0.so:x11-toolkit USE_GITHUB= yes GH_TAGNAME= ac2ca34 -USES= pkgconfig:both gmake ssl +USES= compiler:c++11-lang pkgconfig:both gmake ssl +USE_CXXSTD= c++11 USE_GNOME= gtk30 libxml2 .include Modified: head/print/libgnomeprintmm/Makefile ============================================================================== --- head/print/libgnomeprintmm/Makefile Tue Apr 4 06:43:00 2017 (r437684) +++ head/print/libgnomeprintmm/Makefile Tue Apr 4 07:02:08 2017 (r437685) @@ -14,7 +14,8 @@ COMMENT= C++ bindings for the GNOME prin LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 BUILD_DEPENDS= gm4:devel/m4 -USES= gmake libtool pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lang gmake libtool pathfix pkgconfig tar:bzip2 +USE_CXXSTD= c++11 USE_GNOME= gnomeprefix libgnomeprint USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/x11-toolkits/flowcanvas/Makefile ============================================================================== --- head/x11-toolkits/flowcanvas/Makefile Tue Apr 4 06:43:00 2017 (r437684) +++ head/x11-toolkits/flowcanvas/Makefile Tue Apr 4 07:02:08 2017 (r437685) @@ -18,7 +18,8 @@ LIB_DEPENDS= libboost_date_time.so:devel libgnomecanvasmm-2.6.so:graphics/libgnomecanvasmm26 \ libgtkmm-2.4.so:x11-toolkits/gtkmm24 -USES= pkgconfig tar:bzip2 waf +USES= compiler:c++11-lang pkgconfig tar:bzip2 waf +USE_CXXSTD= c++11 USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include Modified: head/x11-toolkits/libgnomeuimm26/Makefile ============================================================================== --- head/x11-toolkits/libgnomeuimm26/Makefile Tue Apr 4 06:43:00 2017 (r437684) +++ head/x11-toolkits/libgnomeuimm26/Makefile Tue Apr 4 07:02:08 2017 (r437685) @@ -19,7 +19,9 @@ LIB_DEPENDS= libgnomemm-2.6.so:x11/libgn libgnomevfsmm-2.6.so:devel/gnome-vfsmm BUILD_DEPENDS= gm4:devel/m4 -USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lang gmake libtool:keepla pathfix pkgconfig \ + tar:bzip2 +USE_CXXSTD= c++11 USE_XORG= x11 USE_GNOME= libgnomeui GNU_CONFIGURE= yes