Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Nov 2025 17:13:49 +0000
From:      Dave Cottlehuber <dch@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 505d556a8ae6 - main - net/amqpcat: switch to dynamic build
Message-ID:  <6925e3cd.8911.8fee2ef@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by dch:

URL: https://cgit.FreeBSD.org/ports/commit/?id=505d556a8ae6482c8b0d96623f98fe72588c1976

commit 505d556a8ae6482c8b0d96623f98fe72588c1976
Author:     Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2025-11-25 15:34:50 +0000
Commit:     Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2025-11-25 17:13:33 +0000

    net/amqpcat: switch to dynamic build
    
    devel/pcre2 removed static .a which net/amqpcat implicitly depended on.
    
    Fixes: 10271f602b65504ee8a6661fc68736dbe5f94ad5
    
    Sponsored by:   SkunkWerks, GmbH
---
 net/amqpcat/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net/amqpcat/Makefile b/net/amqpcat/Makefile
index 0780eb38bd34..fb3b5960d007 100644
--- a/net/amqpcat/Makefile
+++ b/net/amqpcat/Makefile
@@ -15,8 +15,8 @@ LICENSE=	MIT
 
 BUILD_DEPENDS=	crystal:lang/crystal \
 		help2man:misc/help2man \
-		pcre2>0:devel/pcre2 \
 		shards:devel/shards
+LIB_DEPENDS=	libpcre2-8.so:devel/pcre2
 
 USES=		pkgconfig
 USE_GITHUB=	yes
@@ -31,8 +31,7 @@ PORTDOCS=	README.md
 
 OPTIONS_DEFINE=	DOCS
 
-SHARDS_ENV=	--time --verbose --production --release --no-color --stats \
-		--static
+SHARDS_ENV=	--time --verbose --production --release --no-color --stats
 
 .include <bsd.port.options.mk>
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6925e3cd.8911.8fee2ef>