Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Dec 2025 16:03:48 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 427533b96594 - main - multimedia/libcec: Remove USES=pathfix
Message-ID:  <694182e4.467a9.7011449e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit 427533b9659443a2cfab7418066cc9837c7fc8ff
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-16 15:55:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-16 15:55:42 +0000

    multimedia/libcec: Remove USES=pathfix
---
 multimedia/libcec/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multimedia/libcec/Makefile b/multimedia/libcec/Makefile
index 9a777814c048..603d302662f6 100644
--- a/multimedia/libcec/Makefile
+++ b/multimedia/libcec/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 LIB_DEPENDS=	libp8-platform.so:devel/p8-platform
 
-USES=		alias cmake compiler:c++11-lib pathfix pkgconfig shebangfix
+USES=		alias cmake compiler:c++11-lib pkgconfig shebangfix
 
 CMAKE_ARGS=	-DCMAKE_REQUIRED_INCLUDES=${LOCALBASE}/include \
 		-DCMAKE_REQUIRED_FLAGS=-L${LOCALBASE}/lib \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?694182e4.467a9.7011449e>