diff options
-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 |