Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 2019 10:46:33 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r519196 - in branches/2019Q4: sysutils/xfce4-kbdleds-plugin www/wpebackend-fdo
Message-ID:  <201912071046.xB7AkXdc086002@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Dec  7 10:46:32 2019
New Revision: 519196
URL: https://svnweb.freebsd.org/changeset/ports/519196

Log:
  MFH: r514253
  
  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.
  
  This MFH should unblock 265 ports.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  branches/2019Q4/sysutils/xfce4-kbdleds-plugin/Makefile
  branches/2019Q4/www/wpebackend-fdo/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/sysutils/xfce4-kbdleds-plugin/Makefile
==============================================================================
--- branches/2019Q4/sysutils/xfce4-kbdleds-plugin/Makefile	Sat Dec  7 10:31:38 2019	(r519195)
+++ branches/2019Q4/sysutils/xfce4-kbdleds-plugin/Makefile	Sat Dec  7 10:46:32 2019	(r519196)
@@ -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: branches/2019Q4/www/wpebackend-fdo/Makefile
==============================================================================
--- branches/2019Q4/www/wpebackend-fdo/Makefile	Sat Dec  7 10:31:38 2019	(r519195)
+++ branches/2019Q4/www/wpebackend-fdo/Makefile	Sat Dec  7 10:46:32 2019	(r519196)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912071046.xB7AkXdc086002>