diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-02 16:32:22 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-02 16:32:22 +0800 |
commit | dba1ef5edf69eecad815c6560728eb153b9b7260 (patch) | |
tree | 112fa22c03e9d2fb9d0a2cc7a273efd189707aaa | |
parent | 802eb1361871969c3e071706a635c116b2789d75 (diff) | |
download | freebsd-ports-gnome-dba1ef5edf69eecad815c6560728eb153b9b7260.tar.gz freebsd-ports-gnome-dba1ef5edf69eecad815c6560728eb153b9b7260.tar.zst freebsd-ports-gnome-dba1ef5edf69eecad815c6560728eb153b9b7260.zip |
Fix optional xfce ports on GCC architectures.
All of them need C11 compiler.
Approved by: mentors (implicit approval)
-rw-r--r-- | deskutils/xfce4-xkb-plugin/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xfburn/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xfce4-genmon-plugin/Makefile | 2 | ||||
-rw-r--r-- | sysutils/xfce4-netload-plugin/Makefile | 3 | ||||
-rw-r--r-- | sysutils/xfce4-power-manager/Makefile | 4 | ||||
-rw-r--r-- | x11-clocks/xfce4-timer-plugin/Makefile | 3 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 4 | ||||
-rw-r--r-- | x11/xfce4-dashboard/Makefile | 4 | ||||
-rw-r--r-- | x11/xfce4-embed-plugin/Makefile | 4 | ||||
-rw-r--r-- | x11/xfce4-screensaver/Makefile | 4 | ||||
-rw-r--r-- | x11/xfce4-screenshooter-plugin/Makefile | 4 |
11 files changed, 21 insertions, 19 deletions
diff --git a/deskutils/xfce4-xkb-plugin/Makefile b/deskutils/xfce4-xkb-plugin/Makefile index 10add965ee83..a693aed4b74a 100644 --- a/deskutils/xfce4-xkb-plugin/Makefile +++ b/deskutils/xfce4-xkb-plugin/Makefile @@ -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 diff --git a/sysutils/xfburn/Makefile b/sysutils/xfburn/Makefile index c4c75d2ddd70..01e79b9ed3f4 100644 --- a/sysutils/xfburn/Makefile +++ b/sysutils/xfburn/Makefile @@ -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 diff --git a/sysutils/xfce4-genmon-plugin/Makefile b/sysutils/xfce4-genmon-plugin/Makefile index 840b8df09a39..3258b904a6e9 100644 --- a/sysutils/xfce4-genmon-plugin/Makefile +++ b/sysutils/xfce4-genmon-plugin/Makefile @@ -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 diff --git a/sysutils/xfce4-netload-plugin/Makefile b/sysutils/xfce4-netload-plugin/Makefile index 71fd984f2b11..60737f4efe04 100644 --- a/sysutils/xfce4-netload-plugin/Makefile +++ b/sysutils/xfce4-netload-plugin/Makefile @@ -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 diff --git a/sysutils/xfce4-power-manager/Makefile b/sysutils/xfce4-power-manager/Makefile index 0791e84305ee..da5cd0bb21a3 100644 --- a/sysutils/xfce4-power-manager/Makefile +++ b/sysutils/xfce4-power-manager/Makefile @@ -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 diff --git a/x11-clocks/xfce4-timer-plugin/Makefile b/x11-clocks/xfce4-timer-plugin/Makefile index 7d8744bc3222..6cc8b5a8c10e 100644 --- a/x11-clocks/xfce4-timer-plugin/Makefile +++ b/x11-clocks/xfce4-timer-plugin/Makefile @@ -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 diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index 5dd9a96ef760..d9fedf8d6086 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -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 diff --git a/x11/xfce4-dashboard/Makefile b/x11/xfce4-dashboard/Makefile index a4218b016f4b..681622943d36 100644 --- a/x11/xfce4-dashboard/Makefile +++ b/x11/xfce4-dashboard/Makefile @@ -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 diff --git a/x11/xfce4-embed-plugin/Makefile b/x11/xfce4-embed-plugin/Makefile index acdb7bb1cf1c..5c06cc6d73b3 100644 --- a/x11/xfce4-embed-plugin/Makefile +++ b/x11/xfce4-embed-plugin/Makefile @@ -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 diff --git a/x11/xfce4-screensaver/Makefile b/x11/xfce4-screensaver/Makefile index 23f3b7bcb6e4..5df3a69d32bf 100644 --- a/x11/xfce4-screensaver/Makefile +++ b/x11/xfce4-screensaver/Makefile @@ -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 diff --git a/x11/xfce4-screenshooter-plugin/Makefile b/x11/xfce4-screenshooter-plugin/Makefile index d83bc5d5bf3e..84cc42222a49 100644 --- a/x11/xfce4-screenshooter-plugin/Makefile +++ b/x11/xfce4-screenshooter-plugin/Makefile @@ -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 |