git: 346ff8d92d6a - main - devel/libvex: Add PORTSCOUT tag

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 26 Feb 2023 19:33:30 UTC
The branch main has been updated by yuri:

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

commit 346ff8d92d6a1df4cff7e8e0fccd6d94ac3fcef4
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-02-26 18:23:27 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-02-26 19:33:24 +0000

    devel/libvex: Add PORTSCOUT tag
---
 devel/libvex/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/libvex/Makefile b/devel/libvex/Makefile
index b404042cbfa1..bfc8a123e604 100644
--- a/devel/libvex/Makefile
+++ b/devel/libvex/Makefile
@@ -25,6 +25,8 @@ CFLAGS+=	-DVGA_${ARCH:S/i386/x86/:S/aarch64/arm/:S/powerpc64/ppc64le/:S/powerpc/
 
 MAKE_ARGS=	EXTRA_CFLAGS="${CFLAGS}"
 
+PORTSCOUT=	ignore:1 # LibVEX is a part of Valgrind and isn't individually versioned
+
 do-install:
 	cd ${WRKSRC}/pub && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/libvex
 	${INSTALL_DATA} ${WRKSRC}/libvex.a ${STAGEDIR}${PREFIX}/lib