Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2019 08:32:22 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513556 - in head: deskutils/xfce4-xkb-plugin sysutils/xfburn sysutils/xfce4-genmon-plugin sysutils/xfce4-netload-plugin sysutils/xfce4-power-manager x11-clocks/xfce4-timer-plugin x11/x...
Message-ID:  <201910020832.x928WM0A073128@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Oct  2 08:32:22 2019
New Revision: 513556
URL: https://svnweb.freebsd.org/changeset/ports/513556

Log:
  Fix optional xfce ports on GCC architectures.
  
  All of them need C11 compiler.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/deskutils/xfce4-xkb-plugin/Makefile
  head/sysutils/xfburn/Makefile
  head/sysutils/xfce4-genmon-plugin/Makefile
  head/sysutils/xfce4-netload-plugin/Makefile
  head/sysutils/xfce4-power-manager/Makefile
  head/x11-clocks/xfce4-timer-plugin/Makefile
  head/x11/xfce4-clipman-plugin/Makefile
  head/x11/xfce4-dashboard/Makefile
  head/x11/xfce4-embed-plugin/Makefile
  head/x11/xfce4-screensaver/Makefile
  head/x11/xfce4-screenshooter-plugin/Makefile

Modified: head/deskutils/xfce4-xkb-plugin/Makefile
==============================================================================
--- head/deskutils/xfce4-xkb-plugin/Makefile	Wed Oct  2 08:19:18 2019	(r513555)
+++ head/deskutils/xfce4-xkb-plugin/Makefile	Wed Oct  2 08:32:22 2019	(r513556)
@@ -13,8 +13,8 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libxklavier.so:x11/libxklavier
 
-USES=		gettext-tools gmake gnome libtool pkgconfig tar:bzip2 \
-		xfce xorg
+USES=		compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
+		tar:bzip2 xfce xorg
 USE_GNOME=	cairo gtk30 intltool librsvg2 libwnck3
 USE_XFCE=	panel
 USE_XORG=	x11

Modified: head/sysutils/xfburn/Makefile
==============================================================================
--- head/sysutils/xfburn/Makefile	Wed Oct  2 08:19:18 2019	(r513555)
+++ head/sysutils/xfburn/Makefile	Wed Oct  2 08:32:22 2019	(r513556)
@@ -21,8 +21,8 @@ RUN_DEPENDS=	cdrdao:sysutils/cdrdao \
 		${LOCALBASE}/include/libburn/libburn.h:devel/libburn \
 		${LOCALBASE}/include/libisofs/libisofs.h:devel/libisofs
 
-USES=		desktop-file-utils gettext-tools gmake gnome pkgconfig \
-		tar:bzip2 xfce:gtk2
+USES=		compiler:c11 desktop-file-utils gettext-tools gmake gnome \
+		pkgconfig tar:bzip2 xfce:gtk2
 USE_GNOME=	cairo glib20 gtk20 intltool
 USE_XFCE=	libexo
 

Modified: head/sysutils/xfce4-genmon-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-genmon-plugin/Makefile	Wed Oct  2 08:19:18 2019	(r513555)
+++ head/sysutils/xfce4-genmon-plugin/Makefile	Wed Oct  2 08:32:22 2019	(r513556)
@@ -13,7 +13,7 @@ COMMENT=	Generic Monitor Xfce4 panel plugin
 
 LICENSE=	LGPL21
 
-USES=		gettext-tools gmake gnome libtool pkgconfig \
+USES=		compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
 		tar:bzip2 xfce
 USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30 intltool
 USE_XFCE=	panel

Modified: head/sysutils/xfce4-netload-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-netload-plugin/Makefile	Wed Oct  2 08:19:18 2019	(r513555)
+++ head/sysutils/xfce4-netload-plugin/Makefile	Wed Oct  2 08:32:22 2019	(r513556)
@@ -13,7 +13,8 @@ COMMENT=	Network Load plugin for Xfce4
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce
+USES=		compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
+		tar:bzip2 xfce
 USE_GNOME=	cairo gtk30 intltool
 USE_XFCE=	panel
 

Modified: head/sysutils/xfce4-power-manager/Makefile
==============================================================================
--- head/sysutils/xfce4-power-manager/Makefile	Wed Oct  2 08:19:18 2019	(r513555)
+++ head/sysutils/xfce4-power-manager/Makefile	Wed Oct  2 08:32:22 2019	(r513556)
@@ -15,8 +15,8 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libnotify.so:devel/libnotify \
 		libupower-glib.so:sysutils/upower
 
-USES=		gettext-tools gmake gnome libtool pkgconfig tar:bzip2 \
-		xfce xorg
+USES=		compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
+		tar:bzip2 xfce xorg
 USE_GNOME=	cairo glib20 gtk30 intltool
 USE_XFCE=	panel
 USE_XORG=	ice sm xrandr x11 xext xtst xscrnsaver

