From b33ef9725bacc7c6faef4c90c421d0e51fe8b7aa Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Wed, 18 Jul 2018 07:38:44 +0000 Subject: [PATCH] Mark that this fails to build on a recent HEAD. Quota.xs:162:41: error: use of undeclared identifier 'RQUOTA_GRPQUOTA' ext_gq_args.gqa_type = ((kind != 0) ? GQA_TYPE_GRP : GQA_TYPE_USR); ^ ./myconfig.h:75:22: note: expanded from macro 'GQA_TYPE_GRP' ^ Sponsored by: Absolight --- sysutils/p5-Quota/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sysutils/p5-Quota/Makefile b/sysutils/p5-Quota/Makefile index e7f78eb67665..6400fe564978 100644 --- a/sysutils/p5-Quota/Makefile +++ b/sysutils/p5-Quota/Makefile @@ -16,4 +16,10 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -.include +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200072 +BROKEN= Fails to build. +.endif + +.include