Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Apr 2017 07:02:08 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
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
Message-ID:  <201704040702.v34728WA028308@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>

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



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