git: 7c0e871402fa - main - textproc/tinyxml2: Remove USES=pathfix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Dec 2025 16:04:11 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7c0e871402fac59f044bd165da7bc10d2f050912
commit 7c0e871402fac59f044bd165da7bc10d2f050912
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-16 15:56:03 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-16 15:59:37 +0000
textproc/tinyxml2: Remove USES=pathfix
- Cosmetic change
---
textproc/tinyxml2/Makefile | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/textproc/tinyxml2/Makefile b/textproc/tinyxml2/Makefile
index b675f588138a..7d082e017867 100644
--- a/textproc/tinyxml2/Makefile
+++ b/textproc/tinyxml2/Makefile
@@ -12,19 +12,19 @@ WWW= https://leethomason.github.io/tinyxml2/ \
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= cmake:testing compiler:c++11-lang cpe dos2unix pathfix
-CPE_VENDOR= tinyxml2_project
-USE_LDCONFIG= yes
+USES= cmake:testing compiler:c++11-lang cpe dos2unix
-USE_GITHUB= yes
-GH_ACCOUNT= leethomason
+CMAKE_OFF= tinyxml2_BUILD_TESTING
+CMAKE_ON= BUILD_SHARED_LIBS
+CMAKE_TESTING_ON= tinyxml2_BUILD_TESTING
+USE_LDCONFIG= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}
-CMAKE_TESTING_ON= tinyxml2_BUILD_TESTING
+USE_GITHUB= yes
+GH_ACCOUNT= leethomason
-CMAKE_OFF= tinyxml2_BUILD_TESTING
-CMAKE_ON= BUILD_SHARED_LIBS
+CPE_VENDOR= tinyxml2_project
OPTIONS_DEFINE= EXAMPLES