svn commit: r513643 - in head: misc/xfce4-weather-plugin sysutils/xfce4-diskperf-plugin

Piotr Kubaj pkubaj at FreeBSD.org
Thu Oct 3 03:36:47 UTC 2019


Author: pkubaj
Date: Thu Oct  3 03:36:46 2019
New Revision: 513643
URL: https://svnweb.freebsd.org/changeset/ports/513643

Log:
  Two new XFCE4 fixes for GCC architectures.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/misc/xfce4-weather-plugin/Makefile
  head/sysutils/xfce4-diskperf-plugin/Makefile

Modified: head/misc/xfce4-weather-plugin/Makefile
==============================================================================
--- head/misc/xfce4-weather-plugin/Makefile	Thu Oct  3 03:14:40 2019	(r513642)
+++ head/misc/xfce4-weather-plugin/Makefile	Thu Oct  3 03:36:46 2019	(r513643)
@@ -15,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup
 
-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 glib20 gtk30 intltool libxml2
 USE_XFCE=	panel
 USE_LDCONFIG=	yes

Modified: head/sysutils/xfce4-diskperf-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-diskperf-plugin/Makefile	Thu Oct  3 03:14:40 2019	(r513642)
+++ head/sysutils/xfce4-diskperf-plugin/Makefile	Thu Oct  3 03:36:46 2019	(r513643)
@@ -14,7 +14,8 @@ COMMENT=	Graphical representation of the disk IO
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gettext-tools gnome gmake libtool pkgconfig tar:bzip2 xfce
+USES=		compiler:c11 gettext-tools gnome gmake libtool pkgconfig \
+		tar:bzip2 xfce
 USE_GNOME=	cairo gtk30 intltool
 USE_XFCE=	panel
 


More information about the svn-ports-head mailing list