svn commit: r492192 - in branches/2019Q1/sysutils/p5-Quota: . files

Kurt Jaeger pi at FreeBSD.org
Tue Feb 5 07:28:06 UTC 2019


Author: pi
Date: Tue Feb  5 07:28:05 2019
New Revision: 492192
URL: https://svnweb.freebsd.org/changeset/ports/492192

Log:
  MFH: r492044
  
  sysutils/p5-Quota: unbreak build on 12.x
  
  PR:		235450
  Reported by:	Scott Loga <cres24 at mac.com>
  Approved by:	portmgr (unbreak blanket)

Added:
  branches/2019Q1/sysutils/p5-Quota/files/
     - copied from r492044, head/sysutils/p5-Quota/files/
Modified:
  branches/2019Q1/sysutils/p5-Quota/Makefile
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/sysutils/p5-Quota/Makefile
==============================================================================
--- branches/2019Q1/sysutils/p5-Quota/Makefile	Tue Feb  5 07:11:35 2019	(r492191)
+++ branches/2019Q1/sysutils/p5-Quota/Makefile	Tue Feb  5 07:28:05 2019	(r492192)
@@ -16,10 +16,4 @@ LICENSE_COMB=	dual
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200072
-BROKEN=		Fails to build.
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-branches mailing list