Date: Mon, 3 Apr 2017 10:29:46 +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: r437612 - in head: audio/ardour5 graphics/agave sysutils/nitrogen x11/workrave Message-ID: <201704031029.v33ATkhF019148@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Apr 3 10:29:45 2017 New Revision: 437612 URL: https://svnweb.freebsd.org/changeset/ports/437612 Log: Fix build with newer sigc++20 Modified: head/audio/ardour5/Makefile head/graphics/agave/Makefile head/sysutils/nitrogen/Makefile head/x11/workrave/Makefile Modified: head/audio/ardour5/Makefile ============================================================================== --- head/audio/ardour5/Makefile Mon Apr 3 10:01:05 2017 (r437611) +++ head/audio/ardour5/Makefile Mon Apr 3 10:29:45 2017 (r437612) @@ -39,8 +39,9 @@ LIB_DEPENDS= libserd-0.so:devel/serd \ libFLAC.so:audio/flac \ libreadline.so:devel/readline -USES= desktop-file-utils gettext libarchive pkgconfig \ - python:build readline tar:bzip2 waf +USES= compiler:c++11-lang desktop-file-utils gettext libarchive \ + pkgconfig python:build readline tar:bzip2 waf +USE_CXXSTD= c++11 USE_XORG= x11 USE_GNOME= atk cairo cairomm gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 pango USE_LDCONFIG= yes Modified: head/graphics/agave/Makefile ============================================================================== --- head/graphics/agave/Makefile Mon Apr 3 10:01:05 2017 (r437611) +++ head/graphics/agave/Makefile Mon Apr 3 10:29:45 2017 (r437612) @@ -15,7 +15,8 @@ LICENSE= GPLv2+ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libglademm-2.4.so:devel/libglademm24 -USES= gettext gmake pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lang gettext gmake pathfix pkgconfig tar:bzip2 +USE_CXXSTD= c++11 USE_GNOME= gconfmm26 gnomedocutils gnomeprefix gtkmm24 intltool GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-scrollkeeper \ Modified: head/sysutils/nitrogen/Makefile ============================================================================== --- head/sysutils/nitrogen/Makefile Mon Apr 3 10:01:05 2017 (r437611) +++ head/sysutils/nitrogen/Makefile Mon Apr 3 10:29:45 2017 (r437612) @@ -19,7 +19,8 @@ RUN_DEPENDS= gnome-icon-theme>0:misc/gno OPTIONS_DEFINE= XINERAMA OPTIONS_DEFAULT=XINERAMA -USES= gettext iconv pkgconfig +USES= compiler:c++11-lang gettext iconv pkgconfig +USE_CXXSTD= c++11 USE_GNOME= gtkmm24 USE_XORG= x11 GNU_CONFIGURE= yes Modified: head/x11/workrave/Makefile ============================================================================== --- head/x11/workrave/Makefile Mon Apr 3 10:01:05 2017 (r437611) +++ head/x11/workrave/Makefile Mon Apr 3 10:29:45 2017 (r437612) @@ -13,7 +13,9 @@ LICENSE= GPLv3+ LIB_DEPENDS= libgdome.so:textproc/gdome2 -USES= autoreconf:build gettext gmake libtool localbase pathfix pkgconfig +USES= compiler:c++11-lang autoreconf:build gettext gmake libtool \ + localbase pathfix pkgconfig +USE_CXXSTD= c++11 USE_XORG= ice recordproto sm x11 xext xmu xscrnsaver xtst USE_GNOME= intltool intlhack introspection gtkmm30 GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704031029.v33ATkhF019148>