Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2019 03:36:46 +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: r513643 - in head: misc/xfce4-weather-plugin sysutils/xfce4-diskperf-plugin
Message-ID:  <201910030336.x933ak6U057180@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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