Date: Thu, 10 Oct 2019 08:59:12 +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: r514214 - in head: audio/xfce4-mixer sysutils/xfce4-places-plugin x11/xfce4-wmdock-plugin Message-ID: <201910100859.x9A8xC99059942@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910100859.x9A8xC99059942>