Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2019 18:30:00 +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: r513596 - in head: audio/thunar-media-tags-plugin sysutils/xfce4-systemload-plugin
Message-ID:  <201910021830.x92IU0ID027732@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Oct  2 18:30:00 2019
New Revision: 513596
URL: https://svnweb.freebsd.org/changeset/ports/513596

Log:
  Same treatment for GCC architectures as other XFCE4 ports.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/audio/thunar-media-tags-plugin/Makefile
  head/sysutils/xfce4-systemload-plugin/Makefile

Modified: head/audio/thunar-media-tags-plugin/Makefile
==============================================================================
--- head/audio/thunar-media-tags-plugin/Makefile	Wed Oct  2 18:27:14 2019	(r513595)
+++ head/audio/thunar-media-tags-plugin/Makefile	Wed Oct  2 18:30:00 2019	(r513596)
@@ -15,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libtag.so:audio/taglib
 
-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 gdkpixbuf2 gtk30 intltool
 USE_XFCE=	libexo thunar
 

Modified: head/sysutils/xfce4-systemload-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-systemload-plugin/Makefile	Wed Oct  2 18:27:14 2019	(r513595)
+++ head/sysutils/xfce4-systemload-plugin/Makefile	Wed Oct  2 18:30:00 2019	(r513596)
@@ -12,7 +12,8 @@ COMMENT=	System Load plugin for Xfce4 panel
 
 LICENSE=	BSD2CLAUSE
 
-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 gdkpixbuf2 gtk30 intltool
 USE_XFCE=	panel
 



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