svn commit: r484054 - head/sysutils/grub2

Gerald Pfeifer gerald at FreeBSD.org
Sun Nov 4 14:00:53 UTC 2018


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


More information about the svn-ports-all mailing list