Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Apr 2022 22:14:39 GMT
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d50257d274ae - main - editors/psgml: Mark devel flavors broken
Message-ID:  <202204072214.237MEd01038171@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d50257d274ae0e4c62b5ff91c233a1956e0478cb

commit d50257d274ae0e4c62b5ff91c233a1956e0478cb
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2022-04-06 15:23:33 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2022-04-07 22:14:09 +0000

    editors/psgml: Mark devel flavors broken
    
    Sponsored by:   The FreeBSD Foundation
---
 editors/psgml/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile
index df9c8401f076..03b909930a12 100644
--- a/editors/psgml/Makefile
+++ b/editors/psgml/Makefile
@@ -16,6 +16,10 @@ COMMENT=	Major mode for editing SGML and XML documents for Emacs
 
 LICENSE=	GPLv2
 
+.if ${FLAVOR:U} == devel_full || ${FLAVOR:U} == devel_nox
+BROKEN=		fails to build
+.endif
+
 USES=		emacs
 
 GNU_CONFIGURE=	YES



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204072214.237MEd01038171>