Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2018 08:37:23 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487859 - head/x11-wm/i3
Message-ID:  <201812200837.wBK8bNvN065205@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Dec 20 08:37:23 2018
New Revision: 487859
URL: https://svnweb.freebsd.org/changeset/ports/487859

Log:
  This port needs USES=compiler:c11 to use newer GCC from ports on GCC-
  based architectures.
  
  PR:		234065
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/x11-wm/i3/Makefile

Modified: head/x11-wm/i3/Makefile
==============================================================================
--- head/x11-wm/i3/Makefile	Thu Dec 20 08:35:26 2018	(r487858)
+++ head/x11-wm/i3/Makefile	Thu Dec 20 08:37:23 2018	(r487859)
@@ -27,7 +27,7 @@ RUN_DEPENDS=	p5-IPC-Run>=0:devel/p5-IPC-Run \
 		p5-Try-Tiny>=0:lang/p5-Try-Tiny \
 		p5-AnyEvent-I3>=0:devel/p5-AnyEvent-I3
 
-USES=		pkgconfig gmake iconv perl5 tar:bzip2
+USES=		compiler:c11 pkgconfig gmake iconv perl5 tar:bzip2
 USE_XORG=	xcb
 GNU_CONFIGURE=	yes
 CONFIGURE_OUTSOURCE=	yes



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