From owner-svn-ports-all@freebsd.org Tue Apr 4 16:07:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B6B4D2E18C; Tue, 4 Apr 2017 16:07:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2AD52240; Tue, 4 Apr 2017 16:07:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v34G7fno055231; Tue, 4 Apr 2017 16:07:41 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v34G7fux055229; Tue, 4 Apr 2017 16:07:41 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704041607.v34G7fux055229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 4 Apr 2017 16:07:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437741 - in head: audio/patchage editors/gobby X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Apr 2017 16:07:42 -0000 Author: bapt Date: Tue Apr 4 16:07:40 2017 New Revision: 437741 URL: https://svnweb.freebsd.org/changeset/ports/437741 Log: Fix build with new sigc++20 Modified: head/audio/patchage/Makefile head/editors/gobby/Makefile Modified: head/audio/patchage/Makefile ============================================================================== --- head/audio/patchage/Makefile Tue Apr 4 15:17:25 2017 (r437740) +++ head/audio/patchage/Makefile Tue Apr 4 16:07:40 2017 (r437741) @@ -22,7 +22,8 @@ LIB_DEPENDS= libjack.so:audio/jack \ libglademm-2.4.so:devel/libglademm24 \ libflowcanvas.so:x11-toolkits/flowcanvas -USES= pkgconfig tar:bzip2 waf +USES= compiler:c++11-lang pkgconfig tar:bzip2 waf +USE_CXXSTD= c++11 INSTALLS_ICONS= yes CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man \ --no-alsa \ Modified: head/editors/gobby/Makefile ============================================================================== --- head/editors/gobby/Makefile Tue Apr 4 15:17:25 2017 (r437740) +++ head/editors/gobby/Makefile Tue Apr 4 16:07:40 2017 (r437741) @@ -21,7 +21,8 @@ OPTIONS_DEFINE= GTKSPELL NLS GTKSPELL_DESC= Enable GtkSpell support USE_GNOME= gtksourceview2 intltool -USES= gmake pkgconfig pathfix +USES= compiler:c++11-lang gmake pkgconfig pathfix +USE_CXXSTD= c++11 GNU_CONFIGURE= yes INSTALLS_ICONS= yes