aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/p5-Quota
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2018-07-18 15:38:44 +0800
committermat <mat@FreeBSD.org>2018-07-18 15:38:44 +0800
commit6aed32e4f45e4496dfab5b58e54bd849220d114b (patch)
treeb6fc54e71276eec86c9cb200053df26e7ec48218 /sysutils/p5-Quota
parente41240a3b1eb50d9003b280d95f5d79a5fcb85fd (diff)
downloadfreebsd-ports-gnome-6aed32e4f45e4496dfab5b58e54bd849220d114b.tar.gz
freebsd-ports-gnome-6aed32e4f45e4496dfab5b58e54bd849220d114b.tar.zst
freebsd-ports-gnome-6aed32e4f45e4496dfab5b58e54bd849220d114b.zip
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
Diffstat (limited to 'sysutils/p5-Quota')
-rw-r--r--sysutils/p5-Quota/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200072
+BROKEN= Fails to build.
+.endif
+
+.include <bsd.port.post.mk>