diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-11-04 20:47:14 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-11-04 20:47:14 +0000 |
commit | 024524ac7bec27dc623421005f44312df20de9ed (patch) | |
tree | 93b4f0ef247a5e591a4021e11d9475de8e0b8c7f /sysutils/grub2 | |
parent | 387a75b528307e4ef2bf31d1ede79ee342c65381 (diff) | |
download | ports-024524ac7bec27dc623421005f44312df20de9ed.tar.gz ports-024524ac7bec27dc623421005f44312df20de9ed.zip |
Notes
Diffstat (limited to 'sysutils/grub2')
-rw-r--r-- | sysutils/grub2/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/sysutils/grub2/Makefile b/sysutils/grub2/Makefile index 54c4f160d741..73b9f7296fe3 100644 --- a/sysutils/grub2/Makefile +++ b/sysutils/grub2/Makefile @@ -3,7 +3,7 @@ PORTNAME= grub2 PORTVERSION= 2.00 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= sysutils MASTER_SITES= GNU/grub DISTNAME= grub-${PORTVERSION} @@ -13,17 +13,21 @@ COMMENT= Multiboot boot loader LICENSE= GPLv3 +DEPRECATED= Unmaintained (more than five years), not updated (one-and-a-half years), does not build with modern compilers # PR232961 +EXPIRATION_DATE=2019-02-04 + +ONLY_FOR_ARCHS= amd64 i386 + BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \ help2man:misc/help2man -CONFLICTS= grub-0* -SSP_UNSAFE= yes +USES= autoreconf bison cpe gettext gmake tar:xz 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 INFO= grub grub-dev MAKE_JOBS_UNSAFE= yes +SSP_UNSAFE= yes CPE_PRODUCT= grub CPE_VENDOR= gnu |