Date: Mon, 3 Apr 2017 09:43:00 +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: r437608 - in head: devel/regexxer graphics/libgnomecanvasmm26 Message-ID: <201704030943.v339h0Xx002316@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704030943.v339h0Xx002316>