svn commit: r514214 - in head: audio/xfce4-mixer sysutils/xfce4-places-plugin x11/xfce4-wmdock-plugin

Piotr Kubaj pkubaj at FreeBSD.org
Thu Oct 10 08:59:13 UTC 2019


Author: pkubaj
Date: Thu Oct 10 08:59:11 2019
New Revision: 514214
URL: https://svnweb.freebsd.org/changeset/ports/514214

Log:
  Next batch of C11 enablement for XFCE ports.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/audio/xfce4-mixer/Makefile
  head/sysutils/xfce4-places-plugin/Makefile
  head/x11/xfce4-wmdock-plugin/Makefile

Modified: head/audio/xfce4-mixer/Makefile
==============================================================================
--- head/audio/xfce4-mixer/Makefile	Thu Oct 10 08:30:09 2019	(r514213)
+++ head/audio/xfce4-mixer/Makefile	Thu Oct 10 08:59:11 2019	(r514214)
@@ -19,8 +19,8 @@ LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-USES=		gettext-tools gmake gnome libtool pkgconfig tar:bzip2 \
-		xfce:gtk2
+USES=		compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
+		tar:bzip2 xfce:gtk2
 USE_GNOME=	cairo glib20 gtk20 intlhack intltool libxml2
 USE_XFCE=	panel
 USE_GSTREAMER=	good

Modified: head/sysutils/xfce4-places-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-places-plugin/Makefile	Thu Oct 10 08:30:09 2019	(r514213)
+++ head/sysutils/xfce4-places-plugin/Makefile	Thu Oct 10 08:59:11 2019	(r514214)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libnotify.so:devel/libnotify
 
-USES=		gettext-tools gmake gnome libtool pkgconfig \
+USES=		compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
 		tar:bzip2 xfce xorg
 USE_GNOME=	cairo gdkpixbuf2 gtk30 intltool
 USE_XFCE=	panel thunar

Modified: head/x11/xfce4-wmdock-plugin/Makefile
==============================================================================
--- head/x11/xfce4-wmdock-plugin/Makefile	Thu Oct 10 08:30:09 2019	(r514213)
+++ head/x11/xfce4-wmdock-plugin/Makefile	Thu Oct 10 08:59:11 2019	(r514214)
@@ -14,8 +14,8 @@ COMMENT=	WMdock plugin for Xfce
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-USES=		gettext-tools gmake gnome libtool pkgconfig tar:bzip2 \
-		xfce:gtk2 xorg
+USES=		compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
+		tar:bzip2 xfce:gtk2 xorg
 USE_GNOME=	cairo gtk20 intltool libwnck
 USE_XFCE=	libgui panel
 USE_XORG=	x11


More information about the svn-ports-head mailing list