svn commit: r437608 - in head: devel/regexxer graphics/libgnomecanvasmm26

Baptiste Daroussin bapt at FreeBSD.org
Mon Apr 3 09:43:02 UTC 2017


Author: bapt
Date: Mon Apr  3 09:43:00 2017
New Revision: 437608
URL: https://svnweb.freebsd.org/changeset/ports/437608

Log:
  Fix build with newer sigc++20

Modified:
  head/devel/regexxer/Makefile
  head/graphics/libgnomecanvasmm26/Makefile

Modified: head/devel/regexxer/Makefile
==============================================================================
--- head/devel/regexxer/Makefile	Mon Apr  3 09:02:08 2017	(r437607)
+++ head/devel/regexxer/Makefile	Mon Apr  3 09:43:00 2017	(r437608)
@@ -10,11 +10,11 @@ MASTER_SITES=	GNOME
 MAINTAINER=	kwm at FreeBSD.org
 COMMENT=	Interactive tool for performing search and replace operations
 
-USES=		gettext gmake pathfix pkgconfig tar:xz
+USES=		compiler:c++11-lang gettext gmake localbase pathfix pkgconfig \
+		tar:xz
+USE_CXXSTD=	c++11
 GNU_CONFIGURE=	yes
 USE_GNOME=	gnomeprefix intltool intlhack gtkmm30 gtksourceviewmm3
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 INSTALLS_ICONS=	yes
 
 GLIB_SCHEMAS=	org.regexxer.gschema.xml

Modified: head/graphics/libgnomecanvasmm26/Makefile
==============================================================================
--- head/graphics/libgnomecanvasmm26/Makefile	Mon Apr  3 09:02:08 2017	(r437607)
+++ head/graphics/libgnomecanvasmm26/Makefile	Mon Apr  3 09:43:00 2017	(r437608)
@@ -15,7 +15,9 @@ COMMENT=	C++ wrapper for libgnomecanvas 
 LIB_DEPENDS=	libgtkmm-2.4.so:x11-toolkits/gtkmm24
 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_GNOME=	libgnomecanvas
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list