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
This commit is contained in:
Mathieu Arnold 2018-07-18 07:38:44 +00:00
parent 147b31be46
commit b33ef9725b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474839

View File

@ -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>