From owner-svn-ports-head@freebsd.org Thu Oct 10 20:29:20 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 76522130FFB; Thu, 10 Oct 2019 20:29:20 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46q2k82RrFz4Y5T; Thu, 10 Oct 2019 20:29:20 +0000 (UTC) (envelope-from pkubaj@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 37B627508; Thu, 10 Oct 2019 20:29:20 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9AKTKPA067745; Thu, 10 Oct 2019 20:29:20 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9AKTJb6067742; Thu, 10 Oct 2019 20:29:19 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201910102029.x9AKTJb6067742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Thu, 10 Oct 2019 20:29:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514253 - in head: sysutils/xfce4-kbdleds-plugin www/wpebackend-fdo X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: in head: sysutils/xfce4-kbdleds-plugin www/wpebackend-fdo X-SVN-Commit-Revision: 514253 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2019 20:29:20 -0000 Author: pkubaj Date: Thu Oct 10 20:29:19 2019 New Revision: 514253 URL: https://svnweb.freebsd.org/changeset/ports/514253 Log: www/wpebackend-fdo needs C++11 compiler: /wrkdirs/usr/ports/www/wpebackend-fdo/work/wpebackend-fdo-1.4.0/src/ipc.h:40: error: ISO C++ forbids declaration of 'unique_ptr' with no type sysutils/xfce4-kbdleds-plugin needs C11 compiler similarly to other xfce ports. Approved by: mentors (implicit approval) Modified: head/sysutils/xfce4-kbdleds-plugin/Makefile head/www/wpebackend-fdo/Makefile Modified: head/sysutils/xfce4-kbdleds-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-kbdleds-plugin/Makefile Thu Oct 10 20:19:13 2019 (r514252) +++ head/sysutils/xfce4-kbdleds-plugin/Makefile Thu Oct 10 20:29:19 2019 (r514253) @@ -17,7 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce +USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ + tar:bzip2 xfce GNU_CONFIGURE= yes USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 intltool pango USE_XORG= ice sm x11 Modified: head/www/wpebackend-fdo/Makefile ============================================================================== --- head/www/wpebackend-fdo/Makefile Thu Oct 10 20:19:13 2019 (r514252) +++ head/www/wpebackend-fdo/Makefile Thu Oct 10 20:29:19 2019 (r514253) @@ -14,7 +14,8 @@ LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon \ libwpe-1.0.so:www/libwpe \ libwayland-client.so:graphics/wayland -USES= cmake pkgconfig localbase:ldflags gl gnome tar:xz +USES= cmake compiler:c++11-lang pkgconfig localbase:ldflags gl gnome \ + tar:xz USE_GL= egl USE_GNOME= glib20