Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2024 18:43:48 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f0604eaf3a4b - main - security/mbedtls: Add USES= pathfix
Message-ID:  <202408241843.47OIhman024480@gitrepo.freebsd.org>

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

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

commit f0604eaf3a4b348daee0729c1058bc16b77584fc
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-08-24 18:42:46 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-08-24 18:43:31 +0000

    security/mbedtls: Add USES= pathfix
    
    pkgconfig file gets installed in wrong path by default
    
    Approved by:    portmgr (blanket, build fix)
---
 security/mbedtls/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/mbedtls/Makefile b/security/mbedtls/Makefile
index e257f75f4a36..c1c8639bad3b 100644
--- a/security/mbedtls/Makefile
+++ b/security/mbedtls/Makefile
@@ -11,7 +11,7 @@ LICENSE=	APACHE20 GPLv2+
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake:testing python:build,test shebangfix tar:bz2
+USES=		cmake:testing pathfix python:build,test shebangfix tar:bz2
 SHEBANG_FILES=	scripts/*.py tests/scripts/*.py
 USE_LDCONFIG=	yes
 



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