diff options
author | mat <mat@FreeBSD.org> | 2018-07-18 15:38:44 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-07-18 15:38:44 +0800 |
commit | 6aed32e4f45e4496dfab5b58e54bd849220d114b (patch) | |
tree | b6fc54e71276eec86c9cb200053df26e7ec48218 /sysutils/p5-Quota | |
parent | e41240a3b1eb50d9003b280d95f5d79a5fcb85fd (diff) | |
download | freebsd-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/Makefile | 8 |
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> |