Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Feb 2023 09:25:20 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0ce1876ac554 - main - devel/p5-Sepia: mark devel* flavors BROKEN
Message-ID:  <202302230925.31N9PKp4045397@gitrepo.freebsd.org>

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

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

commit 0ce1876ac5542f1ab29f0ed8dfcddb9b728b2643
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-02-23 09:24:24 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-02-23 09:24:24 +0000

    devel/p5-Sepia: mark devel* flavors BROKEN
    
    [Makefile:955: sepia-snippet.elc] Error 1
    [Makefile:955: sepia.elc] Error 1
    [Makefile:955: sepia-w3m.elc] Error 1
    
    Reported by:    pkg-fallout
---
 devel/p5-Sepia/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devel/p5-Sepia/Makefile b/devel/p5-Sepia/Makefile
index eda1a84ac9ad..f8cc6186fefa 100644
--- a/devel/p5-Sepia/Makefile
+++ b/devel/p5-Sepia/Makefile
@@ -10,6 +10,10 @@ MAINTAINER=	ashish@FreeBSD.org
 COMMENT=	Simple Emacs-Perl Interface
 WWW=		https://metacpan.org/release/Sepia
 
+.if ${FLAVOR:U} == devel_full || ${FLAVOR:U} == devel_nox
+BROKEN=		fails to build
+.endif
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Devel-Size>=0:devel/p5-Devel-Size \
 		p5-IO-Stringy>=0:devel/p5-IO-Stringy \



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