Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Aug 2022 17:49:04 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 51177e756742 - main - lang/halide: Add PORTSCOUT line
Message-ID:  <202208201749.27KHn4Tl008190@gitrepo.freebsd.org>

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

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

commit 51177e75674219afa4f905ca1a4a621d9fca7ead
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-20 17:46:13 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-20 17:46:13 +0000

    lang/halide: Add PORTSCOUT line
---
 lang/halide/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lang/halide/Makefile b/lang/halide/Makefile
index 79c5f5317557..a8422d2b537e 100644
--- a/lang/halide/Makefile
+++ b/lang/halide/Makefile
@@ -40,6 +40,8 @@ OPTIONS_DEFAULT=
 
 NATIVE_DESC=	Build with native optimizations (-march=native)
 
+PORTSCOUT=	limit:^.*\. # prevent release_NNNN_NN_NN
+
 post-patch-NATIVE-off:
 	@${REINPLACE_CMD} -e 's| -march=native | |' ${WRKSRC}/apps/linear_algebra/Makefile
 



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