Date: Wed, 18 Jul 2018 07:38:44 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474839 - head/sysutils/p5-Quota Message-ID: <201807180738.w6I7ciw9005476@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Wed Jul 18 07:38:44 2018 New Revision: 474839 URL: https://svnweb.freebsd.org/changeset/ports/474839 Log: 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 Modified: head/sysutils/p5-Quota/Makefile (contents, props changed) Modified: head/sysutils/p5-Quota/Makefile ============================================================================== --- head/sysutils/p5-Quota/Makefile Wed Jul 18 07:19:06 2018 (r474838) +++ head/sysutils/p5-Quota/Makefile Wed Jul 18 07:38:44 2018 (r474839) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807180738.w6I7ciw9005476>