Modified: head/x11-clocks/xfce4-timer-plugin/Makefile
==============================================================================
--- head/x11-clocks/xfce4-timer-plugin/Makefile	Wed Oct  2 08:19:18 2019	(r513555)
+++ head/x11-clocks/xfce4-timer-plugin/Makefile	Wed Oct  2 08:32:22 2019	(r513556)
@@ -13,7 +13,8 @@ COMMENT=	Timer plugin for Xfce
 
 LICENSE=	GPLv2
 
-USES=		gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce
+USES=		compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
+		tar:bzip2 xfce
 USE_GNOME=	cairo gtk30 intltool
 USE_XFCE=	panel
 

Modified: head/x11/xfce4-clipman-plugin/Makefile
==============================================================================
--- head/x11/xfce4-clipman-plugin/Makefile	Wed Oct  2 08:19:18 2019	(r513555)
+++ head/x11/xfce4-clipman-plugin/Makefile	Wed Oct  2 08:32:22 2019	(r513556)
@@ -13,8 +13,8 @@ COMMENT=	Clipboard manager for the Xfce panel
 
 LICENSE=	GPLv2
 
-USES=		gettext-tools gmake gnome libtool pkgconfig tar:bzip2 \
-		xfce xorg
+USES=		compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
+		tar:bzip2 xfce xorg
 USE_GNOME=	cairo glib20 gtk30 intltool
 USE_XFCE=	panel
 USE_XORG=	ice sm x11 xorgproto xtst

Modified: head/x11/xfce4-dashboard/Makefile
==============================================================================
--- head/x11/xfce4-dashboard/Makefile	Wed Oct  2 08:19:18 2019	(r513555)
+++ head/x11/xfce4-dashboard/Makefile	Wed Oct  2 08:32:22 2019	(r513556)
@@ -18,8 +18,8 @@ LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib \
 		libcogl.so:graphics/cogl \
 		libclutter-1.0.so:graphics/clutter
 
-USES=		gettext-tools gmake gnome localbase libtool pathfix perl5 pkgconfig \
-		tar:bzip2 xfce xorg
+USES=		compiler:c11 gettext-tools gmake gnome localbase libtool \
+		pathfix perl5 pkgconfig tar:bzip2 xfce xorg
 USE_GNOME=	cairo glib20 gtk30 intltool libwnck3
 USE_XFCE=	garcon xfconf
 USE_XORG=	x11 xcomposite xdamage xext xfixes xi xinerama xrandr

Modified: head/x11/xfce4-embed-plugin/Makefile
==============================================================================
--- head/x11/xfce4-embed-plugin/Makefile	Wed Oct  2 08:19:18 2019	(r513555)
+++ head/x11/xfce4-embed-plugin/Makefile	Wed Oct  2 08:32:22 2019	(r513556)
@@ -16,8 +16,8 @@ LICENSE=	GPLv2
 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 gdkpixbuf2 glib20 gtk20 intltool
 USE_XFCE=	panel
 USE_XORG=	ice sm x11

Modified: head/x11/xfce4-screensaver/Makefile
==============================================================================
--- head/x11/xfce4-screensaver/Makefile	Wed Oct  2 08:19:18 2019	(r513555)
+++ head/x11/xfce4-screensaver/Makefile	Wed Oct  2 08:32:22 2019	(r513556)
@@ -19,8 +19,8 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		libdbus-glib-1.so:devel/dbus-glib \
 		libxklavier.so:x11/libxklavier
 
-USES=		gettext-tools gl gmake gnome pkgconfig python:3.5+ shebangfix \
-		tar:bzip2 xfce xorg
+USES=		compiler:c11 gettext-tools gl gmake gnome pkgconfig python:3.5+ \
+		shebangfix tar:bzip2 xfce xorg
 USE_GL=		gl
 USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30 intltool libwnck3
 USE_XFCE=	garcon libexo xfconf

Modified: head/x11/xfce4-screenshooter-plugin/Makefile
==============================================================================
--- head/x11/xfce4-screenshooter-plugin/Makefile	Wed Oct  2 08:19:18 2019	(r513555)
+++ head/x11/xfce4-screenshooter-plugin/Makefile	Wed Oct  2 08:32:22 2019	(r513556)
@@ -16,8 +16,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup
 
-USES=		gettext-tools gmake gnome libtool pkgconfig tar:bzip2 \
-		xfce xorg
+USES=		compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
+		tar:bzip2 xfce xorg
 USE_CSTD=	c99
 USE_GNOME=	cairo glib20 gtk30 intltool libxml2
 USE_XFCE=	panel



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