Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2023 17:52:19 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: 2a25004820ab - main - devel/wasi-libcxx: fix PKGBASE collision
Message-ID:  <202311211752.3ALHqJep077399@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=2a25004820ab428b5ba9d98b87fffb8ab288b546

commit 2a25004820ab428b5ba9d98b87fffb8ab288b546
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-11-21 17:51:35 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-11-21 17:51:35 +0000

    devel/wasi-libcxx: fix PKGBASE collision
---
 devel/wasi-libcxx/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/wasi-libcxx/Makefile b/devel/wasi-libcxx/Makefile
index b270c9d06d5d..afd2d0ff4fea 100644
--- a/devel/wasi-libcxx/Makefile
+++ b/devel/wasi-libcxx/Makefile
@@ -20,6 +20,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 .if ${DISTVERSION} == 0
 IGNORE=		is a meta port; there is nothing to build
+PKGNAMESUFFIX=	-master
 .endif
 
 BUILD_DEPENDS=	${WASI_SYSROOT}/include/stdarg.h:devel/wasi-libc \



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