Index: head/sysutils/p5-Quota/Makefile =================================================================== --- head/sysutils/p5-Quota/Makefile (revision 492043) +++ head/sysutils/p5-Quota/Makefile (revision 492044) @@ -1,25 +1,19 @@ # Created by: will # $FreeBSD$ PORTNAME= Quota PORTVERSION= 1.7.2 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module that provides access to filesystem quotas LICENSE= ART10 GPLv1+ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -.include - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200072 -BROKEN= Fails to build. -.endif - -.include +.include Index: head/sysutils/p5-Quota/files/patch-Quota.xs =================================================================== --- head/sysutils/p5-Quota/files/patch-Quota.xs (nonexistent) +++ head/sysutils/p5-Quota/files/patch-Quota.xs (revision 492044) @@ -0,0 +1,11 @@ +--- Quota.xs.orig 2013-08-15 04:56:35 UTC ++++ Quota.xs +@@ -309,7 +309,7 @@ struct rquota *rqp; + #endif /* MY_XDR */ + + #ifdef USE_EXT_RQUOTA +-bool_t ++int + xdr_ext_getquota_args(xdrs, objp) + XDR *xdrs; + ext_getquota_args *objp; Property changes on: head/sysutils/p5-Quota/files/patch-Quota.xs ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/p5-Quota/files/patch-hints_bsd.h =================================================================== --- head/sysutils/p5-Quota/files/patch-hints_bsd.h (nonexistent) +++ head/sysutils/p5-Quota/files/patch-hints_bsd.h (revision 492044) @@ -0,0 +1,14 @@ +--- hints/bsd.h.orig 2013-08-15 04:56:14 UTC ++++ hints/bsd.h +@@ -71,8 +71,9 @@ + + #define NO_MNTENT + +-#define GQA_TYPE_USR RQUOTA_USRQUOTA +-#define GQA_TYPE_GRP RQUOTA_GRPQUOTA ++/* from https://opensource.apple.com/source/NFS/NFS-63/rpc.rquotad/rquota.h.auto.html */ ++#define GQA_TYPE_USR 0x00 ++#define GQA_TYPE_GRP 0x01 + #define GQR_STATUS status + #define GQR_RQUOTA getquota_rslt_u.gqr_rquota + Property changes on: head/sysutils/p5-Quota/files/patch-hints_bsd.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property