Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jun 2022 13:02:16 GMT
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 66b3262c42e0 - main - devel/p5-Regexp-Compare: does not work with 5.36+
Message-ID:  <202206011302.251D2GoZ029062@gitrepo.freebsd.org>

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

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

commit 66b3262c42e0a31b0406656f8097de2753fdbc24
Author:     Mathieu Arnold <mat@FreeBSD.org>
AuthorDate: 2022-06-01 12:32:38 +0000
Commit:     Mathieu Arnold <mat@FreeBSD.org>
CommitDate: 2022-06-01 12:54:39 +0000

    devel/p5-Regexp-Compare: does not work with 5.36+
---
 devel/p5-Regexp-Compare/Makefile | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/devel/p5-Regexp-Compare/Makefile b/devel/p5-Regexp-Compare/Makefile
index 56cb58eb93ca..7660fc3aaceb 100644
--- a/devel/p5-Regexp-Compare/Makefile
+++ b/devel/p5-Regexp-Compare/Makefile
@@ -18,4 +18,12 @@ USE_PERL5=	configure
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Regexp/Compare/Compare.so
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+# When support for 5.36 is added, keep the check and update to 5.37, as it
+# never supports the development branch
+.if ${PERL_LEVEL} >= 503600
+BROKEN=		does not support 5.36+
+.endif
+
+.include <bsd.port.post.mk>



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