Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Apr 2026 19:50:48 +0000
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: af82ab5b8efd - main - devel/freebsd-sysroot: force rebuild with pkg 2.7.1
Message-ID:  <69de9a98.43484.54d041a@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bapt:

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

commit af82ab5b8efda34ce5a655b08faecedfb3109291
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2026-04-14 19:48:46 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2026-04-14 19:50:43 +0000

    devel/freebsd-sysroot: force rebuild with pkg 2.7.1
    
    pkg 2.7.1 will make sure at installation this port is not expecting
    any shlib to be required to the exception of the private libraries
    which are not part of this sysroot, but some of the libraries in this
    sysroot are linked to those libprivate so they are listed in the
    required field, add NO_SHLIB_REQUIRES_GLOB=libprivate* to get rid of
    those.
    
    PR:     293874
---
 devel/freebsd-sysroot/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/freebsd-sysroot/Makefile b/devel/freebsd-sysroot/Makefile
index 6eb61b064d09..171a2baddd1c 100644
--- a/devel/freebsd-sysroot/Makefile
+++ b/devel/freebsd-sysroot/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	freebsd-sysroot
 DISTVERSION=	a2025-11-26
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${_SYSROOT_DIST:@f@https://download.freebsd.org/$f?dummy=/:${FLAVOR}@} \
 		LOCAL/rust:${FLAVOR}
@@ -11,6 +12,8 @@ MAINTAINER=	rust@FreeBSD.org
 COMMENT=	FreeBSD ${_SYSROOT_VER} ${FLAVOR:S/_/ /} sysroot
 WWW=		https://www.FreeBSD.org/
 
+NO_SHLIB_REQUIRES_GLOB=	libprivate*
+
 LICENSE=	FREEBSD
 LICENSE_NAME=	FreeBSD base licenses
 LICENSE_FILE=	${WRKDIR}/COPYRIGHT


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69de9a98.43484.54d041a>