Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 14:00:52 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484054 - head/sysutils/grub2
Message-ID:  <201811041400.wA4E0qMr032338@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Nov  4 14:00:51 2018
New Revision: 484054
URL: https://svnweb.freebsd.org/changeset/ports/484054

Log:
  Lock down to use GCC 7 since it does not build with GCC 8 nor clang.
  
  PR:		231590, 232961

Modified:
  head/sysutils/grub2/Makefile

Modified: head/sysutils/grub2/Makefile
==============================================================================
--- head/sysutils/grub2/Makefile	Sun Nov  4 13:59:59 2018	(r484053)
+++ head/sysutils/grub2/Makefile	Sun Nov  4 14:00:51 2018	(r484054)
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex \
 
 CONFLICTS=	grub-0*
 SSP_UNSAFE=	yes
-USE_GCC=	yes
+USE_GCC=	7	# Fails to build with GCC 8, cf. PR 232961, or clang
 GNU_CONFIGURE=	yes
 USES=		autoreconf bison cpe gettext gmake tar:xz
 ONLY_FOR_ARCHS=	i386 amd64



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