svn commit: r562440 - in head/sysutils: cfengine310 cfengine311

Cy Schubert cy at FreeBSD.org
Sun Jan 24 03:36:41 UTC 2021


Author: cy
Date: Sun Jan 24 03:36:40 2021
New Revision: 562440
URL: https://svnweb.freebsd.org/changeset/ports/562440

Log:
  Flag broken on FreeBSD 13 and 14.
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/cfengine310/Makefile   (contents, props changed)
  head/sysutils/cfengine311/Makefile   (contents, props changed)

Modified: head/sysutils/cfengine310/Makefile
==============================================================================
--- head/sysutils/cfengine310/Makefile	Sun Jan 24 03:09:54 2021	(r562439)
+++ head/sysutils/cfengine310/Makefile	Sun Jan 24 03:36:40 2021	(r562440)
@@ -19,6 +19,9 @@ CPE_VENDOR=	gnu
 DEPRECATED=		OpenSSL 1.1.X is not supported.
 EXPIRATION_DATE=	2021-09-30
 
+BROKEN_FreeBSD_13=	Fails to build
+BROKEN_FreeBSD_14=	Fails to build
+
 CONFLICTS=	cfengine3[0-9]-* cfengine31[1-9]-*
 .if !defined(MASTERDIR)
 PKGNAMESUFFIX=	310

Modified: head/sysutils/cfengine311/Makefile
==============================================================================
--- head/sysutils/cfengine311/Makefile	Sun Jan 24 03:09:54 2021	(r562439)
+++ head/sysutils/cfengine311/Makefile	Sun Jan 24 03:36:40 2021	(r562440)
@@ -19,6 +19,9 @@ CPE_VENDOR=	gnu
 DEPRECATED=		OpenSSL 1.1.X is not supported.
 EXPIRATION_DATE=	2021-09-30
 
+BROKEN_FreeBSD_13=	Fails to build
+BROKEN_FreeBSD_14=	Fails to build
+
 CONFLICTS=	cfengine3[0-9]-* cfengine31[02-9]-*
 .if !defined(MASTERDIR)
 PKGNAMESUFFIX=	311


More information about the svn-ports-head mailing list