From owner-svn-ports-all@freebsd.org Sun Feb 3 10:33:56 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 638D014C28B2; Sun, 3 Feb 2019 10:33:56 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 01EAE8E832; Sun, 3 Feb 2019 10:33:56 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E5CAB1D69E; Sun, 3 Feb 2019 10:33:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x13AXta9080755; Sun, 3 Feb 2019 10:33:55 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x13AXtwN080752; Sun, 3 Feb 2019 10:33:55 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201902031033.x13AXtwN080752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 3 Feb 2019 10:33:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492044 - in head/sysutils/p5-Quota: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/sysutils/p5-Quota: . files X-SVN-Commit-Revision: 492044 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 01EAE8E832 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.953,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2019 10:33:56 -0000 Author: pi Date: Sun Feb 3 10:33:55 2019 New Revision: 492044 URL: https://svnweb.freebsd.org/changeset/ports/492044 Log: sysutils/p5-Quota: unbreak build on 12.x PR: 235450 Reported by: Scott Loga Added: head/sysutils/p5-Quota/files/ head/sysutils/p5-Quota/files/patch-Quota.xs (contents, props changed) head/sysutils/p5-Quota/files/patch-hints_bsd.h (contents, props changed) Modified: head/sysutils/p5-Quota/Makefile Modified: head/sysutils/p5-Quota/Makefile ============================================================================== --- head/sysutils/p5-Quota/Makefile Sun Feb 3 10:14:18 2019 (r492043) +++ head/sysutils/p5-Quota/Makefile Sun Feb 3 10:33:55 2019 (r492044) @@ -16,10 +16,4 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -.include - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200072 -BROKEN= Fails to build. -.endif - -.include +.include Added: head/sysutils/p5-Quota/files/patch-Quota.xs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/p5-Quota/files/patch-Quota.xs Sun Feb 3 10:33:55 2019 (r492044) @@ -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; Added: head/sysutils/p5-Quota/files/patch-hints_bsd.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/p5-Quota/files/patch-hints_bsd.h Sun Feb 3 10:33:55 2019 (r492044) @@ -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 +