Date: Sun, 2 Apr 2017 22:14:12 +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: r437582 - in head: devel/gconfmm26 devel/synfig multimedia/gstreamermm x11-toolkits/gtksourceviewmm3 Message-ID: <201704022214.v32MECeH021486@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Apr 2 22:14:12 2017 New Revision: 437582 URL: https://svnweb.freebsd.org/changeset/ports/437582 Log: Fix build with recent sigc++20 Modified: head/devel/gconfmm26/Makefile head/devel/synfig/Makefile head/multimedia/gstreamermm/Makefile head/x11-toolkits/gtksourceviewmm3/Makefile Modified: head/devel/gconfmm26/Makefile ============================================================================== --- head/devel/gconfmm26/Makefile Sun Apr 2 22:06:30 2017 (r437581) +++ head/devel/gconfmm26/Makefile Sun Apr 2 22:14:12 2017 (r437582) @@ -16,7 +16,9 @@ LIB_DEPENDS= libglibmm-2.4.so:devel/glib BUILD_DEPENDS= gm4:devel/m4 \ ${LOCALBASE}/lib/libgtkmm-2.4.so.1:x11-toolkits/gtkmm24 -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= gconf2 referencehack GNU_CONFIGURE= yes Modified: head/devel/synfig/Makefile ============================================================================== --- head/devel/synfig/Makefile Sun Apr 2 22:06:30 2017 (r437581) +++ head/devel/synfig/Makefile Sun Apr 2 22:14:12 2017 (r437582) @@ -24,7 +24,8 @@ LIB_DEPENDS= libboost_program_options.so libavcodec.so:multimedia/ffmpeg \ libdv.so:multimedia/libdv -USES= iconv jpeg libtool pathfix pkgconfig +USES= compiler:c++11-lang iconv jpeg libtool pathfix pkgconfig +USE_CXXSTD= c++11 USE_GNOME= cairo glibmm libxml++26 GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} Modified: head/multimedia/gstreamermm/Makefile ============================================================================== --- head/multimedia/gstreamermm/Makefile Sun Apr 2 22:06:30 2017 (r437581) +++ head/multimedia/gstreamermm/Makefile Sun Apr 2 22:14:12 2017 (r437582) @@ -13,7 +13,8 @@ COMMENT= C++ wrapper library for the mul LICENSE= LGPL21 -USES= gmake libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lang gmake libtool pathfix pkgconfig tar:xz +USE_CXXSTD= c++11 USE_GSTREAMER= theora vorbis cdparanoia gio pango USE_GNOME= gnomeprefix gtkmm24 GNU_CONFIGURE= yes Modified: head/x11-toolkits/gtksourceviewmm3/Makefile ============================================================================== --- head/x11-toolkits/gtksourceviewmm3/Makefile Sun Apr 2 22:06:30 2017 (r437581) +++ head/x11-toolkits/gtksourceviewmm3/Makefile Sun Apr 2 22:14:12 2017 (r437582) @@ -14,7 +14,8 @@ COMMENT= C++ binding of GtkSourceView3 PORTSCOUT= limitw:1,even -USES= gmake libtool:keepla pathfix pkgconfig tar:xz +USES= compiler:c++11-lang gmake libtool:keepla pathfix pkgconfig tar:xz +USE_CXXSTD= c++11 USE_LDCONFIG= yes USE_GNOME= gtksourceview3 gnomeprefix gtkmm30 GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704022214.v32MECeH021486>