svn commit: r487859 - head/x11-wm/i3

Mark Linimon linimon at FreeBSD.org
Thu Dec 20 08:37:24 UTC 2018


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


More information about the svn-ports-all mailing list